﻿@import "contact.css";
@import "outline.css";
@import "view.css";
@import "news.css";
@import "ad.css";

/***** Global Settings *************************************************************************/
html {
	border: 0;
	margin: 0;
	padding: 0;
}
body {
	margin: 0;
	padding: 0;
	font: 12px/1.25 arial, helvetica, sans-serif, pmingliu, simsun;
	cursor: default;
	text-align: center;
	letter-spacing: 1px;
}
div {
	text-align: -moz-center;
}
p {
	margin: 0;
	padding: 0;
}
img {
	border: 0;
}
ul {
	list-style-type: square;
}
li {
	margin-top: 10px;
}
/***** Global Classes **************************************************************************/
.clear {
	clear: both;
}
.float-left {
	float: left;
}
.float-right {
	float: right;
}
.text-left {
	text-align: left;
}
.text-right {
	text-align: right;
}
.text-center {
	text-align: center;
}
.text-justify {
	text-align: justify;
}
/***** 區塊設定 *********************************************************************************/
div#container {
	background-image: url('../image/bg/bg.gif');
	background-repeat: repeat-y;
	width: 900px;
	color: #000000;
	margin-right: auto;
	margin-left: auto;
}
div#header {
	border-top-style: solid;
	border-top-width: 5px;
	border-top-color: #4F4707;
	width: 870px;
	height: 280px;
	position: relative;
	overflow:hidden;
}

div#index01 {
	border-top-style: solid;
	border-top-width: 5px;
	border-top-color: #4F4707;
	width: 870px;
	position: relative;
	overflow:hidden;
}

.shira_image{
	margin:0;
	padding:0;
	overflow:hidden;
}

table.news01{
	margin-top:0px;
	margin-left:-3px;
	font-size:12pt;
	width:100%;
	letter-spacing:0em;
	line-height:1.6em;
	font-weight:bold;
	border-bottom-color:#ddd;
	border-bottom-width:1px;
	border-bottom-style:solid;
}

table.news01 span.content{
	color:#000000;
	font-size:9pt;
	letter-spacing:0em;
	line-height:1.3em;
	font-weight:lighter;
	text-decoration:none;
}

table.news02{
	margin-top:2px;
	margin-left:-3px;
	font-size:12pt;
	width:100%;
	letter-spacing:0em;
	line-height:1.6em;
	font-weight:bold;
	border-bottom-color:#ddd;
	border-bottom-width:1px;
	border-bottom-style:solid;
}

table.news02 span.content{
	color:#000000;
	font-size:9pt;
	letter-spacing:0em;
	line-height:1.3em;
	font-weight:lighter;
	text-decoration:none;
}

div#header-link {
	height: 30px;
	line-height: 30px;
	padding-right: 10px;
	padding-left: 10px;
}
div#header-link a {
	text-decoration: none;
	color: #000000;
}
div#header-link a:hover {
	color: #003399;
}

div#menu {
	width: 150px;
	height: 184px;
	position: absolute;
	top: 63px;
	right: 11px;
	z-index:2000;
}
div#menu a {
	cursor: pointer; cursor: hand;
}
div#content {
	width: 868px;
	overflow: hidden;
	background-color: #E8E7DA;
	font-size: 13px;
}
div#content .category {
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #333333;
	height: 20px;
	text-align: left;
	margin:0 0 0 0;
	*margin:0 0 0 15px;
}

div#content .category img {
	margin-right: 10px;
}

div#navigation {
	width: 170px;
	float: left;
	padding-top: 15px;
}

div#ADbanner{
	width: 170px;
	float: left;
	padding-top: 30px;
}

div#main-contents {
	width: 698px;
	float: left;
	background-color: #FFFFFF;
	padding-top: 15px;
}

div#main-contents .data {
	width: 650px;
	line-height: 22px;
	text-align: justify;
	margin:25px 0 0 0;
	*margin:25px 0 0 15px;
}

.data .content_invisible{
	display:none;
}

.data div.img_pos{
	margin:0 auto;
}

div.img_pos img{
	margin-right:6px;
	border-style:solid;
	border-color:#CCCCCC;
	border-width:1px;
	padding:2px;
}

