/* CSS Document */

/*-----センタリング-----------------------------*/

#container{
margin: 19px auto 0px auto;
width:800px;
margin-left:auto;
margin-right:auto;
text-align:left;
	background:url(../img/c_bg.jpg) repeat;
}


/*-----ヘッダー-----------------------------*/

#main_header  {
	width:800px;
	height:306px;
	background:url(../img/h_bg.jpg) no-repeat;
}


/*-----センター-----------------------------*/

#main_body  {
	width:800px;
	background:url(../img/c_bg.jpg) repeat;
}


/*-----真ん中レイアウト左側-----------------------------*/
/*-----左飾り-----------------------------*/
#main_left  {
	float:left;
	width:53px;
	background-image:url(../img/kazari_l.jpg) repeat;
}

/*-----真ん中右側-----------------------------*/

#main_leftcenter  {
	float:left;
	width:747px;
}

/*-----真ん中レイアウト右側-----------------------------*/

/*-----右飾り-----------------------------*/
#main_right  {
	float:left;
	width:55px;
}


/*-----本文-----------------------------*/

#main_center  {
	float:left;
	margin:0px;
	width:692px;
}
/*-----真ん中レイアウトおわり-----------------------------*/




/*-----フッター-----------------------------*/

#main_fooder  {
	clear:left;
	width: 800px;	
	height: 131px ;
	background:url(../img/f_bg.jpg) no-repeat;
}


#footer_banner  {
	padding-top:70px;
	padding-left:5px;
	float:left;
	margin:0px;
	width:552px;
}

#footer_copylight  {
	float:right;
	padding:2px;
	margin-right:5px;
	margin-top:70px;
	width:230px;
	font-size:7pt;
	line-height:100%;
	color:#000000;
	background-color:#FFCCCC;
}

