@charset "shift_jis";


/* スタイルの初期化 */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img {
	border:0;
}
address,caption,cite,code,dfn,em,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}


/* タグ共通 */

body{
	font-size:75%;
	font-family:"メイリオ","ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "メイリオ";
	color:#000;
	letter-spacing:0.1px;
	line-height:1.4;
	background:url(../../img/common/bg_large.jpg) no-repeat top center #EEE2E2;
	}

strong {
	color:#cc0000;
	}

span {
	font-weight:bold;
	}

a {
	color:#000;
	}
a:visited{
	color:#000;
	}
a:hover{
	text-decoration:none;
	}


/* common */

.mb5 {margin-bottom:5px;}
.mb10 {margin-bottom:10px;}
.mb15 {margin-bottom:15px;}
.mb20 {margin-bottom:20px;}
.mb25 {margin-bottom:25px;}
.mb30 {margin-bottom:30px;}
.mb35 {margin-bottom:35px;}
.mb40 {margin-bottom:40px;}

.p5 {padding:0 5px;}
.p10 {padding:0 10px;}
.p15 {padding:0 15px;}
.p20 {padding:0 20px;}
.p25 {padding:0 25px;}

.clear {
	clear:both;
	width:100%;
	line-height:0;
	}

.clearL {
	clear:left;
	}


.txt-left {
	text-align: left;
}

.txt-right {
	text-align: right;
}

.txt-center {
	text-align: center;
}

/* common-color */

.co-black {
	color: #000;
}

.co-grey {
	color: #666;
}

.co-white {
	color: #FFF;
}

.co-red {
	color: #F00;
}

.co-blue {
	color: #00F;
}

/* コンテナ(div#container) */

#container_wrapper {
	margin:0 auto;
	/*background:url(../../img/common/bg.jpg) top center no-repeat;*/
	}

#container_wrapper:after {
  content : "";
  display : block;
  height : 0;
  clear : both;
}


#container {
	width:856px;
	margin:0 auto;
	}



/* ヘッダー(div#header) */

#header {
	height:78px;
	margin-top:5px;
	background:url(../../img/common/header/header_bg.png) no-repeat;
	position:relative;
	}

#header h1 {
	position:absolute;
	top:17px;
	left:18px;
	}

#header h2 {
	position:absolute;
	top:25px;
	right:20px;
	font-size:88%;
	font-weight:bold;
	color:#00042E;
	}

/* movie */

#movie {
	}


/* main */

#main_wrapper {
	clear:left;
	}

#main {
	background:url(../../img/common/body_bg.png) repeat-y;
	padding:0 3px;
	float:left;
	width:850px;
	}

#main_inner {
	background:url(../../img/common/inner_bg.gif) repeat-y;
	float:left;
	padding-bottom:40px;
	}

/* navi */

#navigation {
	float:left;
	width:199px;
	margin-right:12px;
	}

#navigation ul {
	background:#EEE2E2;
	width:199px;
	}

#navigation ul li {
	width:184px;
	margin:0 auto;
	}

#navigation ul li img {
	vertical-align:bottom;
	}


/* center_column , topics */


#center_column {
	width:405px;
	float:left;
	padding:0 3px;
	margin-top:10px;
	background:#fff;
	}

#topics_ttl img {
	vertical-align:bottom;
	}

#topics {
	width:401px;
	padding-bottom:17px;
	}


#topics dl {
	width:401px;
	margin:0;
	}

#topics dt {
	border:1px solid #8F1D1D;
	padding:5px 10px 0px 13px;
	background-color:#8F1D1D;
	color:#FFFFFF;
	font-size:1.2em;
	border-bottom:none;
	}

#topics dd {
	border:1px solid #8F1D1D;
	padding:7px 10px 10px 10px;
	padding-bottom:25px;
	background-color:#EEE2E2;
	margin-bottom:11px;
	background-image: url(../../img/index/newsBackImg.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	}


/* right_column */

#right_column {
	margin-top:10px;
	width:212px;
	float:right;
	padding-right:11px;
	}

.member_left {
	float:left;
	width:103px;
	margin-bottom:10px;
	}

.member_right {
	float:right;
	width:103px;
	margin-bottom:10px;
	}

#index_bnr {
	clear:both;
	width:214px;
	background:#fff;
	font-size:90%;
	}

#index_bnr .bnr {
	margin-bottom:5px;
	}

#index_bnr .text {
	margin-left:45px;
	margin-bottom:5px;
	}

/* footer */

#footer {
	clear:left;
	width:850px;
	height:47px;
	margin-bottom:-4px;
	background:url(../../img/common/footer/footer_bg.jpg) no-repeat;
	text-align:right;
	}

