@charset "utf-8";

/* import
----------------------------------------------- */
@import "font.css";
@import "common.css";
@import "menu.css";


/* headline
----------------------------------------------- */
#index h1 {
	display: block;
	width: 140px;
	height: 51px;
	margin: 35px 0 0;
	background: url(../chef/images/index_h1.gif) no-repeat 0 0;
	text-indent: -9999px;
}
#index h2 {
	display: block;
	width: 210px;
	height: 20px;
	margin: 5px 0 0;
	text-indent: -9999px;
}
#index h2.h2_01 {
	background: url(../chef/images/index_h2_01.gif) no-repeat 0 0;
}
#index h2.h2_02 {
	background: url(../chef/images/index_h2_02.gif) no-repeat 0 0;
}
#index h2.h2_03 {
	background: url(../chef/images/index_h2_03.gif) no-repeat 0 0;
}


/* column
----------------------------------------------- */
#index .column0 {
	margin:50px 0 0 0;
	width: 900px;
	background: url(../chef/images/chef_background.gif) repeat-y left top;
}
#index .column0 .left {
	float: left;	
	width: 490px;
	/*background: url(../chef/images/column_bg.gif) repeat-y right top;*/
}
#index .column0 .right {
	float: right;
	width: 360px;
	/*background: url(../chef/images/column_bg.gif) repeat-y left;*/
}
#index .column0 p {
	margin:60px 0 0 0;
	width:490px;
	text-align: justify;
	}
#index .column1 {
	width:490px;
	}
#index .column1 span {
	float:left;
	background: url(../chef/images/image_bg.gif) no-repeat ;
	padding:5px;
	}
#index .column1 .column1_box {
	margin: 55px 0 0 30px;
	float:left;	
	}
#index .column1 p.chef_01,#index .column1 p.chef_02,#index .column1 p.chef_03 {
	
	}
#index .column1 p.chef_01 {
	display: block;
	width: 67px;
	height: 11px;
	margin:0;
	background: url(../chef/images/chef_01.gif) no-repeat 0 0;
	text-indent: -9999px;
	}
#index .column1 p.chef_02 {
	display: block;
	width: 120px;
	height: 11px;
	margin:0;
	background: url(../chef/images/chef_02.gif) no-repeat 0 0;
	text-indent: -9999px;
	}
#index .column1 p.chef_03 {
	display: block;
	width: 120px;
	height: 11px;
	margin:0;
	background: url(../chef/images/chef_03.gif) no-repeat 0 0;
	text-indent: -9999px;
	}
#index .borderline {
	margin: 30px 0 5px 0;
	background: url(../chef/images/borderline_bg.gif) repeat-x top;
	}
#index .padding50 {
	padding: 0 0 0 50px;
	}
#index .column2 {
	width: 310px;
	margin: 35px 0 0 0;
	padding:0 25px;
	}
#index .column2 img {
	float:left;
	}
#index .column2 .box {
	padding: 0 0 0 25px;
	width:165px;
	float:left;
	}
#index .column2 .box p {
	margin:10px 0 0 0;
	width:165px;
	color: #737378;
	}
#index .column2 .box p.cap {
	margin:15px 0 30px 0;
	color:#323237;
	}
h5 a {
	text-decoration: none;
	color: #737378;
	letter-spacing: -0.1em;
	}
h5 a:hover {
	text-decoration: underline;
	color: #737378;
	}
.column2 a:hover img {
	opacity: 0.8;
	filter: alpha(opacity=80);
	}

/* parts
----------------------------------------------- */

#index .message {
	margin:20px 0 0 0;
	width:488px;
	border: 1px solid #A0CD3C;
	}
#index .message h3 {
	color : #A0CD3C;
	margin: 15px 0 0 25px;
	padding: 0 0 2px 0;
	width:438px;
	background: url(../chef/images/line.gif) repeat-x bottom;
	}
#index .column0 .message p {
	margin:10px 0 15px 25px;
	width:438px;
	color:#737378;
	}
#index .books {
	width:360px;
	background: #ECF5D8;
	}
#index .books h4 {
	display: block;
	width: 360px;
	height: 30px;
	background: url(../chef/images/index_h4.gif) no-repeat 0 0;
	text-indent: -9999px;
	}
#index .books .line {
	width: 310px;
	margin: 0 0 0 25px;
	height:1px;
	background: url(../chef/images/book_line_bg.gif) repeat-x top;
	}
p.intro {
	margin:35px 0 0 0;
	text-indent:-9999px;
	}
p.intro a {
	background:url(../chef/images/concept.gif) repeat scroll right top;
	display:block;
	height:25px;
	margin:0 0 0 790px;
	width:112px;
	}
p.intro a:hover {
	opacity: 0.8;
	filter: alpha(opacity=80);
	}
/* clear
----------------------------------------------- */
.chef_wrap:after,
#index .column0:after, 
#index .column0 .left:after,
#index .column0 .right:after,
.info_wrap:after,
.shop_detail:after,
.gallery .gallery:after,
.image:after,
.navi ul:after,
.btn2:after {
  content: "."; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden;
}