@charset "Shift_jis";

html {
	overflow: auto;
}
body {
	font-size: 88%;
	line-height: 1.4;
	color: #333;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background: url(../img/bg_body.gif) top left repeat-x;
}

a { color: #666;}
a:hover { color: #999;}

dl {
	color: #666;
	font-size: 93%;
}
dt{
	margin-top: 8px;
	padding: 0 10px;
}
dd {
	border-bottom: 1px dotted #ccc;
	padding: 0 10px 8px;
}