#footer address {
	color:#fff;
	font-size:85%;
	padding:0;
	padding-top:10px;
	margin-right:10px;
	}


/* second */

#contents {
	float:left;
	width:605px;
	background:#fff;
	padding-top:10px;
	padding-left:5px;
	}


/* portrait */

#portrait {
	float:left;
	width:220px;
	margin-bottom:10px;
	}

#portrait img {
	border:1px soild #000;
	}

#personal_summery {
	float:left;
	width:360px;
	padding-top:10px;
	padding-left:15px;
	}

.position_title {
	font-size:130%;
	}

.personal_name {
	font-size:170%;
	color:#9E1B31;
	margin-bottom:10px;
	}

.sub_summery {
	font-size:95%;
	margin-bottom:10px;
	}

.event_photo1 {
	float:left;
	width:220px;
	padding-right:10px;
	margin-bottom:10px;
}


.event_photo1-02 {
	float:left;
	padding-right:10px;
	margin-bottom:10px;
}

.event_txt1 {
	color:#9E1B31;
	margin-bottom:6px;
}

.event_txt2 {
	width:580px;
	padding:10px;
	margin:0px 0px 25px 2px;
	border:solid 1px #999999;
}

.event_txt3 {
	font-size:150%;
	color:#9E1B31;
	margin-bottom:3px;
}

.event_photo2 {
	float:left;
	width:120px;
	padding-right:10px;
	margin-bottom:20px;
}

.event_txt4 {
	display: block;
	margin-bottom: -80px;
	line-height:18;
}


/* company_profile */

#company_profile {
	padding:20px;
	}

#company_profile h4 {
	font-size:140%;
	margin-bottom:10px;
	color:#9E1B31;
	}

#company_profile dl {
	border-bottom:1px dotted #ccc;
	float:left;
	}

#company_profile dt {
	float:left;
	width:100px;
	background:#fff;
	font-weight:bold;
	padding:10px 0;
	color:#9E1B31;
	}

#company_profile dd {
	float:left;
	width:450px;
	background:#fff;
	padding:10px 0;
	}



.link_btn {
	width:550px;
	clear:left;
	
	}

.link_btn ul {
	margin-top:25px;
	background:#F5F0F0;
	padding:15px 0;
	text-align:center;
	}

.link_btn li {
	display:inline;
	margin-right:25px;
	}

.link_btn li img {
	vertical-align:bottom;
	}


/* merit */

.work_list {
	margin-bottom:25px;
	margin-left:10px;
	}

.work_list li {
	float:left;
	background:#F5F0F0;
	border:1px solid #DBC3C6;
	width:270px;
	margin:0 0 10px 10px;
	padding-left:8px;
	line-height:3;
	}

.work_list li span {
	color:#cc0000;
	float:left;

	}

#merit h5 {
	font-weight:bold;
	font-size:120%;
	border-left:3px solid #9E1B31;
	background:#F5F0F0;
	color:#9E1B31;
	padding-left:6px;
	line-height:2.2;
	margin-bottom:10px;
	}


#work_contents {
	clear:left;
	width:570px;
	margin:0 auto 20px auto;
	border-top:1px dotted #ccc;
	padding-top:35px;
	}

#work_contents p {
	margin-bottom:25px;
	padding-left:10px;
	}

.goto_work_index {
	text-align:right;
	font-size:82%;
	}



/* book */

.recommend {
	background:#FFFEF2;
	width:567px;
	margin:0 auto 25px auto;
	padding:10px;
	border:1px solid #eee;
	}

.recommend p {
	margin-bottom:5px;
	}

.recommend span {
	font-size:120%;
	}

.buy_btn {
	width:567px;
	margin:0 auto 25px auto;
	background:#F5F0F0;
	padding:10px;
	text-align:center;
	}

.buy_btn p {
	margin-top:10px;
	}


.buy_btn li img {
	vertical-align:bottom;
	}



.contact_btn {
	margin:17px auto 25px auto;
	background:#F5F0F0;
	padding:10px;
	text-align:center;
	}

.contact_btn li {
	display:inline;
	margin-right:25px;
	}

.contact_btn li img {
	vertical-align:bottom;
	}
	
/* ourjob */

.coordinate_img {
	float:left;
	margin-right:10px;
	margin-left:5px;
	margin-bottom:24px;
	}

.coordinate_txt {
	padding-top:2px;
	line-height:1.8em;
	}

.staffservice_img {
	float:left;
	padding:1px;
	margin:1px 10px 24px 5px;
	border:solid 1px #999999;
	}
	
.staffservice_txt {/*
	padding-top:3px;
	line-height:1.7em;*/
	}

.chefevent_img {
	margin-left:82px;
	}

/* ourjob */

