div#wrapper {
	text-align: left;
	}

.fr{float:right!important;}
.fl{float:left!important;}
.clear{clear:both!important;}
.ml10{margin-left:10px!important;}
/*-----------------------------------------------------
CLEARFIX
-------------------------------------------------------*/
.clearfix:after {
	content:".";
	height:0;
	clear:both;
	display:block;
	visibility:hidden;
	line-height:0;
}

* html .clearfix {

}

*:first-child+html .clearfix {
	display:inline-block!important;
}
 

.clearfix {
	width:inherit;
}



/*[  ]******************************************/
*  {
	margin:0;
	padding:0;
	letter-spacing: 0.05em;
	font-family:'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Osaka','ＭＳ Ｐゴシック', sans-serif;
	}
	
body{
	text-align:center;
	}
	
.body_all{
	background-image:url(../img/back/bg_image.gif);
	background-repeat:repeat-x;
	background-position:left top;
	}



#container{
	width:950px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	}



#header{
	width:950px;
	height:82px;
	background-image:url(../img/header/tel.png);
	background-repeat:no-repeat;
	background-position:right;
	}





img{
	border:none;
	vertical-align: top;
	}
	
	
#footer{
	clear:both;
	padding-top:5px;
	border-top:1px solid #CCCCCC;
	font-size:11px;
	color:#333333;
	}

.footer_navi{
	clear:both;
	font-family:'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Osaka','ＭＳ Ｐゴシック', sans-serif;
	width:950px;
	margin-left:auto;
	margin-right:auto;
	}
.footer_navi ul{
	margin:0;
	padding:0;
	}
	
.footer_navi li{
	float:left;
	list-style-type:none;
	padding-right:10px;
	margin-right:10px;
	border-right:1px dashed #999999;
	}


#footer_layout{
	clear:both;
	padding-top:20px;
	margin-top:20px;
	font-size:12px;
	text-align:center;
	color:#333333;
	}

#mainContent {
	clear:both
	text-align:left;
	}


#mainContent ul{
	list-style-type:none;
	}


#contents{
	width:725px;
	float:right;
	margin-top:10px;
	padding:0px;
	text-align:left;
	color:#333333;
	}



/*[ナビゲーション]********************************/
#g_navi{
	width:950px;
	height:25px;
	clear:both;
	}	

#g_navi ul{
	list-style-type:none;
	margin:0;
	padding:0;
	}

#g_navi li{
	float:left;
	}


a   {
	text-decoration: none;
	color: #333333;
	}

a:hover {
	text-decoration:underline;
	color:#FF0000;
	}	
	
a:visited {
	color:#990000;
	}

#sidenavi{
	margin-top:10px;
	padding:20px;
	float:left;
	width:180px;
	text-align:left;
}

#sidenavi .menubar {
	padding-left: 10px;
	text-align:center;
	color: #000000;
	font-weight: bold;
	line-height: 25px;
}

#sidenavi ul{margin:0px;}

#sidenavi ul li {
	text-decoration: none;
	border-bottom: 1px dotted #999999;
	background-color: #FFFFFF;
	font-weight: bold;
	font-size:12px;
	color: #333333;
	text-indent: 20px;
	list-style-type: none;
	margin-top:20px;
	background-image:url(../img/navi/mark.gif);
	background-repeat: no-repeat;
	background-position: 0px 6px;
}


.menubar{
	text-align:left;
	background-color: #023287;
	padding-left: 10px;
}

.menubar h2{
	font-size:14px;
	text-align:left;
	color: #FFFFFF;
	font-weight: bold;
	line-height: 25px;
	}
	
	
h1,h2,h3,h4,h5{
	margin:0px;
	padding:0px;
	}

.pic{
	font-size:12px;
	color:#666666;
	}

/*[フォント]************************************/
.txt{
	font-size:12px;
	color:#333333;
	line-height:180%;
	}


.txt_01{
	font-size:12px;
	color:#666666;
	line-height:180%;
	}

.txt_02{
	font-size:10px;
	color:#999999;
	}

.txt_03{
	font-size:13px;
	color:#666666;
	font-weight:bold;
	padding:3px 0px;
	}


