@charset "utf-8";
/* CSS Document */

* {
	margin:0;
	padding:0;
}

ul {
	list-style:none;
}

h1, h2, h3, h4, h5, h6 {
	font-size:14px;
}

body {
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:12px;
	line-height:1.4em;
	background:url(../bg.jpg) no-repeat fixed top center;
}
h1, h2, h3 {
	margin:20px 0 10px;
}

#contents_wrap {
	width:600px;
	margin:10px auto;
}

dl dt {
	float:left;
	width:100px;
	padding:6px;
	margin:0 0 4px;
	font-weight:bold;
}

dl dd {
	padding:6px;
	margin:0 0 4px 120px;
}

#footer {
	margin:20px 0 0;
	font-size:10px;
}