.oriental_txt01 {
	width:506px;
	height:139px;
	font-size:137%;
	color:#9E1B31;
	padding:72px 56px 0px;
	background-image:url(../../oriental/img/oriental_bg.jpg);
}

.oriental_txt02 {
	width:598px;
	font-size:117%;
	padding:15px 10px 0px;
	color:#333;
}

.bitinari_txt01 {
	float:left;
	padding-left:10px;
	padding-right:96px;
	color:#333;
}

.bitinari_txt02 {
	float:left;
	text-indent:-60px;
	color:#333;
}

.oriental_next_space {
	width:598px;
	margin-top:20px;
	padding:20px 10px 0px;
	border-top:1px dotted #666;
	color:#333;
	background-color: #FFF;
}

.oriental_bak {
	width: 606px;
	height: 103px;
	background-image: url(../../oriental/img/bin02.jpg);
	background-repeat: no-repeat;
}

.oriental_bak00 {
	width: 109px;
	float: left;
	margin: 8px 0px 0px 15px;
	display: inline;
}


.oriental_bak00 img {
	vertical-align: bottom;
}

.oriental_bak01 {
	width:450px;
	float: left;
	margin: 8px 20px 0px 0px;
	display: inline;
}

.oriental_bak02 {
	width:470px;
	float: left;
	margin: 0px 0px 0px 8px;
	display: inline;
}

.oriental_info {
	color:#9E1B31;
	text-indent:-6px;
}


#oriental #contents {
	padding:15px 0 0 0;
	background:#fff;
	width:626px;
	}


#oriental .ttl {
	margin-bottom:15px;
	}

.ttl2 {
	margin-bottom: 35px;
	background-image: url(../../oriental/img/bin_bak.gif);
	background-repeat: repeat-y;
	background-position:center;
}

.dotto {
	border-bottom:1px dotted #666;
}
#oriental .main_bitnari {
	margin-bottom:10px;
	padding-top: 35px;
	border-top:1px dotted #999;
	}

#oriental .aoc {
	width:623px;
	padding:5px 0;
	background:#96D544;
	color:#fff;
	text-align:center;
	font-size:120%;
	}

#oriental .aoc a {
	color:#fff;
	}

#oriental .aoc a:visited {
	color:#fff;
	}

#hasu_dinner {
	margin: 10px 0px 3px 22px;
	color: #9E1B31;
	font-weight:bold;
}

.hasu_dinner {
	margin: 0px 0px 10px 30px;
}

/* news */

.news_group {
	font-size:117%;	/* 約14px */
	line-height:1.4em;
	padding-left:5px;
	padding-bottom:25px;
	}

.news_title {
	height:14px;
	width:566px;
	padding:10px 0px 9px 39px;
	background-image:url(../../news/img/ttl_news_title.gif);
	background-repeat:no-repeat;
	font-size:14px;
	line-height:1em;
	overflow:hidden;
	margin-bottom:15px;
	clear:both;
	}

	/* --フロート用-- */

.news_img {
	float:left;
	padding-right:20px;
	}

.news_img_txt {
	float:left;
	}

	/* --テキストサイズ等-- */

.news_group span {
	font-weight:100;
	}

	/* --テキストサイズ等（アクセスページでも使用）-- */
	/* ※フォントサイズ14pxを基準とした数値※ */
.fc_subtitle {
	color:#9E1B31;
}

.fs12 {
	font-size:85%;
	line-height:1.3em;
	}

.fs14 {
	font-size:100%;
	line-height:1.4em;
	}

.fs16 {
	font-size:120%;
	line-height:1.2em;
	}

.fs18 {
	font-size:130%;
	line-height:1.2em;
	}

.fs24 {
	font-size:200%;
	line-height:1.2em;
	}

	/* --リスト用-- */

.news_group ol {	/* --番号-- */
	margin-left:26px;
	list-style-type:decimal;
	line-height:1.3em;
	}

.news_group ul {	/* --四角-- */
	margin-left:2px;
	list-style-position:inside;
	list-style-type:square;
	line-height:1.3em;
	}

.news_group li {
	padding-top:7px;
	}

	/* --お問い合わせ-- */

.news_reference {
	line-height:1.1em;
	}

.news_reference_txt,.news_reference_lnk {
	padding-top:8px;
	float:left;
	font-size:85%;
	line-height:1.4em;
	padding-left:2px;
	}

	/* --テキストリンク用-- */

.news_link {
	text-align:right;
	line-height:1.1em;
	}

/* access */

.access_map {
	padding-bottom:27px;
	width:605px;
	height:408px;
	}

.access_contact {
	float:left;
	padding-right:5px;
	}

#news_list {
	width: 250px;
	margin: 0px 0px 10px 10px;
	float: left;
	font-size:85%;
	line-height: 0.8;
	list-style-type: square;
}

