@charset "utf-8";




/*=====ヘッダー要素=====*/


#Headerline {
	height: 29px;
	vertical-align: bottom;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top : 3px;
	padding-left: 5px;
	text-align: left;
	text-decoration: none;
	display: block;
	background-image: url(images/boder_top.gif);
	background-position: top;
	background-repeat: repeat-x;

}


#Headerline a:link {
	color: #ffffff;
	text-decoration: underline;
}
#Headerline a:visited {
	color: #fcd2d5;
	text-decoration: underline;
}
#Headerline a:hover {
	color: #fffb6c;
	text-decoration: underline;
}
#Headerline a:active {
	color: #fffb6c;
	text-decoration: underline;
}




/*=====メニュー要素=====*/

.Menu {
	width: 182px;
	vertical-align: middle;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top : 0px;
	text-align: left;
	text-decoration: none;
	display: block;
}

.menu-box{
	width: 177px;
	color: #a0242d;
	float: left;
	text-align: left;
	line-height: 1.8em;
	font-weight: bold;
	background-image: url(images/menu_back.jpg);
	background-repeat: repeat;
	margin-bottom: 5px;
	padding-left: 5px;
	padding-top: 0px;
	padding-bottom: 5px;
}


.menu-box a:link {
	color: #a0242d;
	text-decoration: underline;
}
.menu-box a:visited {
	color: #993399;
	text-decoration: underline;
}
.menu-box a:hover {
	color: #1E4DAD;
	text-decoration: underline;
}
.menu-box a:active {
	color: #1E4DAD;
	text-decoration: underline;
}


.menuimg {
	margin-bottom: 3px;
}



menu.ol {
	margin-left: 0px;
	list-style-position: outside;
}


menu.li {
	margin-bottom: 1em;
	list-style-type: square;
	margin-left: 10px;
	list-style-position: outside;
}



/*表カスタマイズ===============================================*/

/*会社案内==メールフォーム==レストラン基本情報等========*/

