html,body{
	overflow: hidden;
}

body {
	width: 600px;
	background-color: #ffffff;
	font-size: 12px;
	line-height: 1.5;
	color: #4a4a4a;
	font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "MS PGothic", "MS Pゴシック", Osaka, sans-serif, Verdana;
}
* { margin: 0; padding: 0; }

a {
	color: #17a1e6;
	text-decoration: none;
	font-size: 14px;
}

a:link,
a:visited {
	color: #17a1e6;
	text-decoration: none;
}

a:hover,
a:active {
	color: #7dcdf4;
	text-decoration: none;
}

.clr{
	clear: both;
}

.clr:after{
	content: "";
	clear: both;
	display: table;
}

dl{ border-bottom: 1px dotted #c4c4c4;}
dl dt,
dl dd{ float: left; padding: 8px 5px 8px 15px; font-weight: bold;}
dl dt{ width: 90px;font-size: 14px;}
dl dd{ width: 450px; padding-left: 35px;font-size: 14px; background: url(../img/bullet_link_ss_03.png) no-repeat 0 center;}
dl dd.blank_link{ background: url(../img/icon_blank.png) no-repeat 0 center;}