.news_yoyaku {
	width: 250px;
	float: right;
	margin: 20px 50px 0px 0px;
	padding: 6px 10px 3px 10px;
	background-color: #EEE2E2;
	border:1px solid #DFB4BB;
	display: inline;
}


.cooperation {
	width: 230px;
	background-color: #E6E6E6;
	border: 1px solid #898989;
	padding: 10px 10px 6px 5px;
	text-align: center;
}

.seminar-work {
	margin-right: 120px;
	text-align:right;
	font-size: 120%;
}

.seminar-work02 {
	margin: -25px 125px 0px 0px;
	text-align:right;
}

.seminar-work a {
	text-decoration: none;
}

.seminar-work a:hover {
	text-decoration: underline;
}
.coop {
}

.haichi {
margin-bottom:10px;
	
	}
	
.bichosei-1 {
margin-left:10px;
}	


/* order */

#order_portrait {
	float:left;
	width:160px;
	margin-top:5px;
	margin-bottom:10px;
	}

#order_summery {
	float:left;
	width:420px;
	padding-top:10px;
	padding-left:5px;
	}

.order_sub_summery {
	font-size:100%;
	margin-bottom:10px;
	}

.order_txt1 {
	font-size:130%;
	color:#9E1B31;
	margin-bottom:5px;
	margin-left:6px;
}

.order_txt2 {
	font-size:130%;
	color:#9E1B31;
	margin-bottom:5px;
}


	/* --リスト用-- */

.order_group ul {	/* --丸-- */
	margin-left:10px;
	list-style-position:inside;
	list-style-type:disc;
	line-height:1.5em;
	}

.order_group li {
	padding-top:8px;
	}


.order-tit {
	float: left;
	margin: 0px 0px 8px 0px;
	font-weight: bold;
	font-size: 120%;
}

.order-tit02 {
	font-weight: normal;
	font-size: 78%;
	color: #9E1B31;
}

.staff-bold02 {
	font-weight: bold;
	color: #000;
	font-size: 100%;
}

.link0821 {
	font-size: 86%;
}

.info0904 {
	padding-top: 20px;
}

#infomation dt {
	font-weight: bold;
}
.info-line {
	line-height: 1.4;
}

.txt-under a:link {
	text-decoration: none;
}

.txt-under a:hover {
	text-decoration: underline;
}

.txt-under a:visited {
	text-decoration: none;
}


.mame-tea {
	
	width: 590px;
	float: left;
	display: inline;
	margin-bottom: 30px;
}

.event_txt1-2 {
	width: 590px;
	margin: 0px 0px 6px 5px;
	padding: 6px 0px 0px 5px;
	font-size: 120%;
	font-weight: bold;
	color:#9E1B31;
	background-color:#FFF2F2;
	border-bottom: #9F1B32 solid 1px;
}

.page-top {
	width: 590px;
	margin: 5px 0px;
	float: left;
	display: inline;
	text-align: right;
	font-size: 80%;
	color: #333;
}

.china_tea_txt {
	width: 414px;
	float: left;
	display: inline;
}

.top_link {
	font-size: 80%;
	text-align: right;
	color: #666;
}


.bak_title {
	height:14px;
	width:566px;
	padding:10px 0px 9px 39px;
	background-image:url(../../news/img/ttl_news_title.gif);
	background-repeat:no-repeat;
	font-size:14px;
	line-height:1em;
	overflow:hidden;
	clear:both;
}


/* infobak_group */

.infobak_group {
	font-size:100%;	/* 約14px */
	line-height:1.4em;
	padding-left:5px;
	padding-bottom:25px;
	}

.infobak_title {
	height:14px;
	width:566px;
	padding:11px 0px 9px 39px;
	background-image:url(../../news/img/ttl_news_title.gif);
	background-repeat:no-repeat;
	font-size:13px;
	line-height:1em;
	overflow:hidden;
	clear:both;
	font-weight: bold;
	color:#930000;
	
	}

.bak-day {
	margin: 0px 10px 10px 0px;
	font-size: 96%;
	text-align: right;
	color: #333;
}


.right-txt {
	margin: 0px 10px 10px 0px;
	text-align: right;
	color: #333;
}

.bak-space {
	margin: 0px 0px 0px 8px;
}

.text02 {
	font-size: 8px;
}

.line_e {
	border-left: 1px solid #FFCCFF;
}

.line_b {
	border-bottom: 1px solid #FFCCFF;
}

.staff0518 {
	width: 140px;
	margin: 0px 5px 0px 0px;
	padding-bottom: 10px;
	float: left;
	display: inline;
}

.staff0518_b {
	font-size: 90%;
}
