/* 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:56px;
	background:url(../img/h2_bg.jpg) no-repeat;
}

#top_link{
	width:100%;
	height:100%;
}

/*-----センター-----------------------------*/

#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: 74px ;
	background:url(../img/f2_bg.jpg) no-repeat;
}



/*-----テーブル-----------------------------*/

#table_01{
	border-bottom-color:#FF3366;
	border-bottom-style:dashed;
	border-bottom-width:1px;
	font-size:14px;
	text-align:center;

}

#table_02{
	border-bottom-color:#FF3366;
	border-bottom-style:dashed;
	border-bottom-width:1px;
	font-size:14px;
	text-align:left;
}
/*-----パンくずリスト-----------------------------*/

#breadcrumbs  {
	margin-right:20px;
	font-size:10px;
	text-align:right;
	width:100%;
}

/*-----タイトル-----------------------------*/

#title  {
	margin-top:10px;
	text-align:center;
	width:100%;
}



/*-----説明文章-----------------------------*/



#text{
	margin-top:30px;
	margin-left:20px;
	margin-right:20px;
}

#table_bg_title{
	background:#FF66CC;
	padding:3px;
}

#table_bg1{
	background:#FFCCFF;
	padding:3px;
}

#table_bg2{
	background:#FFEEFF;
	padding:3px;
}

#table_bg3{
	background:#AADDFF;
	padding:3px;
}

#table_bg4{
	background:#DDEEFF;
	padding:3px;
}

#table_bg5{
	background:#FEFF86;
	padding:3px;
}

#table_bg6{
	background:#FFFFDB;
	padding:3px;
}

#table_bg7{
	background:#AAF28A;
	padding:3px;
}

#table_bg8{
	background:#D3FFBF;
	padding:3px;
}


.box_menu{
	font-size:12px;
	border-color:#FFCCFF;
	border-style:outset;
	border-width:1px;
	padding:5px;
	text-align:center;
}

.box_title{
	width:195px;
	font-size:12px;
	border-color:#FFCCFF;
	border-style:outset;
	border-width:1px;
	padding:4px;
	font-weight:bold;
}

.box_category{
	width:90px;
	font-size:12px;
	border-color:#FFCCFF;
	border-style:outset;
	border-width:1px;
	padding:4px;
	text-align:center;
}

.box_hard{
	width:95px;
	font-size:12px;
	border-color:#FFCCFF;
	border-style:outset;
	border-width:1px;
	padding:4px;
}

.box_day{
	width:100px;
	font-size:12px;
	border-color:#FFCCFF;
	border-style:outset;
	border-width:1px;
	padding:4px;
	text-align:center;
}

.box_etc{
	width:95px;
	font-size:12px;
	border-color:#FFCCFF;
	border-style:outset;
	border-width:1px;
	padding:4px;
}

.box_price{
	width:95px;
	font-size:12px;
	border-color:#FFCCFF;
	border-style:outset;
	border-width:1px;
	padding:5px;
}



