@charset "utf-8";

body {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	width: 226px;
	background-color:#FFFFFF;
}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin: 0;
	padding: 0;
}

hr {
	display: none;
}

/* リンク色設定 */

a {
	color: #333333;
	font-weight: normal;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}


dl {
	overflow: hidden;
}

dt {
	font-size: 12px;
	font-weight: bold;
	display: block;
	width: 60px;
	padding: 5px 10px;
	float: left;
}

dd {
	font-size: 12px;
	width: 126px;
	padding: 5px 10px;
	float: right;
}

dd.line {
	width: 226px;
	border-bottom: 1px dotted #d7e6a2;
	clear: both;
	padding: 0;
	float: none;
}

dt,dd {
	line-height: 1.3em;
}