@charset "utf-8";
/* CSS Document */

/* 各ページ共通 */


*{
	margin:0;
	padding:0;
}


html{
	width:100%;
	float:left;
	background:#897060;
	padding-top:14px;
	padding-bottom:14px;
}



body{
	width:100%;
	height:100%;
	float:left;
	background:#efeae2;
	color:#4d4d4d;
}


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


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


a:activ{
	color:#999999;
	text-decoration:underline;
}


a:hover{
	color:#999999;
	text-decoration:underline;
}


/* container */

.container{
	width:994px;
	height:100%;
	margin-right:auto;
	margin-left:auto;
}


/* inbox */

.inbox{
	width:994px;
	height:100%;
	float:left;
	background:url(../img/boxshadow_container.png) repeat-y;
}

/* main */

.main{
	width:944px;
	border:1px solid #d1c7c1;
	float:left;
	margin-top:20px;
	margin-bottom:20px;
	margin-left:25px;
	display:inline; /* for IE6 */
}


/* header */

.header{
	float:left;
	margin-left:6px;
}


/* logo */

.logo{
	float:left;
	vertical-align:bottom;
}


/* ban */

.ban{
	float:left;
	list-style:none;
	margin-top:20px;
}


.ban li{
	float:left;
	vertical-align:bottom;
	margin-right:6px;
}


/* footer */

.footer{
	width:994px;
	float:left;
	text-align:center;
}


.footer img{
	vertical-align:bottom;
}


/* navifooter */

.navifooter{
	width:900px;
	float:left;
	margin-bottom:10px;
	margin-left:20px;
	border-top:2px dotted #8b7060;
	padding-top:10px;
}


.navifooter ul{
	float:right;
}


.navifooter ul li{
	float:left;
	font-size:0.9em;
	line-height:1.66;
	margin-left:40px;
}

	

/* トップページ用　*/

/* img_top */

.img_top{
	width:890px;
	height:400px;
	float:left;
	border-radius:7px;
    box-shadow:0px 0px 3px 3px #cbcbcb;
    -moz-box-shadow:0px 0px 3px 3px #cbcbcb;
    -webkit-box-shadow:0px 0px 3px 3px #cbcbcb;
	margin-top:26px;
	margin-left:26px;	
}


.img_top img{
	border-radius:7px;
}


/* infobox */

.infobox{
	float:left;
	margin-top:20px;
	margin-left:26px;	
}


/* title */

#title_recruit{
	border-bottom:3px solid #8b7060;
	width:890px;
	padding-bottom:5px;
	margin-bottom:10px;
}


#title_news{
	border-bottom:3px solid #8b7060;
	width:289px;
	padding-bottom:5px;
	margin-bottom:5px;
}


/* ban_info */

.ban_info{
	list-style:none;
}


.ban_info li{
	float:left;
	vertical-align:bottom;
	margin-right:11px;
}


/* newsbox */

.newsbox{
	border-collapse:collapse;
	font-size:0.9em;
	line-height:1.65;
	width:289px;
}


.newsbox th{
	vertical-align:top;
	color:#d44c79;
}


.newsbox td{
	vertical-align:top;
}


/* footerinfo */

.footerinfo{
	width:890px;
	float:left;
	border-top:2px dotted #8b7060;
	margin-top:10px;
	margin-bottom:10px;
	margin-left:26px;
	padding-top:10px;
}


/* fmenu */

.fmenu{
	list-style:none;
}


.fmenu li{
	float:left;
}


.fmenu li div{
	width:200px;
	min-height:120px;
	margin-right:10px;
}


.fmenu li ul li{
	clear:left;
	list-style-type:disc;
}


#fm_01{
	border-left:5px solid #d44c79;
}


#fm_02{
	border-left:5px solid #f35da1;
}


#fm_03{
	border-left:5px solid #983e97;
}


#fm_04{
	border-left:5px solid #29a7de;
}


.fmenu li h2{
	margin-bottom:10px;
	margin-left:10px;
}


.fmenu li ul{
	font-size:0.9em;
	line-height:1.66;
	margin-left:25px;
}


/* サブページ用 */

/* sidebox */

.sidebox{
	width:238px;
	float:left;
	margin-top:26px;
}


.sidebox h1{
	margin-bottom:10px;
	margin-left:20px;
}


.sidebox ul{
	margin-left:40px;
}


.sidebox ul li{
	font-size:0.9em;
	line-height:1.66;
}


/* contentsbox */

.contentsbox{
	width:680px;
	float:left;
	border-left:2px dotted #8b7060;
	margin-top:26px;
	margin-bottom:10px;

}


.contentsbox h2{
	margin-left:20px;
	border-bottom:2px dotted #8b7060;
	padding-bottom:10px;
	margin-bottom:14px;
}


/* texbox */