.txt_04{
	font-size:13px;
	color:#666666;
	font-weight:bold;
	padding:3px 0px;
	}

.txt_05{
	font-size:12px;
	color:#666666;
	line-height:180%;
	padding:3px 0px 3px 12px;
	}

.txt_06{
	font-size:13px;
	color:#FF6600;
	font-weight:bold;
	padding:3px 0px;
	}

.txt_07{
	font-size:12px;
	color:#666666;
	line-height:180%;
	padding:3px 0px 3px 23px;
	}


.txt_08{
	font-size:12px;
	color:#666666;
	line-height:180%;
	padding:6px;
	border:#CCCCCC 1px dotted;
	}


.red{
	color:#FF0000;
	font-size:12px;
	padding-left:20px;
	}
	
.red2{
	color:#FF0000;
	font-weight:bold;
	}






/*[タイトル画像置換]************************************/

.ttl_company h3 {
	overflow: hidden;
	height: 0;
	padding-top: 60px;
	background-image:url(../../img/title/ttl_company.gif);
	background-repeat:no-repeat;
	background-position:center;
	
	/*HideMacIE\*/
	overflow:hidden;
	/**/
	}


.ttl_link h3 {
	overflow: hidden;
	height: 0;
	padding-top: 60px;
	background:url(../../img/title/ttl_link.gif);
	background-repeat:no-repeat;
	background-position:center;
	
	/*HideMacIE\*/
	overflow:hidden;
	/**/
	}


.ttl_privacy h3 {
	overflow: hidden;
	height: 0;
	padding-top: 60px;
	background-image:url(../../img/title/ttl_privacy.gif);
	background-repeat:no-repeat;
	background-position:center;
	
	/*HideMacIE\*/
	overflow:hidden;
	/**/
	}


.ttl_contact h3 {
	overflow: hidden;
	height: 0;
	padding-top: 60px;
	background-image:url(../../img/title/ttl_contact.gif);
	background-repeat:no-repeat;
	background-position:center;
	
	/*HideMacIE\*/
	overflow:hidden;
	/**/
	}

.ttl_shop h3 {
	overflow: hidden;
	height: 0;
	padding-top: 60px;
	background-image:url(../../img/title/ttl_shop.gif);
	background-repeat:no-repeat;
	background-position:center;
	
	/*HideMacIE\*/
	overflow:hidden;
	/**/
	}

.ttl_recruit h3 {
	overflow: hidden;
	height: 0;
	padding-top: 60px;
	background-image:url(../../img/title/ttl_recruit.gif);
	background-repeat:no-repeat;
	background-position:center;
	
	/*HideMacIE\*/
	overflow:hidden;
	/**/
	}

.ttl_q h3 {
	overflow: hidden;
	height: 0;
	padding-top: 60px;
	background-image:url(../../img/title/ttl_q.gif);
	background-repeat:no-repeat;
	background-position:center;
	
	/*HideMacIE\*/
	overflow:hidden;
	/**/
	}

.ttl_colum h3 {
	overflow: hidden;
	height: 0;
	padding-top: 60px;
	background-image:url(../../img/title/ttl_colum.gif);
	background-repeat:no-repeat;
	background-position:center;
	
	/*HideMacIE\*/
	overflow:hidden;
	/**/
	}
	
.ttl_colum h1{
	font-size:15px;
	margin:0px;
	padding:0px;
	}
	
.ttl_colum {
	font-size:12px;
	color:#666666;
	line-height:180%;
	}




.ttl_toyo h3 {
	overflow: hidden;
	height: 0;
	padding-top: 60px;
	background-image:url(../../img/title/ttl_orient.gif);
	background-repeat:no-repeat;
	background-position:center;
	
	/*HideMacIE\*/
	overflow:hidden;
	/**/
	}





.ttl_fullbody h3 {
	overflow: hidden;
	height: 0;
	padding-top: 60px;
	background-image:url(../../img/title/ttl_body.gif);
	background-repeat:no-repeat;
	background-position:center;
	
	/*HideMacIE\*/
	overflow:hidden;
	/**/
	}

