@charset "utf-8";

/* 基本設定 ここから */


body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	color: #555555;
	font-family: "メイリオ","Meiryo","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","MS Pゴシック", "MS P Gothic",sans-serif;
	font-size: 10pt;
	background-color: #FDF59D;
}

body, td, th, h3, h6 {
	color: #330000;
}

h1, h2, h4, h5 {
  color: #660000;
}

h1 {
	margin: 0px;
}

h2 {
	line-height: 24px;
}

a:link {
	color: #FF6600;
	text-decoration: none;
}

a:visited {
	color: #993300;
	text-decoration: none;
}

a:hover {
	color: #FF6600;
	text-decoration: none;
}

a:active {
	color: #000000;
	text-decoration: none;
}

img {
	border: 0;
}

img .heading {
	float: left;
}

/* 基本設定 ここまで*/

/* レイアウト設定 ここから */

#wrapper {
	width: 900px; /* the auto margins (in conjunction with a width) center the page */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	position: relative;
}

#contents {
	clear: both;
	float: left;
	width: 860px;
	background-color: #FFFFFF;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

/******* main container *******/
#welcome {
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	padding-bottom: 15px;
	padding-top: 5px;
}

#main {
	margin-right: auto;
	margin-left: auto;
}

#menu {
	width: 540px;
	padding-right: 19px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #999999;
	float: left;
}

#side {
	width: 280px;
	padding-left: 20px;
	float: right;
}
#kebab {
	margin-right: auto;
	margin-left: auto;
	padding-right: 120px;
	padding-left: 120px;
	background-image: url(../images/kebab.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height: 480px;
}

#info {
	clear: both;
	float: left;
	width: 820px;
	padding-right: 20px;
	padding-left: 20px;
}

/* ヘッダー ここから */

#header {
	background-image: url(../images/captainkebeb-logo.gif);
	height: 100px;
	width: 900px;
	background-repeat: no-repeat;
	margin: 0px auto;
	background-color: #FDF59D;
}

#header h1 a {
	text-indent: -9999em;
	text-decoration: none;
	display: block;
	height: 100px;
	width: 900px;
}
/* ヘッダー ここまで */

/* ナビゲーション ここから */

#navigation {
	list-style-type: none;
	width: 900px;
	height: 30px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0px;
}

#navigation li {
	margin-top: 0px;
	margin-right: 6px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0px;
	float: left;
}

/* ナビゲーション ここまで */

/* パンくず　ここから */

#rootList {
	font-size: 0.7em;
	line-height: 30px;
	text-transform: uppercase;
	margin: 0px;
	padding: 0px;
	height: 30px;
	list-style-type: none;
	position: absolute;
	top: 130px;
	width: 160px;
}

#rootList li {
	display: inline;
	margin-top: 0px;
	margin-right: 4px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#rootList a {
	margin-top: 0px;
	margin-right: 4px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#rootList li a:link {
	color: #663300;
	text-decoration: none;
}

#rootList li a:visited {
	color: #663300;
	text-decoration: none;
}

#rootList li a:hover {
	color: #FF6600;
	text-decoration: none;
}

#rootList li a:active {
	color: #000000;
	text-decoration: none;
}

/* パンくず　ここまで */

/* MENU　ここから */

