@charset "utf-8";
/* CSS Document */

#contentsBox {
	text-align: center;
}

#contentsTitle1 {
	border: 1px solid #00F;
	text-align: center;
	font-weight: bold;
	color: #00F;
	background-color: #FFF;
	padding: 5px;
	margin: 0 10px 10px 10px;
}

#contentsTitle2 {
	border: 1px solid #F30;
	text-align: center;
	font-weight: bold;
	color: #F30;
	background-color: #FFF;
	padding: 5px;
	margin: 0 10px 10px 10px;
}

#contentsTitle3 {
	border: 1px solid #333;
	text-align: center;
	font-weight: bold;
	color: #333;
	background-color: #FFF;
	padding: 5px;
	margin: 0 10px 10px 10px;
}


#contentsBox_left {
	width: 50%;
	float: left;
}

#contentsBox_right {
	width: 50%;
	float: right;
}


/* 料理写真表示
---------------------------------------------*/
#cookingBox {
	text-align: center;
	width: 95%;
}

#cookingBox_left {
	float: left;
}

#cookingBox_right {
	float: right;
}

#cookingBox_title {
	width: 230px;
	border: 3px double #00F;
	padding:3px 0 3px 10px;
	text-align: center;
	font-weight: bold;
	color: #00F;
	margin-bottom: 5px;
}

#cookingBox_title2 {
	width: 230px;
	border: 3px double #F30;
	padding:3px 0 3px 10px;
	text-align: center;
	font-weight: bold;
	color: #F30;
	margin-bottom: 5px;
}


#cookingBox_title3 {
	width: 230px;
	border: 3px double #0C0;
	padding:3px 0 3px 10px;
	text-align: center;
	font-weight: bold;
	color: #0C0;
	margin-bottom: 5px;
}





/* 料金表
---------------------------------------------*/
#priceTable {
	width: 98%;
	border: 1px solid #06F;
}

#priceTable th {
	background-color: #DDEEFF;
	text-align: center;
	font-size: 1.2em;
	font-weight: normal;
	line-height: 1.3em;
	padding: 5px 0 5px 0;
	border-bottom: 1px solid #06F;
}


#priceTable td {
	line-height: 1.2em;
	padding: 12px 0 12px 0;
	border-bottom: 1px dotted #06F;
	border-right: 1px dotted #06F;
}

#priceTable td.rLast{
	line-height: 1.2em;
	padding: 5px 0 5px 0;
	border-bottom: 1px dotted #06F;
	border-right: none;
}

#priceTable td.bLast{
	line-height: 1.2em;
	padding: 5px 0 5px 0;
	border-bottom: none;
	border-right: none;
}

/* キャンセル料金表
---------------------------------------------*/
#CancelTable {
	width: 98%;
	border: 1px solid #999;
}

#CancelTable th {
	background-color: #FF9;
	text-align: center;
	color: #F00;
	padding: 5px 0 5px 0;
	border-right: 1px dotted #999;
	border-bottom: 1px dotted #999;
}

#CancelTable th.last {
	background-color: #FF9;
	text-align: center;
	color: #F00;
	padding: 5px 0 5px 0;
	border-right: none;
	border-bottom: 1px dotted #999;
}


#CancelTable td {
	padding: 5px 0 5px 0;
	border-right: 1px dotted #999;
}

#CancelTable td.rlast {
	padding: 5px 0 5px 0;
	border-bottom: 1px dotted #999;
	border-right: 1px dotted #999;
}

#CancelTable td.last {
	padding: 5px 0 5px 0;
	border-right: none;
}

/* プラン要テーブル
---------------------------------------------*/
#planTable {
	width: 98%;
	border: 1px solid #90F;
}

#planTable th {
	text-align:center;
	background-color:#EBD7FF;
	font-weight: normal;
	padding: 5px;
	border-right: 1px dotted #90F;
	border-bottom: 1px dotted #90F;
}

#planTable th.blast {
	border-bottom: none;
}

#planTable td {
	padding: 5px;
	background-color:#FFF;
	border-right: 1px dotted #90F;
	border-bottom: 1px dotted #90F;
}

#planTable td.blast {
	border-bottom: none;
}

#planTable td.last {
	border-right: none;
	border-bottom: none;
}


/* ご利用案内テキストボックス
---------------------------------------------*/
#riyouBox {
	text-align: left;
	line-height: 1.5em;
}

#riyouTitle {
	border: 3px double #00F;
	padding:3px 0 3px 10px;
	width: 150px;
	text-align: left;
	font-weight: bold;
	color: #00F;
	margin-bottom: 5px;
}


#riyouBox #riyouBox_l {
	float: left;
	width: 78%;
	line-height: 1.5em;
	text-align: left;
}

#riyouBox #riyouBox_r {
	float: right;
	text-align: center;
}

/* 交通案内
---------------------------------------------*/

#accessTitle {
	border: 3px double #00F;
	padding:3px 0 3px 10px;
	width: 200px;
	text-align: left;
	font-weight: bold;
	color: #00F;
	margin-bottom: 5px;
}


/* 相互リンクについて
---------------------------------------------*/

#sogolinkTitle {
	border: 3px double #00F;
	padding:3px 0 3px 10px;
	width: 500px;
	text-align: left;
	font-weight: bold;
	color: #00F;
	line-height: 1.5em;
	margin-bottom: 5px;
}

#sogolinkBox {
	line-height: 2em;
	text-align: center;
	width: 98%;
}

.slb_cell1 {
	width: 100px;
	text-align: right;
	padding-right: 10px;
	vertical-align: top;
}

.slb_cell2 {
	text-align: left;
}



















/* リストボックス
---------------------------------------------*/
#listBox {
	width: 87%;
	text-align: left;
	line-height: 2em;
}

#listBox ul {
	list-style-type: none;
}
	
#listBox ul li {
	line-height: 1.5em;
}














/* ページトップへのリンク
---------------------------------------------*/
#pageTop {
	text-align: right;
	font-size: 12px;
}





/* テキスト関係
---------------------------------------------*/

.text1 {
	color: #F00;
}

.text2 {
	color: #00F;
}

.price {
	color:#C00;
	font-weight: bold;
}

.price2 {
	color: #666;
	font-size: 0.8em;
}

.Line01 {
	width: 96%;	
	border-bottom: 1px dotted #666;
	margin: 0 0 10px 0;
}