.ttl_quick h3 {
	overflow: hidden;
	height: 0;
	padding-top: 60px;
	background-image:url(../../img/title/ttl_quick.gif);
	background-repeat:no-repeat;
	background-position:center;
	
	/*HideMacIE\*/
	overflow:hidden;
	/**/
	}
	
.ttl_aroma h3 {
	overflow: hidden;
	height: 0;
	padding-top: 60px;
	background-image:url(../../img/title/ttl_aroma.gif);
	background-repeat:no-repeat;
	background-position:center;
	
	/*HideMacIE\*/
	overflow:hidden;
	/**/
	}
	
.ttl_foot h3 {
	overflow: hidden;
	height: 0;
	padding-top: 60px;
	background-image:url(../../img/title/ttl_foot.gif);
	background-repeat:no-repeat;
	background-position:center;
	
	/*HideMacIE\*/
	overflow:hidden;
	/**/
	}
	
.ttl_hari h3 {
	overflow: hidden;
	height: 0;
	padding-top: 60px;
	background-image:url(../../img/title/ttl_hari.gif);
	background-repeat:no-repeat;
	background-position:center;
	
	/*HideMacIE\*/
	overflow:hidden;
	/**/
	}
	

.ttl_price h3 {
	overflow: hidden;
	height: 0;
	padding-top: 60px;
	background-image:url(../../img/title/ttl_price.gif);
	background-repeat:no-repeat;
	background-position:center;
	
	/*HideMacIE\*/
	overflow:hidden;
	/**/
	}


.ttl_ems h3 {
	overflow: hidden;
	height: 0;
	padding-top: 60px;
	background-image:url(../../img/title/ems.gif);
	background-repeat:no-repeat;
	background-position:center;
	
	/*HideMacIE\*/
	overflow:hidden;
	/**/
	}
	
.ttl_trip h3 {
	overflow: hidden;
	height: 0;
	padding-top: 60px;
	background-image:url(../../img/title/trip.gif);
	background-repeat:no-repeat;
	background-position:center;
	
	/*HideMacIE\*/
	overflow:hidden;
	/**/
	}
	
.ttl_area h5{
	background-image:url(../img/menu/hum002.jpg);
	background-repeat:no-repeat;
	background-position:left;
	padding-left:40px;
	padding-top:20px;
	height:30px;
	}


.ttl_special h3 {
	overflow: hidden;
	height: 0;
	padding-top: 60px;
	background-image:url(../../img/title/special.gif);
	background-repeat:no-repeat;
	background-position:center;
	
	/*HideMacIE\*/
	overflow:hidden;
	/**/
	}
	
	
.ttl_sancha h3 {
	overflow: hidden;
	height: 0;
	padding-top: 65px;
	background-image:url(../../img/shop/ttl_sancha.gif);
	background-repeat:no-repeat;
	background-position:center;
	
	/*HideMacIE\*/
	overflow:hidden;
	/**/
	}
	
.ttl_nakano h3 {
	overflow: hidden;
	height: 0;
	padding-top: 65px;
	background-image:url(../../img/shop/ttl_nakano.gif);
	background-repeat:no-repeat;
	background-position:center;
	
	/*HideMacIE\*/
	overflow:hidden;
	/**/
	}
	
	
.ttl_machida h3 {
	overflow: hidden;
	height: 0;
	padding-top: 65px;
	background-image:url(../../img/shop/ttl_machida.gif);
	background-repeat:no-repeat;
	background-position:center;
	
	/*HideMacIE\*/
	overflow:hidden;
	/**/
	}
	
	
.ttl_itabashi h3 {
	overflow: hidden;
	height: 0;
	padding-top: 65px;
	background-image:url(../../img/shop/ttl_itabashi.gif);
	background-repeat:no-repeat;
	background-position:center;
	
	/*HideMacIE\*/
	overflow:hidden;
	/**/
	}

.ttl_kaigo h3 {
	overflow: hidden;
	height: 0;
	padding-top: 65px;
	background-image:url(../../img/shop/ttl_kaigo.gif);
	background-repeat:no-repeat;
	background-position:center;
	
	/*HideMacIE\*/
	overflow:hidden;
	/**/
	}	

	