#sideMenuList {
	width: 280px;
	background-color: #EEEEEE;
	background-image: url(../images/side-bg-t.gif);
	background-repeat: no-repeat;
	background-position: top;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#sideMenuList dd {
	background-image: url(../images/side-bg-b.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
#sideMenuList dd ul {
	list-style-type: none;
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#sideMenuList dd ul li {
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 5px;
	margin-left: 20px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	clear: both;
	font-size: 0.8em;
}
#sideMenuList dd ul li#sideMenuListEnd {
	margin-bottom: 0px;
	border-bottom-width: 0px;
	border-bottom-style: none;
}
#sideMenuList dd ul li a {
	background-image: url(images/menu/menu_icon_arrow_menulist.gif);
	background-repeat: no-repeat;
	background-position: left center;
	margin-left: 15px;
	padding-left: 15px;
}
#sideMenuList dd ul li a:link {
	color: #663300;
}
#sideMenuList dd ul li a:visited {
	color: #663300;
}
#sideMenuList dd ul li a:hover {
	color: #FF6600;
}
#sideMenuList dd ul li a:active {
	color: #000000;
}
dl.mainMenuList {
	width: 520px;
	margin-left: 10px;
	clear: both;
}
dl.mainMenuList dt.mainMenuCap img {
	vertical-align: bottom;
}
dl.mainMenuList dt.mainMenuCap {
	position: relative;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
}
dl.mainMenuList dt a {
	position: absolute;
	top: 3px;
	right: 2px;
}
a.menuGotoTop {
	font-size: 0.7em;
	text-transform: lowercase;
	background-image: url(../images/arrow-top.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 13px;
}
dl.mainMenuList dd.mainMenuDatas ul li dl {
	font-size: 0.8em;
	line-height: 1.2em;
	margin: 0px;
	padding: 0px;
}
dl.mainMenuList dd.mainMenuDatas ul li dl dt {
	font-weight: bold;
	color: #663300;
	margin: 0px;
	padding: 0px;
}
dl.mainMenuList dd.mainMenuDatas {
	background-color: #FAF8F4;
	margin: 0px;
	padding: 10px;
}
dl.mainMenuList dd.mainMenuDatas ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
dl.mainMenuList dd.mainMenuDatas ul li {
	margin: 0px;
	padding: 0px;
}
dl.mainMenuList dd.mainMenuDatas ul li dd {
	margin: 0px;
	padding: 0px;
}
dl.mainMenuList dd.mainMenuDatas ul li.mainMenuText dl dt {
	float: left;
}
dl.mainMenuList dd.mainMenuDatas ul li.mainMenuText dl dd {
	float: right;
}
dl.mainMenuList dd.mainMenuDatas ul li.mainMenuText {
	clear: both;
}

/* clearfix hack */
dl.mainMenuList dd.mainMenuDatas:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

dl.mainMenuList dd.mainMenuDatas {
	display: inline-block;
}

/* hide macie \*/
*html dl.mainMenuList dd.mainMenuDatas {
	height: 1%;
}

dl.mainMenuList dd.mainMenuDatas {
	display: block;
}
/* end hide */
/* end clearfix hack */

dl.mainMenuList dd.mainMenuDatas ul li.mainMenuImage {
	float: left;
	width: 195px;
	margin-bottom: 7px;
}
dl.mainMenuList dd.mainMenuDatas ul li.mainMenuImage img {
	float: left;
	margin-right: 5px;
}
dl.mainMenuList dd.mainMenuDatas ul li.mainMenuImage dl {
	float: left;
}

/* clearfix hack */
dl.mainMenuList dd.mainMenuDatas ul li.mainMenuText:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

dl.mainMenuList dd.mainMenuDatas ul li.mainMenuText {
	display: inline-block;
}

/* hide macie \*/
*html dl.mainMenuList dd.mainMenuDatas ul li.mainMenuText {
	height: 1%;
}

dl.mainMenuList dd.mainMenuDatas ul li.mainMenuText {
	display: block;
}
/* end hide */
/* end clearfix hack */

dl.mainMenuList dd.mainMenuDatas ul li.mainMenuImage dl dt {
	margin-bottom: 10px;
}
dl.mainMenuList dd.mainMenuDatas ul li.mainMenuText dl {
	padding-top: 3px;
	padding-right: 2px;
	padding-bottom: 3px;
	padding-left: 2px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #E5DCC9;
}
dl#lunchSetMenu {
	margin: 0px;
	padding: 0px;
	background-image: url(images/menu/menu_lunch_bg.jpg);
	background-repeat: repeat-y;
	background-position: top;
}
dl#lunchSetMenu dt {
	margin: 0px;
	background-image: url(images/menu/menu_lunch_bg_t.jpg);
	background-repeat: no-repeat;
	background-position: top;
	padding-top: 11px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
}
dl#lunchSetMenu dd {
	margin: 0px;
	background-image: url(images/menu/menu_lunch_bg_b.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 20px;
}
dl#lunchSetMenu dd ul {
	padding: 0px;
	list-style-type: none;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}
dl#lunchSetMenu dd ul li {
	margin: 0px;
	padding: 0px;
}
dl#lunchSetMenu dt img {
	vertical-align: bottom;
}
dl#lunchSetMenu dd img {
	vertical-align: bottom;
}
dl#lunchSetMenu dd ul li.setPlus {
	padding-bottom: 20px;
	background-image: url(images/menu/menu_plus.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}

/* MENU　ここまで */

#contact {
	margin-right: auto;
	margin-left: auto;
	padding-left: 20px;
	background-image: url(../images/contact.gif);
	background-repeat: no-repeat;
	background-position: right center;
	height: 600px;
}

.style1 {
	font-size: 16px;
	font-weight: bold;
	color: #CC0000;
}

.style2 {
	font-size: 16px;
	font-weight: bold;
	color: #003399;
}

.style3 {
	font-size: 16px;
	font-weight: bold;
	color: #FF9900;
}
/******* left container *******/
#left {
	width: 440px;
	clearn: left;
	float: left;
	padding-left: 15px;
	border-right-width: thin;
	border-right-style: dotted;
	border-right-color: #CC6600;
	padding-right: 20px;
}

/******* right container *******/
#right {
	width: 360px;
	float: right;
	clear: right;
}

/******* footer *******/
#footer {
	text-align: center;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	font-size: 0.8em;
	padding-top: 5px;
	padding-bottom: 5px;
	clear: both;
	background-color: #FFCC33;	
}

#footer a {
	text-decoration: none;
	color: #421500;
}

#footer a:hover {
	color: #663300;
	background-color: #FDF59D;
}

/******* address *******/
address {
	text-align: center;
	width: 900px;
	color: #996600;
	font-size: 11px;
	font-style: normal;
	background-color: #FFCC33;
	margin-right: auto;
	margin-left: auto;
	padding-top: 5px;
	padding-bottom: 5px;
	clear: both;
}

address a {
	text-decoration: none;
	font-size: 10px;
	font-weight: bold;
}

address a:hover {
	color: #996600;
}