.data img{
	border-style:solid;
	border-color:#ddd;
	border-width:1px;
	padding:2px;
}


.data div.outline1{
	border-style:solid;
	border-color:#ddd;
	border-width:1px;
	padding:2px;
}

.data ul.menu01{
	margin-left:-17px;
	*margin-left:25px;
	_margin-left:24px;
	font-size:11pt;
}

.data table.menu02_square{
	margin-top:8px;
	margin-left:3px;
	*margin-left:3px;
	_margin-left:3px;
	
	font-size:11pt;
}

table.menu02_square span{
	color:#bbb;
	font-size:8pt;
	letter-spacing:-0.1em;
	*letter-spacing:0;
	_letter-spacing:0.1em;
}

table.menu02_square span.content{
	color:#000000;
	font-size:9pt;
	letter-spacing:0em;
	line-height:1.6em;
}

.data table.menu02_course{
	margin-top:8px;
	margin-left:3px;
	*margin-left:3px;
	_margin-left:3px;	
	font-size:11pt;
}

table.menu02_course span{
	color:#bbb;
	font-size:8pt;
	letter-spacing:-0.1em;
	*letter-spacing:0;
	_letter-spacing:0.1em;
}

table.menu02_course div.content{
	text-align:left;
	color:#000000;
	font-size:9pt;
	letter-spacing:0em;
	line-height:1.6em;
	padding-left:20px;
}

table.menu02_course div.price{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#000000;
	font-size:8pt;
	float:right;
}

table.menu02_course P{
	background-image:url(../image/item/square.gif);
	background-repeat:no-repeat;
	background-position:1px 4px;
	*background-position:1px 3px;
	_background-position:1px 3px;
	padding-left:18px;
	margin-left:0;
	margin-bottom:5px;
	width:300px;
}

table.menu02_square img{
	float:left;
}

table.menu02_square P{
	background-image:url(../image/item/square.gif);
	background-repeat:no-repeat;
	background-position:1px 4px;
	*background-position:1px 3px;
	_background-position:1px 3px;
	padding-left:18px;
	margin-left:15px;
	margin-bottom:5px;
	width:440px;
	float:left;
}

table.note01{
	width:99%;
	margin-left:0px;
	margin-bottom:20px;
	font-size:9pt;
	letter-spacing:0em;
	line-height:1.2em;
	text-align:left;
	border-style:solid;
	border-width:1px;
	border-color:#ddd;
}

table.note01 td.note_title{
	border-right-style:solid;
	border-right-width:1px;
	border-right-color:#eee;
	/*padding-left:7px;
	padding-right:7px;
	padding-top:16px;
	padding-bottom:16px;
	float:left;*/
	font-size:10pt;
	letter-spacing:0.5em;
}

td.note_content{
	width:410px;
	padding-left:15px;
	padding-top:5px;
	padding-bottom:5px;
	text-align:left;
	line-height:1.5em;
	/*float:left;*/
}

div.menu_spacing{
	font-size:1px;
	width:600px; 
	height:1px; 
	float:left;
}

table.menu02_course div.menu_spacing{
	font-size:1px;
	width:300px; 
	height:1px; 
	float:left;
}

table.menu02_square hr{
	font-size:1px;
	margin-left:165px;
	margin-top:0;
	*margin-top:0;
	_margin-top:-20px;
	border:0 none;
	width:460px;
	background-color:#eee;
	color:#eee;
	height:1px;
	float:right;
}

table.menu02_course hr{
	font-size:1px;
	margin-top:0;
	*margin-top:0;
	_margin-top:-25px;
	border:0 none;
	width:350px;
	background-color:#eee;
	color:#eee;
	height:1px;
}

ul.menu01_nolist img{
	float:left;
}

.data ul.menu01_nolist{
	margin-left:-40px;
	*margin-left:5px;
	_margin-left:5px;
	list-style-type:none;
}

ul.menu01_nolist li{
	padding:0 15px;
	float:left;
}

ul.menu01_nolist li.grayline{
	border-right-style:solid;
	border-right-width:1px;
	border-right-color:#eee;
}

ul.menu01_nolist p{
	margin-left:12px;
	width:160px;
	font-size:0.8em;
	line-height:1.4em;
	float:left;
}