.ttl_mail h3 {
	overflow: hidden;
	height: 0;
	padding-top: 65px;
	background-image:url(../../mail/img/ttl_,mail.gif);
	background-repeat:no-repeat;
	background-position:center;
	
	/*HideMacIE\*/
	overflow:hidden;
	/**/
	}

	
.ttl_price h5{
	background-image:url(../../img/title/ttl_bg_h4.gif);
	background-repeat:no-repeat;
	background-position:left;
	padding-left:40px;
	padding-top:20px;
	border-bottom: 1px dotted #999999;
	height:30px;
	}

h4.hari{
	overflow: hidden;
	height: 0;
	padding-top: 60px;
	background-image:url(../../img/concept/hari_k.gif);
	background-repeat:no-repeat;
	background-position:left;
	
	/*HideMacIE\*/
	overflow:hidden;
	/**/
	}
	
h4.ems{
	overflow: hidden;
	height: 0;
	padding-top: 60px;
	background-image:url(../../img/concept/ems.gif);
	background-repeat:no-repeat;
	background-position:left;
	
	/*HideMacIE\*/
	overflow:hidden;
	/**/
	}



h4.pel{
	overflow: hidden;
	height: 0;
	padding-top: 60px;
	background-image:url(../../img/concept/pel.gif);
	background-repeat:no-repeat;
	background-position:left;
	
	/*HideMacIE\*/
	overflow:hidden;
	/**/
	}

.ttl_price h4{
	background-image:url(../img/back/ttl_main01.jpg);
	background-repeat:repeat-x;
	padding:5px;
	}










/*[テーブル＆ボックス]************************************/
.table_form{
    border-collapse: collapse;
	font-size:12px;
	color:#333333;
	}

.table_form td{
	padding: 15px;

	}

.table_shop{
    border-collapse: collapse;
	font-size:12px;
	color:#333333;
	}

.table_shop td{
	padding-top:5px;

	}


.table{
    border-collapse: collapse;
	font-size:12px;
	line-height:130%;
	color:#333333;
	}

.table td{
	padding: 8px;

	}

.menu{
	font-size:12px;
	text-align:center;
	line-height:20px;
    border-collapse: collapse;
    border: 1px solid #cccccc;
	width:340px;
	}
	
.menu td{
	border: 1px solid #cccccc;
	padding: 4px;
	}


.menu_02{
	font-size:12px;
	text-align:center;
	line-height:20px;
    border-collapse: collapse;
    border: 1px solid #cccccc;
	width:500px;
	margin-left:auto;
	margin-right:auto;
	}

.menu_02 td{
	border: 1px solid #cccccc;
	padding: 4px;
	}

.E4E1C9{
	background-color:#E4E1C9;
	font-weight:bold;
	width:50px;
	}

.E4E1C9_t{
	background-color:#E4E1C9;
	font-weight:bold;
	}


.area{
    border-collapse: collapse;
    border: 1px solid #cccccc;
	font-size:12px;
	color:#666666;
	}

.area td{
	border: 1px solid #cccccc;
	padding: 4px;
	}
	




#menu_pic{
	text-align:center;
	margin-top:10px;
	margin-bottom:20px;
	padding:5px 0px 5px 0px;
	}




/*[トップイメージ]********************************/



#main_pc{
	width:950px;
	height:200px;
	clear:both;
	}
	
#main_pc_rec{
	width:950px;
	height:200px;
	clear:both;
	background-image:url(../../img/top/top_recruit.jpg);
	background-repeat:no-repeat;
	margin:0px;
	padding:0px;
	}
	
	
#main_pc_c{
	width:950px;
	height:200px;
	clear:both;
	background-image:url(../../img/top/top_c.jpg);
	background-repeat:no-repeat;
	}
	
#main_pc_q{
	width:950px;
	height:200px;
	clear:both;
	background-image:url(../../img/top/top_q.jpg);
	background-repeat:no-repeat;
	}
	
	
#main_pc_shop{
	width:950px;
	height:200px;
	clear:both;
	background-image:url(../../img/top/top_shop.jpg);
	background-repeat:no-repeat;
	}
	
	
/*[MT関連]******************************************/
.archive-content{
	font-size:12px;
	}
	
/* common *****************/
.fslarge{
	font-size:16px!important;
}

