@charset "shift_jis";

@import "reset.css";
@import "font.css";


img{
	border: 0px;
}

h2{
	margin: 0px 0px 7px 0px;
	font-size: 100%;
}

p{
	line-height: 1.6;
}


/* クリア
------------------------------------------------------------ */
.clearfix:after{
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
.clearfix {
	min-height: 1%;
	display: inline-table;
}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


/* ボックス
------------------------------------------------------------ */
#wrapper{
	margin-left: auto;
	margin-right: auto;
	width: 645px;
}


/* メニュー
------------------------------------------------------------ */
#hMenu{
	margin: 0px 0px 7px 561px;
}

#hMenu li{
	display: inline;
}

#hMenu li a{
	display: block;
	height: 14px;
	float: left;
	text-indent: -999em;
	background-repeat: none;
	background-position: 0px 0px;
}

#hMenu .hmShop a{
	background-image: url(../saryo_kikusui/img/saryo_hmenu01.gif);
	width:84px;
}

#hMenu .hmRecruit a{
	background-image: url(../saryo_kikusui/img/saryo_hmenu02.gif);
	width:59px;
}

#hMenu .hmShop a:hover,
#hMenu .hmRecruit a:hover{
	background-position: 0 -14px;
}

/* *Hides from IE-mac \*/
#hMenu li a{
	overflow: hidden;
}
/* *End hide from IE-mac */


/* 店舗情報
------------------------------------------------------------ */
#shopBox{
	margin: 0px 0px 20px 0px;
	padding:8px 8px 15px 8px;
	background:#ffc;
	border:1px dotted #ccc;
}

#shopBox ol{
	margin-bottom: 10px;
	width: 629px;
}

#shopBox ol li{
	margin: 0px 0px 15px 0px;
	display: inline;
	float: left;
	width: 314px;
}

#shopBox dt img{
	vertical-align: middle;
	margin-right: 3px;
}

#shopBox .map{
	margin: 0px 0px 0px 7px;
}

#shopBox dl{
	line-height: 1.7;
}

#shopBox dt{
	color: #009b5c;
	font-weight: bold;
}

#shopBox dd{
	margin:2px 0px 0px 16px;
}



/* 見出し
------------------------------------------------------------ */
.headline01{
	font-size: 120%;
	font-weight: bold;
}

.headline02{
	font-weight: bold;
}


/* レイアウト
------------------------------------------------------------ */
.xCenter{
	text-align: center;
}

.recruitTb{
	margin: 5px 5px 25px 0px;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
}

.recruitTb td{
	padding: 2px 4px;
	border-top: 1px solid #fff;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #fff;
	line-height: 1.6;
	vertical-align: middle;
}

.recruitTb td.head{
	background: #eaf4d1;
}