@charset "Shift_jis";

html,body {
	overflow: hidden;
}
body {
	font-size: 75%;
	line-height: 1.5;
	color: #333;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

a { color: #06C;}
a:hover { color: #09F;}

dt {
	float: left;
	clear: left;
	width: 10em;
	padding: 10px 0;
}
dd {
	padding: 10px 0 10px 10em;
	background: url(../shared/img/line_dot.gif) bottom center repeat-x;
}