ul.menu01_nolist span{
	font-weight:bold;
	font-size:10pt;
	line-height:1.55em;
}

ul.menu01_nolist p.breakspacing{
	width:10px;
	heihgt:2px;
	font-size:1pt;
}

ul.menu01 span{
	color:#bbb;
	font-size:8pt;
	letter-spacing:-0.1em;
	*letter-spacing:0;
	_letter-spacing:0.1em;
}

ul.menu01 span.content{
	color:#000000;
	font-size:9pt;
	letter-spacing:0em;
	line-height:1.6em;
}

ul.menu01 span.price{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#000000;
	font-size:8pt;
	float:right;
	margin-top:-22px;
	*margin-top:-25px;
	_margin-top:-25px;
}

ul.menu01 hr{
	margin-left:-16px;
	border:0 none;
	width:103%;
	background-color:#eee;
	color:#eee;
	height:1px;
}

.data p.title_comercial_meal{
	background:url(../image/title/shikisai-course.gif) no-repeat;
	text-indent:-9999px;
	clear:left;
}

.data p.title_comercial_meal02{
	background:url(../image/title/shikisai-course02.gif) no-repeat;
	text-indent:-9999px;
	clear:left;
}

.data p.title_comercial_meal03{
	background:url(../image/title/totoya-course.gif) no-repeat;
	text-indent:-9999px;
	clear:left;
}

.data p.title_comercial_meal04{
	background:url(../image/title/shikisai-course03.gif) no-repeat;
	text-indent:-9999px;
	clear:left;
}

.data p.title_comercial_meal05{
	background:url(../image/title/shikisai-course05.gif) no-repeat;
	text-indent:-9999px;
	clear:left;
}
.data p.title_comercial_meal06{
	background: url(../image/title/sushiraku-menu_sosi.gif) no-repeat;
	text-indent:-9999px;
	clear:left;
}
.data p.title_comercial_meal07{
	background: url(../image/title/sushiraku-menu_sizi.gif) no-repeat;
	text-indent:-9999px;
	clear:left;
}
.data p.title_comercial_meal08{
	background: url(../image/title/shikisai-course_L.gif) no-repeat;
	text-indent:-9999px;
	clear:left;
}
.data p.title_premeal{
	background:url(../image/title/shikisai-premeal.gif) no-repeat;
	text-indent:-9999px;
	clear:left;

}

.data p.all_menu{
	margin-left:8px;
	background:url(../image/title/all-menu.gif) no-repeat;
	text-indent:-9999px;
	clear:left;

}

.data p.title_shikisaino1{
	background:url(../image/title/shikisai-shikisaino1.gif) no-repeat;
	text-indent:-9999px;
	clear:left;

}

.data p.title_variholdsushi{
	background:url(../image/title/shikisai-variholdsushi.gif) no-repeat;
	text-indent:-9999px;
	clear:left;

}

.data p.title_shishi{
	background:url(../image/title/shikisai-shishi.gif) no-repeat;
	text-indent:-9999px;
	clear:left;

}

.data p.title_bowel{
	background:url(../image/title/shikisai-bowel.gif) no-repeat;
	text-indent:-9999px;
	clear:left;

}

.data p.title_holdsushi{
	background:url(../image/title/sushiraku-holdsushi.gif) no-repeat;
	text-indent:-9999px;
	clear:left;

}

.data p.title_no1meal{
	background:url(../image/title/sushiraku-no1meal.gif) no-repeat;
	text-indent:-9999px;
	clear:left;

}

.data p.title_sara{
	background:url(../image/title/sushiraku-sara.gif) no-repeat;
	text-indent:-9999px;
	clear:left;

}


div.menu_pos{
	margin-left:-40px;
}

.data img.menu01{
	border-style:solid;
	border-color:#CCCCCC;
	border-width:1px;
	padding:2px;
	float:left;
}

.data li.menu01{
	margin-left:-15px;
	text-align:left;
}

div#main-contents .data h4.five {
	background-position: left center;
	margin: 0;
	background-image: url('../image/title/concept_five.gif');
	background-repeat: no-repeat;
	padding-left: 20px;
	font-size: 15px;
	text-indent:-9999px;
}

