@charset "utf-8";

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


/* headline
----------------------------------------------- */
h1 {
	display: block;
	width: 140px;
	height: 51px;
	margin: 35px 0 0;
	background: url(../aboutus/images/h1.gif) no-repeat 0 0;
	text-indent: -9999px;
}
h2 {
	display: block;
	width: 302px;
	height: 42px;
	margin: 50px 0 0;
	text-indent: -9999px;
	_line-height:1em;
	background: url(../aboutus/images/h2.gif) no-repeat 0 0;
}
h3 {
	display: block;
	width: 500px;
	height: 16px;
	text-indent: -9999px;
	_line-height:1em;
}
h3.h3_01 {
	margin: 25px 0 0;
	background: url(../aboutus/images/h3_01.gif) no-repeat 0 0;
}
h3.h3_02 {
	height: 19px;
	margin: 40px 0 0;
	background: url(../aboutus/images/h3_02.gif) no-repeat 0 0;
}
h3.h3_03 {
	height: 18px;
	margin: 50px 0 0;
	background: url(../aboutus/images/h3_03.gif) no-repeat 0 0;
}

p {
	margin: 20px 0 0 0;
	}
p.margin25 {
	margin:25px 0 0 0;
	}

/* column
----------------------------------------------- */
.column0 {
	margin: 30px 0 35px 0;
	width:900px;
	}
.column0 .column0_1,.column0 .column0_3,.column0 .column0_2,.column0 .column0_4 {
	width: 445px;
	height: 170px;
	}
.column0 .column0_1,.column0 .column0_3 {
	float:left;
	}
.column0 .column0_2,.column0 .column0_4 {
	float:right;
	}
.column0 .column0_1 {
	background: url(../aboutus/images/column0_1.gif) no-repeat 0 0;
	margin:0 0 10px 0;
	}
.column0 .column0_2 {
	background: url(../aboutus/images/column0_2.gif) no-repeat 0 0;
	margin:0 0 10px 0;	
	}
.column0 .column0_3 {
	background: url(../aboutus/images/column0_3.gif) no-repeat 0 0;
	}
.column0 .column0_4 {
	background: url(../aboutus/images/column0_4.gif) no-repeat 0 0;
	}

.column0 h4 {
	display: block;
	width: 70px;
	height: 20px;
	margin: 20px 0 0 130px;
	text-indent: -9999px;
	}
.column0 .column0_1 h4 {
	background: url(../aboutus/images/h4_01.gif) no-repeat 0 0;
	}
.column0 .column0_2 h4 {
	background: url(../aboutus/images/h4_02.gif) no-repeat 0 0;
	}
.column0 .column0_3 h4 {
	background: url(../aboutus/images/h4_03.gif) no-repeat 0 0;
	}
.column0 .column0_4 h4 {
	background: url(../aboutus/images/h4_04.gif) no-repeat 0 0;
	}

.column0 li {
	font-size: x-small;
	_font-size:xx-small;
	background: url(../aboutus/images/dot.gif) left top no-repeat;
	padding: 0 10px 0 15px;
	margin: 10px 0 10px 130px;
	line-height:1.3em;
	}
.column1 {
	width:900px;
	}
.column1_wrap {
	width:600px;
	float:left;
	}
.column1 img {
	margin:50px 0 0 0;
	width:300px;
	float:right;
	}
p.intro {
	text-indent:-9999px;
	}
p.intro a {
	display:block;
	width:112px;
	height:25px;
	margin: 0 0 0 790px;
	background: url(../aboutus/images/chef.gif) right top;
	}
p.intro a:hover {
	opacity: 0.8;
	filter: alpha(opacity=80);
	}
/* list
----------------------------------------------- */
ul.promise {
	width:600px;
	padding:20px 0;
	background: url(../aboutus/images/promise_bg.gif) ;
	}
ul.promise li {
	margin: 0 0 0 30px;
	padding: 0 0 0 25px;
	line-height:2.2em;
	background: url(../aboutus/images/promise_li.gif) no-repeat left;
	}

.line {
	width:600px;
	background:transparent url(../chef/images/borderline_bg.gif) repeat-x scroll center top;
	margin:20px 0 0 0;
	height:1px;
	_line-height:0;
	_font-size:0;
	}
.line2 {
	width:600px;
	background:transparent url(../chef/images/borderline_bg.gif) repeat-x scroll center top;
	height:1px;
	}
	
/* parts
----------------------------------------------- */

#index .message {
	margin:20px 0 0 0;
	width:400px;
	border: 1px solid #A0CD3C;
	}
#index .message h3 {
	color : #A0CD3C;
	margin: 15px 0 0 25px;
	padding: 0 0 2px 0;
	width:355px;
	background: url(../aboutus/images/line.gif) repeat-x bottom;
	}
#index .column0 .message p {
	margin:10px 0 15px 25px;
	width:355px;
	color:#737378;
	}
#index .books {
	margin:45px 0 0 0;
	width:400px;
	background: #ECF5D8;
	}
#index .books h4 {
	display: block;
	width: 400px;
	height: 30px;
	background: url(../aboutus/images/index_h4.gif) no-repeat 0 0;
	text-indent: -9999px;
	}
#index .books .line {
	width: 350px;
	margin: 0 0 0 25px;
	height:1px;
	background: url(../aboutus/images/book_line_bg.gif) repeat-x top;
	}

/* clear
----------------------------------------------- */
.colimn1:after,
.column0:after {
  content: "."; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden;
}