table.hyou1 {border: solid 1px #94030a; border-collapse: collapse; width: 100%;}

th.hyou1 {
	border: solid 1px #94030a;
	color: #ffffff;
	padding: 5px;
	font-weight: bold;
	background-color: #b7282e;
	text-align: right;
	vertical-align: middle;
	width: 100px;
}
th.hyou1-center {
	border: solid 1px #94030a;
	font-weight: bold;
	background-color: #b7282e;
	text-align: center;
	vertical-align: middle;
}
th.hyou1-top {
	border: solid 1px #94030a;
	color: #ffffff;
	padding: 5px;
	font-weight: bold;
	background-color: #b7282e;
	text-align: right;
	vertical-align: top;
	width: 100px;
}


td.hyou1 {
	border: solid 1px #94030a;
	background-color: #FFFFFF;
	padding: 5px;
	text-align: left;
	vertical-align: top;
}

td.hyou1-2 {
	border: solid 1px #94030a;
	background-color: #FFFFFF;
	padding: 5px;
	text-align: center;
	vertical-align: top;
}

/*沿革============*/

table.hyou2 {border: solid 1px #94030a; border-collapse: collapse; width:100%;}

th.hyou2 {
	border: solid 1px #94030a;
	color: #ffffff;
	padding: 5px;
	background-color: #b7282e;
	text-align: right;
	vertical-align: middle;
}

td.hyou2 {
	border: solid 1px #94030a;
	background-color: #FFFFFF;
	padding: 5px;
	text-align: left;
	vertical-align: top;
}

/*電話番号一覧============*/

table.hyou3 {border: solid 1px #94030a; border-collapse: collapse; width: 100%;}


th.hyou3 {
	border: solid 1px #94030a;
	color: #ffffff;
	padding: 5px;
	background-color: #b7282e;
	text-align: center;
	vertical-align: middle;
}

th.hyou3-3 {
	border: solid 1px #94030a;
	color: #ffffff;
	width: 150px;
	padding: 5px;
	background-color: #b7282e;
	text-align: center;
	vertical-align: middle;
}



td.hyou3 {
	border: solid 1px #94030a;
	background-color: #FFFFFF;
	padding: 5px;
	text-align: left;
	vertical-align: top;
}


table.hyou3-2 {border: solid 1px #002055; border-collapse: collapse; width: 100%;}

th.hyou3-2 {
	border: solid 1px #002055;
	color: #ffffff;
	width: 150px;
	padding: 5px;
	background-color: #0C419A;
	text-align: center;
	vertical-align: middle;
}

td.hyou3-2 {
	border: solid 1px #002055;
	background-color: #FFFFFF;
	padding: 6px;
	text-align: left;
	vertical-align: top;
}

/*特集ページ============*/

table.hyou4 {border: solid 1px #e73b82; border-collapse: collapse; width: 100%; margin-bottom: 5px;}

th.hyou4-2 {
	border: solid 1px #e73b82;
	background-color: #f9dcda;
	color: #e73b82;
	width: 90px;
	padding: 2px;
	padding-left: 10px;
	text-align: right;
	vertical-align: top;
}

th.hyou4 {
	border: solid 1px #e73b82;
	background-color: #f9dcda;
	color: #e73b82;
	padding: 2px;
	padding-left: 10px;
	text-align: right;
	vertical-align: top;
}

td.hyou4 {
	border: solid 1px #e73b82;
	background-color: #ffffff;
	padding: 2px;
	text-align: left;
	vertical-align: top;
	padding-left: 7px;
	padding-right: 5px;
}


/*今月の幕の内MT用============*/

table.hyou5 {
	border-collapse: collapse;
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #555555;
}


td.hyou5 {
	padding: 5px;
	text-align: left;
	vertical-align: top;
	border-bottom-width: 2px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dashed;
	border-left-style: none;
	border-bottom-color: #555555;
}


/*レストランメニュー表=====================*/

table.hyou6 {border: solid 1px #94030a; border-collapse: collapse; width: 100%;}

th.hyou6 {
	border: solid 1px #94030a;
	color: #ffffff;
	padding: 5px;
	font-weight: bold;
	background-color: #b7282e;
	text-align: right;
	vertical-align: middle;

}
th.hyou6-center {
	border: solid 1px #94030a;
	color: #ffffff;
	font-weight: bold;
	background-color: #b7282e;
	text-align: center;
	vertical-align: middle;
}


td.hyou6 {
	border: solid 1px #94030a;
	background-color: #FFFFFF;
	padding: 5px;
	text-align: left;
	vertical-align: top;
}

td.hyou6-right {
	border: solid 1px #94030a;
	background-color: #FFFFFF;
	padding: 5px;
	text-align: right;
	vertical-align: top;
}


/*表カスタマイズ===============================================*/

/*サイトマップカスタマイズ===============================================*/
ul.sitemap1 {
	margin-bottom: 20px;
}


li.sitemap1 {
	list-style-image:url(/images/yajirushi01.gif);
	font-size: 1.2em;
	font-weight: bold;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 3px;
}

li.sitemap1-2 {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
	padding: 3px;
	list-style-type: disc;
}


/*サイトマップカスタマイズ===============================================*/


/*リンクページカスタマイズ===============================================*/

ul.link {
	margin-bottom: 10px;
}


ul li.link {
	list-style-image:url(/images/yajirushi01.gif);
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 3px;
}



/*リンクページカスタマイズ===============================================*/




/*リストカスタマイズ===============================================*/

li.mark {
	list-style-image:url(/images/yajirushi01.gif);
	list-style-position: outside;
	list-style-type: none;
	margin-bottom: 10px;
	vertical-align: middle;
	padding-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #767169;
}


ol {
	margin-left: 20px;
	list-style-position: outside;
}


li {
	margin-bottom: 1em;
	list-style-type: square;
	margin-left: 20px;
	list-style-position: outside;
}


ul {
	margin-left: 0.5em;
	list-style-position: outside;
	list-style-type: circle;
}



dt {
	font-weight:bold;
	color: #b7282e;
}


dd {
	margin-left: 15px;
	margin-bottom: 1em;
}



/*文字カスタマイズ===============================================*/


.large {
	font-size: 1.3em;
	line-height: 1.6em;
	font-weight: bold;
}

.tel {
	color: #333333;
	font-size: 1.0em;
	margin-top: 0px;
	margin-bottom: 3px;
	font-weight: bold;
}

.small {
	font-size: 0.8em;
	line-height: 0.9em;
}

.h4-small {
	font-size: 0.7em;
	line-height: 0.9em;
	padding-left: 2px;
}



.FF0000 {
	color: #FF0000;
}


.blue1 {
	font-size: 1.5em;
	line-height: 1.6em;
	color: #0C419A;
	font-weight: bold;
}

.blue2{
	color: #0C419A;
	font-weight: bold;	
}


.catchtitle{
	font-size: 1.2em;
	line-height: 1.4em;
	color: #0C419A;
	letter-spacing: 0.1em;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 0px;
	text-align: left;
	margin-right: 20px;
	margin-left: 20px;
}


.margin_b {
	margin-bottom: 7px;
}

/*ボックスカスタマイズ===============================================*/

.box-text-center {
	text-align: center;
	margin: 10px;
	padding: 5px;
}


.map {
	border: 1px solid #555555;
}

.box-img-left {
	text-align: center;
	padding: 0px;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}




.search-box {
	color: #FFFFFF;
	float: right;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 10px;
	text-align: right;
	font-size: 0.9em;
}


.footer-box {
	text-align: right;
	float: right;
	vertical-align: middle;
	margin-top: 5px;
	margin-left: 25px;
	margin-right: 8px;
}






.obento-title {
	font-size: 1.3em;
	line-height: 1.4em;
	font-weight: bold;
	color: #1E4DAD;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 6px;
	text-align: left;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 5px;
	border-left-width: 5px;
	border-left-style: solid;
}


.obento_box {
	float: left;
	width: 100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #777777;
}

.obento_boxright {
	width: 285px;
	float: right;
	text-align: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.obento_img2 {
	width: 250px;
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}




.obento_box-right {
	width: 285px;
	float: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.obento_img {
	width: 250px;
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}



/*特集ページ関連のボックスカスタマイズ===============================================*/


.order_minititle {
	color: #1E4DAD;
	font-size: 1.1em;
	font-weight: bold;
	padding-left: 8px;
	text-align: left;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 1px;
	border-left-width: 5px;
	border-left-style: solid;
}

.tokusyubento_boxright {
	width: 290px;
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}


.order_obento {
	width: 260px;
	margin: 0px;
	padding: 5px;
	display: inline-block;
	border-bottom:dotted 1px #aaaaaa;
	float: left;
}
.order_listbox_left {
	width: 180px;
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;

}


.end {
	font-size: 1.6em;
	line-height: 1.7em;
	font-weight: bold;
	color: #FF0000;
	border: 1px solid #FF0000;
	padding: 15px;
	margin-bottom: 15px;
}