.texbox{
	float:left;
	margin-bottom:20px;
	margin-left:20px;
	padding-bottom:10px;
}


.texbox h3{
	font-size:1.2em;
	line-height:1.5;
	color:#8b7060;
	font-weight:bold;
	margin-bottom:15px;
}


.texbox p{
	font-size:0.9em;
	line-height:1.66;
}


/* imgright */

.imgright{
	float:right;
	margin-bottom:10px;
	margin-left:20px;
}


/* table */

.infotable{
	border-collapse:collapse;
	width:658px;
}


.infotable th{
	border-top:1px solid #8b7060;
	color:#8b7060;
	font-size:1em;
	line-height:2;
	padding-right:20px;
	padding-left:20px;
	vertical-align:top;
	text-align:left;
}


.infotable td{
	border-top:1px solid #8b7060;
	font-size:0.9em;
	line-height:2;
}


.maptable{
	border-collapse:collapse;
	width:658px;
}


.maptable th{
	border-top:1px solid #8b7060;
	color:#8b7060;
	font-size:1em;
	line-height:2;
	padding-right:20px;
	padding-left:20px;
	vertical-align:top;
	text-align:left;
}


.maptable td{
	font-size:0.9em;
	line-height:1.66;
	vertical-align:top;
	padding-left:11em;
}


.timetable{
	border-collapse:collapse;
	border-right:1px solid #808080;
	margin-top:5px;
}


.timetable th{
	border-top:1px solid #808080;
	border-right:1px solid #808080;
	border-bottom:1px solid #808080;
	border-left:1px solid #808080;
	padding-right:10px;
	padding-left:10px;
}


.timetable td{
	border-top:1px solid #808080;
	border-bottom:1px solid #808080;
	padding-right:10px;
	padding-left:10px;
	font-size:1em;
}

.timetable2{
	border: none;
	border-collapse:collapse;
	margin-top:5px;
}


.timetable2 th{
	vertical-align: top;
	border: none;
	padding-right:4px;
	padding-left:4px;
}


.timetable2 td{
	border: none;
	padding-right:0px;
	padding-left:0px;
	font-size:14px;
}

/* 店舗紹介用 */

/* shopinfo */

.shopinfo{
	margin-top:16px;
	margin-left:26px;
	float:left;

}


.shopinfo h1{
	border-bottom:2px dotted #8b7060;
	padding-bottom:10px;
	margin-bottom:10px;
	width:890px;
}


.shopinfo h2{
	font-size:1.2em;
	line-height:1.5;
	color:#8b7060;
	font-weight:bold;
	margin-bottom:5px;
}


.shopinfo h2 img{
	vertical-align:text-bottom;
}


.shopinfo p{
	font-size:0.9em;
	line-height:1.66;
}



/* imgbox */

.imgboxl{
	width:490px;
	float:left;
	margin-right:20px;
}


.imgboxr{
	width:380px;
	float:left;
}


.imgboxb{
	float:left;
	border-top:2px dotted #8b7060;
	width:890px;
	margin-top:20px;
	margin-bottom:26px;
	padding-top:20px;
}


.imgboxb div{
	width:280px;
	float:left;
}


.imgboxb div img{
	margin-bottom:10px;
}


/* layouttb */

.layouttb{
	border-collapse:collapse;
}


.layouttb td{
	vertical-align:top;
}


/* 求人情報用 */

/* recbt */

.recbt{
	border-top:2px dotted #8b7060;
	margin-top:20px;
	margin-bottom:16px;
	margin-left:20px;
	padding-top:20px;
	float:left;
}


.recbt ul{
	list-style:none;
}


.recbt ul li{
	float:left;
}


/* recimg */

.recimg{
	width:680px;
	float:left
}


.recimg img{
	border-radius:5px;
}


/* rectable */

.rectable{
	border-collapse:collapse;
	width:658px;
}


.rectable th{
	border-top:1px solid #8b7060;
	color:#8b7060;
	font-size:1em;
	line-height:2;
	padding-right:20px;
	padding-left:5px;
	vertical-align:top;
	text-align:left;
}


.rectable th span{
	border-left:5px solid #f1ebe3;
	padding-left:10px;
}


.rectable td{
	border-top:1px solid #8b7060;
	font-size:0.9em;
	line-height:2;
}


/* staffn */

.staffn{
	background:url(../img/lists.png) no-repeat top left;
	padding-left:22px;
	margin-bottom:5px;
}


.staffn h4{
	font-size:1em;
	line-height:1.2;
}


.staffn h5{
	font-size:0.8em;
	line-height:1.2;
	font-weight:normal;
}


/* staffm */

.staffm{
	float:left;
	border:2px dotted #8b7060;
	padding:15px;
}


.staffm h6{
	font-size:1em;
	line-height:1.66;
}











