@charset "shift_jis";
/* CSS Document */

#content{
	width:1000px;
	margin:auto;
	background-color:#FFF;

}

#hed{
	width:1000px;
	height:120px;
}
#main{
	width:840px;
	padding-bottom:20px;
	float:right;
	background-image:url(../main_img/main_class_bg.jpg);
	background-repeat: repeat-y;
}

#said{
	width:140px;
	float:left;
	background-color:#333;
	margin-top:0px;


}
#foot{
	/*width:1000px;*/
	height:200px;
	clear:both;
	background-color: #333;
	margin-left:auto;
	margin-right:auto;
}
