BODY {
	background-color : #FFF0C5 ;
	margin : 0px ;
	background-image : url(../img/bg.gif) ;
	background-repeat : repeat-y ;

}


#header {
	width : 776px ;
	margin : 0px ;
}

#contents {
	width : 700px ;
	margin-top : 20px ;
	margin-left : 50px ;
	text-align : left ;
	
}

#footer {
	width : 776px ;
	margin-left : 20px ;
	margin-top : 10px ;
	margin-bottom : 10px ;
	text-align : left ;
}


/*****************************/
/*トップページ用*/
/*****************************/
.date {
	color : #FF4F00 ;
	font-weight : bold ;

}


/*****************************/
/*見出し*/
/*****************************/

H1 {
	color : #5A4000 ;
	border-left :10px solid #5A4000 ;
	border-top :1px solid #5A4000 ;
	border-bottom :1px solid #5A4000 ;
	border-right :1px solid #5A4000 ;
	padding : 3px ;
}

H2 {
	color : #336600 ;
	border-left :10px solid #669933 ;
	padding : 3px ;
}



.subt {
	color : #FF5500 ;
	font-weight : bold ;
}


/*****************************/
/*本文設定*/
/*****************************/
P.sentence {
	margin-left : 20px ;

}


/*****************************/
/*TABLE設定*/
/*****************************/
.b_color {
	background-color : #333333 ;
}

.midashi1 {
	background-color : #DFF694 ;
}

.midashi2 {
	background-color : #E9E9E9 ;
}

.naiyou {
	background-color : #FFFFFF ;
}

/*****************************/
/*イメージのマージン設定*/
/*****************************/
IMG.left {
	margin-right : 5px ;
}

IMG.right {
	margin-left : 5px ;
}

IMG.top {
	margin-top : 5px ;
}

IMG.btm {
	margin-bottom : 5px ;
}

