@charset "UTF-8";

#body{
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 10pt;
	line-height: 2.0;
	background-attachment: scroll;
	background-image: url(../images/bg.png);
	background-repeat: repeat-y;
	background-position: center;
	background-color:#F0F0F0;
}

#container{
	width:100%;
	height:auto;
}

#bodycontents{
	width:940px;
	height:auto;
	margin:0 auto;
}

#menu{
	width:300px;
	float:left;
	height:auto;
}

#contents{
	width:600px;
	float:right;
	height:auto;
	padding-top:60px;
}

#footer{
	clear:both;
	width:940px;
	bottom:0;
	margin:0 auto;
	padding-top:30px;
}