div#main-contents .data h4.vision {
	background-position: left center;
	margin: 0;
	background-image: url('../image/title/concept_vision.gif');
	background-repeat: no-repeat;
	padding-left: 20px;
	font-size: 15px;
	text-indent:-9999px;
}

div#main-contents .data h4.news {
	background-position: left center;
	margin: 0;
	background-image: url('../image/title/news_news.gif');
	background-repeat: no-repeat;
	padding-left: 20px;
	font-size: 15px;
	text-indent:-9999px;
}

div#main-contents .data h4.totoya {
	background-position: left center;
	margin: 0;
	background-image: url('../image/title/news_totoya.gif');
	background-repeat: no-repeat;
	padding-left: 20px;
	font-size: 15px;
	text-indent:-9999px;
}

div#main-contents .data h4.sushiraku {
	background-position: left center;
	margin: 0;
	background-image: url('../image/title/news_sushiraku.gif');
	background-repeat: no-repeat;
	padding-left: 20px;
	font-size: 15px;
	text-indent:-9999px;
}

div#main-contents .data h4.shikisai {
	background-position: left center;
	margin: 0;
	background-image: url('../image/title/news_shikisai.gif');
	background-repeat: no-repeat;
	padding-left: 20px;
	font-size: 15px;
	text-indent:-9999px;
}

div#main-contents .data h4.jobposition {
	background-position: left center;
	margin: 0;
	background-image: url('../image/title/recruit_position.gif');
	background-repeat: no-repeat;
	padding-left: 20px;
	font-size: 15px;
	text-indent:-9999px;
}

div#main-contents .data h4.pay {
	background-position: left center;
	margin: 0;
	background-image: url('../image/title/recruit_pay.gif');
	background-repeat: no-repeat;
	padding-left: 20px;
	font-size: 15px;
	text-indent:-9999px;
}

div#main-contents .data h4.reserve {
	background-position: left center;
	margin: 0;
	background-image: url('../image/title/contact_reserve.gif');
	background-repeat: no-repeat;
	padding-left: 20px;
	font-size: 15px;
	text-indent:-9999px;
}

div#main-contents .data h4.o_concept {
	background-position: left center;
	margin: 0;
	background-image: url('../image/title/outline_concept.gif');
	background-repeat: no-repeat;
	padding-left: 20px;
	font-size: 15px;
	text-indent:-9999px;
}
div#main-contents .data h4.news01{
	background-position: left center;
	margin: 0;
	background-image: url(../image/title/important_news.gif);
	background-repeat: no-repeat;
	padding-left: 20px;
	font-size: 15px;
	text-indent:-9999px;
}

.data li.num01 {
	background-position: 0 5px;
	margin-left: -20px;
	padding-left:25px;
	background-image: url('../image/icon/icon-num01.gif');
	background-repeat: no-repeat;
	list-style:none;
}

.data li.num02 {
	background-position: 0 5px;
	margin-left: -20px;
	padding-left:25px;
	background-image: url('../image/icon/icon-num02.gif');
	background-repeat: no-repeat;
	list-style:none;
}

.data li.num03 {
	background-position: 0 5px;
	margin-left: -20px;
	padding-left:25px;
	background-image: url('../image/icon/icon-num03.gif');
	background-repeat: no-repeat;
	list-style:none;
}

.data li.num04 {
	background-position: 0 5px;
	margin-left: -20px;
	padding-left:25px;
	background-image: url('../image/icon/icon-num04.gif');
	background-repeat: no-repeat;
	list-style:none;
}

.data li.num05 {
	background-position: 0 5px;
	margin-left: -20px;
	padding-left:25px;
	background-image: url('../image/icon/icon-num05.gif');
	background-repeat: no-repeat;
	list-style:none;
}

div#main-contents .data a {
	color: #0066CC;
}
div#main-contents .data a:hover {
	color: #FF9900;
}

img.go_right {
	border-color:#ccc;
	border-style:solid;
	border-width:1px;
	margin-top:5px;
	margin-left:10px;
	
}

div#footer {
	background-color: #F5F5F5;
	width: 870px;
	height: 30px;
	line-height: 30px;
	color: #959595;
}
