@charset "utf-8";

*{
	margin: 0px;
	padding: 0px;
	font-family:'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'Osaka', 'ＭＳ Ｐゴシック', sans-serif;
/*	font-family: 'ＭＳ Ｐゴシック',"MS PGothic", 'Osaka',sans-serif; */
	font-size: 13px;
	font-weight: normal;
	color: #333333;
	letter-spacing: 0.05em;
	line-height: 1.8em;
}
img{
	border: 0px;
}
ul{
	list-style:none;
}
a:link  {color: #603813; text-decoration: none;}
a:visited {color: #603813; text-decoration: none;}
a:hover  {color: #603813; text-decoration: underline;}
a:active {color: #603813; text-decoration: none;}

body{
	background-image: url(../images/body_bg.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	background-attachment: fixed;
}
#headerWrap{
	padding-top: 30px;
	padding-bottom: 15px;
	background-color: #000;
	height: 40px;
}
#headerWrap #header{
	width: 900px;
	margin: 0 auto;
}
#headerWrap #header h1{
	width: 230px;
	float: left;
}
#headerWrap #header ul{
	padding-top: 20px;
	width: 300px;
	height: 20px;
	float: right;
}
#headerWrap #header ul li{
	width: 100px;
	height: 20px;
	float: left;
}
#container{
	width: 900px;
	margin: 0 auto;
	margin-top: 50px;
}

#container #footer{
	margin-top: 50px;
	margin-bottom: 20px;
}
#container #footer h2{
	margin-bottom: 5px;
}
#container #footer dl dt{
	padding-left: 5px;
	font-size: 11px;
	width: 80px;
	float: left;
	color: #808080;
	line-height: 1.2em;
	letter-spacing: 0em;
}
#container #footer dl dd{
	font-size: 11px;
	width: 800px;
	float: left;
	color: #808080;
	line-height: 1.2em;
	letter-spacing: 0em;
}
#container #footer p{
	padding-top: 10px;
	padding-left: 5px;
	font-size: 12px;
	color: #808080;
	line-height: 1.2em;
	letter-spacing: 0em;
}

