/* CSS Document */

/* -------- */
/* 共通設定 */
/* -------- */

body {
	margin:0;
	padding:0;
	text-align: center;
	color: #333333;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}
td {
	font-size: 12px;
	line-height: 16px;
	word-break:break-all;
}
img {
	border-style: none;
	border-width: 0px;
}
a:hover img{
	filter: alpha(opacity=70);　/IE対応
	-moz-opacity:0.7;
	opacity:0.7;
	-ms-filter: "alpha(opacity=50)"; /IE8対応
	zoom: 1; /* IE（インラインで使うとき）*/
}
form {
	margin: 0px;
	padding: 0px;
}
p {
	padding: 0px 0px 10px 0px;
	margin: 0px;
	word-break:break-all;
}
.clear {
	clear:both;
}

/*  フォント　*/
.font10 {
	font-size: 10px;
}
.font14 {
	font-size: 14px;
}
.bold {
	font-weight: bold;
}

/*  リンク　*/
a:link {
	color:#333333;
	text-decoration:none
}
	
a:visited {
	color:#333333;
	text-decoration:none
}
	
a:active {
	color:#333333;
	text-decoration:none
}
	
a:hover {
	color:#FF3366;
	text-decoration: underline;
}

/*  大枠　*/
.wrapper {
	margin: 0px auto;
	width: 920px;
}

/*  左揃え　*/
.left {
	text-align: left;
}
/*  右揃え　*/
.right {
	text-align: right;
}

/*  背景  */
.black {
	background-color: #000000;
	height:2px;
}

/*  グローバルナビゲーション　*/
#navi {
    width: 920px;
	padding-bottom:1px;
	border-bottom:2px #000000 solid;
}
#navi ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	height: 24px;
	overflow: hidden;
}
#navi li {
	float: left;
	width: 92px;
	margin: 0px;
	padding: 0px;
}
#navi a {
	display: block;
	width: 100%;
	padding: 6px 0 6px 0;
	color: #FFFFFF;
	font-size: 12px;
	background-color: #5F4933;
	background-image: url(img/navi.gif);
	background-position: left top;
	text-decoration: none;
	text-align: center;
}
#navi a:hover {
	background-color: #B29C58;
	background-position: right top;
}
#navi a.stay {
	display: block;
	width: 100%;
	padding: 6px 0 7px 0;
	color: #FFFFFF;
	font-size: 12px;
	background-color: #5F4933;
	background-position: right top;
	text-decoration: none;
	text-align: center;
}


/*  新グローバルナビゲーション　*/


#gNavi {
	width: 920px;
	padding-bottom:1px;
	border-bottom:2px #000000 solid;
}
#gNavi ul {
	font-size: 12px;
	line-height: 36px;
	height: 36px;
	list-style: none;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
}
#gNavi li {
	float: left;
	width: 91px;
	margin: 0px;
	padding: 0px;
        border-right:1px #fff solid;
}

#gNavi a {
	color: #FFFFFF;
	display: block;
	width: 100%;
	background-color: #5F4933;
	background-position: left top;
	text-decoration: none;
	text-align: center;
}
#gNavi a:hover {
	background-color: #B29C58;
	background-position: right top;
}
#gNavi a.stay {
	display: block;
	width: 100%;
	background-color: #B29C58;
	background-position: right top;
	text-decoration: none;
	text-align: center;
}


#gNavi li.db a {
	display: block;
	width: 100%;
	background-color: #669900;
	background-position: left top;
	text-decoration: none;
	text-align: center;
}
#gNavi li.db a:hover {
	background-color: #95bf42;
	background-position: right top;
}
#gNavi li.db a.stay {
	display: block;
	width: 100%;
	background-color: #95bf42;
	background-position: right top;
	text-decoration: none;
	text-align: center;
}


#gNavi li.job a {
	display: block;
	width: 100%;
	background-color: #ff9600;
	background-position: left top;
	text-decoration: none;
	text-align: center;
}
#gNavi li.job a:hover {
	background-color: #ffb243;
	background-position: right top;
}
#gNavi li.job a.stay {
	display: block;
	width: 100%;
	background-color: #ffb243;
	background-position: right top;
	text-decoration: none;
	text-align: center;
}



/*  横向きアドワーズ　*/
.ppc {
	border: 1px solid #CCCCCC;
	padding: 10px;
	background-color: #F6F6F6;
	text-align: center;
}


/*  縦向きアドワーズ　*/
.ppc2 {
	border: 1px solid #CCCCCC;
	padding: 12px;
	background-color: #FFFFFF;
	text-align: center;
}

#bol {
	font-weight:bold;
}

/*  リスト　*/

.sList {
    vertical-align:top;
}
.sList ul {
    margin:0;
    padding:0;
    list-style:none;
}
.sList li {
    line-height: 12px;
    margin:6px 0;
    padding:0 7px;
    border-right:1px #666 solid;
    float: left;
    display: block;
}
.sList li.nbo {
    line-height: 12px;
    margin:6px 0;
    padding:0 7px;
    border-right:none;
    float: left;
    display: block;
}
.sList li.cBoth {
    clear:both;
}

/*  スポンサーサイト　*/

.sponsor {
    vertical-align:top;
}
.sponsor span {
    font-weight:bold;
    color:#666;
}
.sponsor ul {
    margin:0;
    padding:0;
    list-style:none;
}
.sponsor li {
    line-height: 12px;
    margin:5px 5px 5px 0;
    padding:0 5px 0 0;
    border-right:1px #666 solid;
    float: left;
    display: block;
}
.sponsor li.nbo {
    line-height: 12px;
    margin:5px 5px 5px 0;
    padding:0 5px 0 0;
    border-right:none;
    float: left;
    display: block;
}
.sponsor li.cBoth {
    clear:both;
}

/*  グループサイト　*/

.group {
    vertical-align:top;
    position:relative;
}
.group #gTit {
    font-weight:bold;
    color:#FFF;
}
.group ul {
    margin:0;
    padding:0;
    list-style:none;
    position:absolute;
    top:7px;
    left:115px;
}
.group li {
    line-height: 12px;
    margin:5px 15px 5px 0;
    padding:0 15px 0 0;
    border-right:1px #FFF solid;
    float: left;
    display: block;
}
.group li.nbo {
    line-height: 12px;
    margin:5px 15px 5px 0;
    padding:0 15px 0 0;
    border-right:none;
    float: left;
    display: block;
}
.group li.cBoth {
    clear:both;
}


/*  検索枠下リンク　*/

.searchLink {
    height:20px;
}
.searchLink ul {
    margin:0;
    padding:0 0 0 10px;
    list-style:none;
}
.searchLink li {
    line-height: 12px;
    margin:5px 12px 5px 0;
    padding:0 12px 0 0;
    float: left;
    display: block;
}
.searchLink a {
    color:#FFFFFF;
}
.searchLink li.nbo {
    line-height: 12px;
    margin:5px 12px 5px 0;
    padding:0 12px 0 0;
    border-right:none;
    float: left;
    display: block;
}
.searchLink li.cBoth {
    clear:both;
}


/*  ■□■□■□■□■□■□　右コンテンツブロック　■□■□■□■□■□■□  */

/* -------- */
/* 共通設定 */
/* -------- */

/*  タイトル　*/
.right1 {
	font-size:14px;
	background-image: url(img/bk_right.gif);
	padding-left: 10px;
	height: 36px;
	color: #FFFFFF;
	line-height: 36px;
	font-family:"メイリオ", Meiryo,  "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

/*  枠内共通　*/
.right_waku1 {
	line-height: 16px;
	border: 1px solid #CCCCCC;
	padding: 12px;
}
.right_waku1 .paddBottom {
	padding-bottom: 5px;
}
.right_waku1b {
	line-height: 16px;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	padding: 12px;
}
.right_waku2 {
	line-height: 16px;
	border: 1px solid #CCCCCC;
	padding: 12px 12px 7px 12px;
}

/*  画像ありリスト　*/
.list {
	width: 193px;
	line-height: 16px;
	padding-bottom: 6px;
	padding-left: 10px;
	background-image: url(img_top/list.gif);
	background-repeat: no-repeat;
	background-position: 0px 4px;
}


/* ---------- */
/* レイアウト */
/* ---------- */

/*  ■□■□■□■□■□■□　新ヘッダーブロック　■□■□■□■□■□■□  */

#head {
	width:920px;
}
#headL {
	width:882px;
	float:left;
}
#headR {
	width:38px;
	float:left;
}
#hWaku {
	margin: auto;
	width: 920px;
	height:70px;
	text-align: left; /* インラインの中央揃えを左寄せにリセット */
	position:relative;
}
p#loGo {
	margin:0px;
	padding:0px;
	width:253;
	top:11px;
	left:13px;
	position:absolute;
}
p#hBnr {
	margin:0px;
	padding:0px;
	width:468;
	top:8px;
	left:342px;
	position:absolute;
}
#hLog {
	margin:0px;
	padding:0px;
	width:95;
	top:8px;
	right:0px;
	position:absolute;
}
#hLog th {
	width:34px;
	height:30px;
	margin:0px;
	padding:0px;
	text-align:left;
}
#hTxt {
	margin:0;
	padding:0;
	width: 920px;
	height:26px;
	text-align: left; /* インラインの中央揃えを左寄せにリセット */
	position:relative;
}
p#hTxt1 {
	padding:0;
	margin:0;
	font-weight:bold;
	line-height:26px;
	top:0px;
	left:0px;
	position:absolute;
}
h2#hH2 {
	padding:0;
	margin:0;
	font-weight:bold;
	line-height:26px;
	top:0px;
	left:0px;
	position:absolute;
}
p#hTxt2 {
	color:#b53c3c;
	padding:0;
	margin:0;
	font-weight:bold;
	line-height:26px;
	top:0px;
	right:0px;
	position:absolute;
}



/*  ■□■□■□■□■□■□　ヘッダーブロック　■□■□■□■□■□■□  */


/*  ロゴ　*/
.logo {
	margin: 0px;
	padding-top: 4px;
	padding-bottom: 4px;
}

/*  ログイン・会員登録  */
.login {
	font-size: 12px;
	width: 60px;
	text-align: left;
	padding-left: 5px;
}
.login2 {
	font-size: 12px;
	width: 54px;
	text-align: left;
	padding-left: 5px;
}
.login3 {
	font-size: 12px;
	width: 65px;
	text-align: left;
	padding-left: 5px;
}
.login4 {
	font-size: 12px;
	width: 55px;
	text-align: left;
	padding-left: 5px;
}
.login5 {
	padding: 4px;
	color: #B53C3C;
	font-weight:bold;
}

/*  ■□■□■□■□■□■□　フッターブロック　■□■□■□■□■□■□  */

/*  検索対策  */
.foot_seo {
	font-size: 10px;
	line-height: 18px;
	background-color: #DEDEDE;
	text-align: center;
}

/*  リンク  */
.foot_link {
	line-height: 45px;
	text-align: center;
}
.foot_link2 {
	font-size: 10px;
	line-height: 16px;
	color:#999999;
	padding:8px 0px;
	border-top:2px solid #D7CFC4;
}
.foot_link3 {
	line-height: 140%;
	text-align: center;
}

/*  ■□■□■□■□■□■□　ページトップへブロック　■□■□■□■□■□■□  */

/*  ページトップへ  */
.pagetop {
	padding-left: 4px;
}


/*  ■□■□■□■□■□■□　左コンテンツブロック　■□■□■□■□■□■□  */

/*  店舗名　*/
.name {
	font-size: 12px;
	line-height: 16px;
	padding-top: 8px;
	padding-bottom: 15px;
}


/*  ■□■□■□■□■□■□　右コンテンツブロック　■□■□■□■□■□■□  */


/* 画像・ボタン上下余白　*/
.img_padd1 {
	padding-top:3px;
	padding-bottom:7px;
}
.img_padd2 {
	padding-top:7px;
}


/*  ■□■□■□■□■□■□　検索ブロック　■□■□■□■□■□■□  */


/*  検索ボタン  */
.search_padd {
	padding-left: 5px;
	text-align: right;
}


.navi_txt3 p {
	margin:5px 0;
}
.navi_txt3 a {
	background-image: url(img/clickarrow.gif);
	background-repeat: no-repeat;
	background-position: left;
	font-size: 14px;
	line-height:1.3em;
	font-weight: bold;
	padding: 0px 0px 0px 18px;
	text-decoration: underline;
}


/*  ■□■□■□■□■□■□　地図ブロック　■□■□■□■□■□■□  */
.map_t {
	background-color: #5F4933;
	color: #FFFFFF;
	text-align: center;
}
.map {
	padding-top: 15px;
	padding-bottom: 15px;
	background-color: #FFFFFF;
	border-right: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	text-align: center;
}
.map2 {
	font-size: 17px;
	line-height: 20px;
	margin: 0px;
	font-weight: normal;
	background-color: #5F4933;
	color: #FFFFFF;
	text-align: center;
}
.border {
	background-color: #CBCBCB;
}


/*  左テキスト  */
.navi_left {
	width: 125px;
	text-align: center;
	background-color: #F6F6F6;
	padding-top: 4px;
	padding-bottom: 4px;
}
.navi_right {
	background-color: #FFFFFF;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 4px;
}


table.bData th {
	width: 125px;
	text-align: center;
	background-color: #F6F6F6;
	padding: 7px 0;
	font-weight: normal;
}
table.bData td {
	background-color: #FFFFFF;
	padding: 7px 10px;
}



/*  ■□■□■□■□■□■□　プロフィールページ　■□■□■□■□■□■□  */
.prof_imgp {
	vertical-align : middle ;
}

/*  ■□■□■□■□■□■□　特集　■□■□■□■□■□■□  */
#Illust_r {
  float: right;
	margin-left: 1em;
	margin-bottom: 0.5em;
}

#Illust_l {
  float: left;
	margin-right: 0.5em;
	margin-top: 0.5em;
}

/*  ■□■□■□■□■□■□　コミュニティ点線ライン　■□■□■□■□■□■□　*/
.line1 {
	background-image: url(img/line1.gif);
	height: 19px;
}


/*  ■□■□■□■□■□■□　サブタイトル　■□■□■□■□■□■□　*/

.subTit {
	width:656px;
	background-color: #5F4933;
	padding:0px 10px;
	color: #FFFFFF;
	font-size:12px;
	line-height: 24px;
	font-weight:bold;
}
.subTit a {
	background:#FFF;
	padding:2px 3px 1px 3px;
}
.resultTit {
	width:656px;
	background-color: #5F4933;
	padding:0px 10px;
	color: #FFFFFF;
	font-size:14px;
	line-height: 30px;
	font-weight:bold;
}
.subTitl {
	float:left;
}
.subTitr {
	color:#FF0;
	float:right;
}
.subTit2 {
	width:649px;
	font-size: 12px;
	line-height: 22px;
	background-color: #DEDEDE;
	background-image: url(img/arrow2.gif);
	padding-left: 25px;
	background-repeat: no-repeat;
	background-position: 10px 5px;
	height: 22px;
	border-left:1px #CCC solid;
	border-right:1px #CCC solid;
}
#searchEdit {
	border-top:1px #CCC solid;
}
#searchEdit th {
	font-size:12px;
	line-height:16px;
	font-weight:normal;
	padding:7px;
	text-align:left;
	width:80px;
	border-left:1px #CCC solid;
	border-bottom:1px #CCC solid;
	border-right:1px #CCC dotted;
	background:#f0f0f0;
}
#searchEdit th span {
	font-size:10px;
	line-height:14px;
}
#searchEdit td {
	font-size:12px;
	line-height:16px;
	padding:7px;
	border-bottom:1px #CCC solid;
	border-right:1px #CCC solid;
}
#searchEdit td textarea.titDiary{
	width:530px;
	font-size:12px;
	line-height:16px;
	margin:0px;
	padding:0px;
}
#searchEdit td input.imgDiary{
	width:250px;
	font-size:12px;
	line-height:16px;
	margin:0px;
	padding:0px;
}
#searchEdit2 {
	width:674px;
	padding:5px 0px;
	border-left:1px #CCC solid;
	border-right:1px #CCC solid;
	border-bottom:1px #CCC solid;
	margin-bottom:15px;
	text-align:center;
	background:#f0f0f0;
}
.searchLink {
	width:654px;
	line-height:24px;
	padding:10px;
	border-left:1px #CCC solid;
	border-right:1px #CCC solid;
	border-bottom:1px #CCC solid;
	margin-bottom:15px;
}
.searchLink a:link {
	color:#333333;
	text-decoration: underline;
}
	
.searchLink a:visited {
	color:#333333;
	text-decoration: underline;
}
	
.searchLink a:active {
	color:#333333;
	text-decoration: underline;
}
	
.searchLink a:hover {
	color:#FF3366;
	text-decoration: underline;
}
input.input1 {
	width:250px;
}
input.input2 {
	width:200px;
}
#kodawariLine {
	padding-bottom:7px;
	margin-bottom:7px;
	border-bottom:1px dotted #CCC;
}
#kodawariArrow {
	background-image:url(img/arrow6.gif);
	background-repeat:no-repeat;
	margin-top:5px;
	padding-left:16px;
	background-position:0px 2px;
}
#searchEdit a:link {
	color:#333333;
	text-decoration: underline;
}
	
#searchEdit a:visited {
	color:#333333;
	text-decoration: underline;
}
	
#searchEdit a:active {
	color:#333333;
	text-decoration: underline;
}
	
#searchEdit a:hover {
	color:#FF3366;
	text-decoration: underline;
}
#kodawariTxt {
	margin-top:7px;
}
#kodawari_window table {
	margin-bottom:7px;
	text-align:left;
}
#kodawari_link {
	text-decoration: underline;
}
#kodawari_form {
	margin-top: 5px;
	margin-bottom: 5px;
}
#kodawari_form table {
	border-collapse: collapse;
}
#kodawari_form th {
	background-color: #B29C58;
	margin: 5px 0 3px 0;
	padding: 1px 10px;
	color: #FFFFFF;
}
#kodawari_form td {
	border: none;
	margin: 0px;
	padding: 2px 0px;
}

#change {
	width:670px;
	background-color:#f0f0f0;
	padding:2px 3px ;
	border:1px #CCC solid;
}
#changeR {
	float:right;
}
#pagelink {
	width:676px;
	margin:5px 0px;
	position:relative;
}
#pagelink2 {
	width:676px;
	font-size:14px;
	padding:12px 0px 0px 0px;
	border-top:4px #f0f0f0 solid;
	text-align:center;
}
#pagelink2 span {
	font-weight:bold;
}
#pagelink a:link {
	color:#333333;
	text-decoration: underline;
}
#pagelink a:visited {
	color:#333333;
	text-decoration: underline;
}
#pagelink a:active {
	color:#333333;
	text-decoration: underline;
}
#pagelink a:hover {
	color:#FF3366;
	text-decoration: underline;
}
#pagelink2 a:link {
	color:#333333;
	text-decoration: underline;
}
#pagelink2 a:visited {
	color:#333333;
	text-decoration: underline;
}
#pagelink2 a:active {
	color:#333333;
	text-decoration: underline;
}
#pagelink2 a:hover {
	color:#FF3366;
	text-decoration: underline;
}
#plL {
	float:left;
}
#plR {
	position:absolute;
	right:0px;
}


/*  ■□■□■□■□■□■□　店舗リスト　■□■□■□■□■□■□  */

.listWaku {
	width:676px;
	margin-bottom:20px;
}
.listTit {
	background:#5f4933;
	padding:4px 10px;
	border:1px #CCC solid;
	
}
.listTit img {
	vertical-align:-5px;
	
}
.listTit p {
	color:#FFF;
	padding:0px;
	font-size:14px;
	line-height:22px;
	font-weight:bold;
}
.listTit p.new {
	width:35px;
	height:20px;
	background-image:url(img/new_salon.gif);
	background-repeat:no-repeat;
	background-position:right;
}

.listTit a:link {
	color:#FFF;
	text-decoration:none;
}
.listTit a:visited {
	color:#FFF;
	text-decoration:none;
}
.listTit a:active {
	color:#FFF;
	text-decoration:none;
}
.listTit a:hover {
	color:#FFF;
	text-decoration: underline;
}
.listTit_dcConcept {
	margin-top:-17px;
	margin-bottom:3px;
}
.listIcon1 {
	margin-top:-20px;
	margin-bottom:3px;
}
.listAccess {
	padding:4px 10px;
	background:#efefef;
	border-bottom:1px #CCC solid;
	border-left:1px #CCC solid;
	border-right:1px #CCC solid;
}
.listAccess p {
	padding:1px 0px;
}
.icon {
	padding:6px 10px;
	border-bottom:1px #CCC solid;
	border-left:1px #CCC solid;
	border-right:1px #CCC solid;
}
.icon p {
	float:left;
	margin-right:5px;
	padding:0;
}
.icon2 {
	padding:6px 10px;
	margin-bottom:12px;
	border-bottom:1px #CCC solid;
	border-left:1px #CCC solid;
	border-right:1px #CCC solid;
}
.icon2 p {
	float:left;
	margin-right:5px;
	padding:0;
}
.pr01 { 
	padding:0px 0px 7px 0px;
 } 
.pr01 p {
	padding:0;
	font-size:14px;
	line-height:20px;
	font-weight:bold;
}
.pr02 {
	margin-bottom:11px;
}
.pr02L {
	width:225px;
	margin-right:10px;
	float:left;
	display:inline;
}
.pr02C {
	width:240px;
	float:left;
}
.pr02C p.setumei {
	line-height:18px;
	height:81px;
	padding:0;
}
.imgSalon p.imgL {
	width:115px;
	float:left;
	padding:0;
}
.imgSalon p.imgR {
	width:115px;
	float:right;
	padding:0;
}
.pr02R {
	width:171px;
	float:right;
	border:1px #CCC solid;
	background:#ffffee;
	height:164px;
	padding:2px 10px 0px 10px;
}
.pr02R th {
	width:89px;
	font-size:12px;
	line-height:38px;
	border-bottom:1px #CCC dotted;
	text-align:left;
	padding-left:7px;
}
.pr02R td {
	width:75px;
	line-height:38px;
	border-bottom:1px #CCC dotted;
}
.pr02La {
	width:140px;
	margin-right:10px;
	float:left;
	display:inline;
}
.pr02Ca {
	width:323px;
	float:left;
}
.pr02Ca p.setumei {
	line-height:18px;
	padding:0;
}
.pr02Ra {
	width:171px;
	float:right;
	border:1px #CCC solid;
	background:#ffffee;
	height:96px;
	padding:7px 10px 0px 10px;
}
.pr02Ra th {
	width:89px;
	font-size:12px;
	line-height:23px;
	text-align:left;
	padding-left:7px;
}
.pr02Ra td {
	width:75px;
	line-height:23px;
}
/*
table.listCoupon {
	width:676px;
}
*/
table.listCoupon p {
	padding:0;
	font-size:10px;
	line-height:14px;
}
table.listCoupon th {
	width:78px;
	border-right:1px #CCC solid;
}
table.listCoupon td {
	width:155px;
	height:53px;
	border-right:1px #CCC solid;
	border-top:1px #CCC solid;
	border-bottom:1px #CCC solid;
	padding:0px 21px 0px 21px;
	background:#ffffee;
}
table.listCoupon td.new {
	background-image:url(img/shinki.gif);
	background-position:7px 15px;
	background-repeat:no-repeat;
}
table.listCoupon td.all {
	background-image:url(img/full.gif);
	background-position:7px 15px;
	background-repeat:no-repeat;
}
p.couponLink {
	margin-top:5px;
	padding:0;
	text-align:right;
}
.couponLink span {
	color:#ff0099;
	font-weight:bold;
}
.couponLink a:link {
	color:#333333;
	text-decoration: underline;
}
.couponLink a:visited {
	color:#333333;
	text-decoration: underline;
}
.couponLink a:active {
	color:#333333;
	text-decoration: underline;
}
.couponLink a:hover {
	color:#FF3366;
	text-decoration: underline;
}


/*  ■□■□■□■□■□■□　フッターブロック　■□■□■□■□■□■□  */

#footW {
	width:920px;
	font-size:12px;
	line-height:18px;
}
#footC {
	padding:0px 0px 10px 0px;
	text-align:right;
}
#footL {
	padding:15px 0px 0px 6px;
	text-align:left;
}
#footL img {
	margin-left:22px;
}
#footG {
	padding:10px 12px;
	background-color:#5f4933; 
	color:#FFF;
	text-align:left;
}
#footG a:link {
	color:#FFFFFF;
	text-decoration:none;
}
	
#footG a:visited {
	color:#FFFFFF;
	text-decoration:none;
}
	
#footG a:active {
	color:#FFFFFF;
	text-decoration:none;
}
	
#footG a:hover {
	color:#FFFFFF;
	text-decoration:underline;
}
#footS {
	padding:10px 0px;
	olor:#FFF;
	text-align:left;
	font-size:10px;
	line-height:14px;
}
#socialW {
	border-top:4px #5f4933 solid;
	border-bottom:1px #e0e0e0 dotted;
	padding:14px 0px;
	margin:auto;
	text-align:center;
}
#social {
	padding-right:20px;
}


dl.listF {
	margin:0px;
	padding:0px;
}
dl.listF dt {
  font-weight: bold;
}
dl.listF dd {
  margin-left: 0;
}
dl.listF dd ul {
  margin: 3px 0 20px 0;
}
dl.listF dd ul li {
	padding:2px 0px;
  margin-left: -23px;
}


/*  おすすめサイト　*/
#rec_link {
	width: 208px;
}
#rec_link ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#rec_link li {
	width: 208px;
	margin: 0px;
	padding: 0px 0px 8px 0px;
}
#rec_link .rec_link_line {
	background-image: url(img/line1.gif);
	height: 19px;
	margin-top: -5px;
}
#rec_link .rec_link_title {
	font-size: 13px;
	color: #5F4933;
	font-weight: bold;
}


.nList p {
	margin: 0px;
	padding: 0px;
        font-weight:bold;
}

/* クチコミ注意書き */
.voice_notice {
	width: 666px;
	padding: 4px;
	border: 1px solid #CCC;
	background-color: #F6F6F6;
	color: #555;
}


/* 右枠 下付リンク */
.rbLink {
	font-size:14px;
	font-weight:bold;
	margin:0 0 15px 0;
	padding:9px 7px 7px 23px;
	border-left:1px solid #cccccc;
	border-right:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
	background:#fafafa;
	width:202px;
	background-image: url("/img/clickarrow.gif");
	background-repeat: no-repeat;
	background-position: 5px 50%;
	font-family:"メイリオ", Meiryo,  "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	clear:both;
	float:left;
}
.rbLink2 {
	font-size:14px;
	font-weight:bold;
	margin:0;
	padding:9px 7px 7px 23px;
	border-left:1px solid #cccccc;
	border-right:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
	background:#fafafa;
	width:202px;
	background-image: url("/img/clickarrow.gif");
	background-repeat: no-repeat;
	background-position: 5px 50%;
	font-family:"メイリオ", Meiryo,  "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	clear:both;
	float:left;
}

/*  ■□■□■□■□■□■□　店舗詳細ブログページ　■□■□■□■□■□■□　*/

.blogDb {
	margin:0 0 15px 0;
	padding:0;
	overflow:hidden;
}
.blogDb .day {
	margin:0;
	padding:0;
	font-size:14px;
	line-height:16px;
	width:5em;
	float:left;
}
.blogDb .back {
	margin:0;
	padding:0 0 0 1em;
	font-size:12px;
	line-height:16px;
	width:8em;
	text-align:right;
	background-image:url(img/blog_arrow.gif);
	background-repeat:no-repeat;
	background-position:left 50%;
	float:right;
}
h5.blogTit {
	margin:0 0 12px 0;
	padding:0 0 12px 0;
	font-size:22px;
	line-height:1.2em;
	border-bottom:3px solid #5f4933;
	font-family:"メイリオ", Meiryo,  "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.blogTxt {
	margin:0 0 20px 0;
	padding:0;
	font-size:14px;
	line-height:1.4em;
}
.blogImg {
	margin:0;
	padding:0;
	text-align:center;
}



/*=== new↓↓↓ ===*/

/*======================================
	header
=======================================*/

#h1Bk {
	background-image:url(img/bk_h1.gif);
	height:33px;
}
#h1Bk h1 {
	margin: 0 auto;
	padding: 0;
	font-size:12px;
	font-weight:normal;
	line-height:33px;
	text-align:left;
	width: 970px;
	background-image:url(img/willsonline.gif);
	background-repeat:no-repeat;
	background-position:100% 10px;
}
#hd {
	width:920px;
	height:153px;
	position:relative;
	width: 970px;
	margin: auto auto 10px auto; /* ボックスのセンタリング */
	text-align: left; /* インラインの中央揃えを左寄せにリセット */
	font-family:"メイリオ", Meiryo,  "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#hd h2 {
	margin:0;
	padding:0;
	width:253px;
	height:53px;
	position:absolute;
	top:10px;
	left:0;
	background-image:url(img/logo3.gif);
	background-repeat:no-repeat;
	text-indent:-9999px;
}
#hd h2 a {
	margin:0;
	padding:0;
	width:253px;
	height:53px;
	display:block;
}
#hd h3 {
	margin: 0px;
	padding: 0;
	text-align:left;
	font-size:12px;
	line-height:18px;
	font-weight:bold;
	position:absolute;
	top:71px;
	left:0;
}
#hd p#prBnr {
	margin:0;
	padding:0;
	width:468px;
	top:10px;
	right:118px;
	position:absolute;
}
#hd p#btn1 {
	margin:0;
	padding:0;
	width:103px;
	height:22px;
	position:absolute;
	top:10px;
	right:0;
}
#hd p#btn1 img {
	width:103px;
	height:22px;
}
#hd p#btn2 {
	margin:0;
	padding:0;
	width:103px;
	height:22px;
	position:absolute;
	top:40px;
	right:0;
}
#hd p#btn2 img {
	width:103px;
	height:22px;
}
#hd #hdPoint {
	margin:0;
	padding:0;
	font-size:12px;
	line-height:18px;
	font-weight:bold;
	text-align:right;
	color:#b20912;
	position:absolute;
	top:71px;
	right:0;
}
#hd #hdPoint a:link {
	color:#b20912;
	text-decoration:underline;
}
#hd #hdPoint a:visited {
	color:#b20912;
	text-decoration:underline;
}
#hd #hdPoint a:hover {
	color:#FF3366;
}
	


/*  navi text version　*/

#gNav {
	font-size:13px;
	line-height:20px;
	width: 970px;
	height: 61px;
	position:absolute;
	top:92px;
	left:0;
}
#gNav ul {
	margin: 0px;
	padding: 0px;
	width: 970px;
	height: 61px;
	background-image: url(/img/gnav.png);
	list-style: none;
}
#gNav li {
	display: block;
	height:61px;
	margin: 0px;
	padding: 0px;
	float: left;
	list-style: none;
	text-align:center;
	line-height:1.4em;
	letter-spacing:0.8px;
}
#gNav a {
	display:table-cell;
	vertical-align: middle;
	height:61px;
	text-decoration:none;
	font-weight:bold;
	margin:0px;
	padding:0px;
	background-image: url(/img/gnav.png);
}
#gNav a:hover {
	text-decoration:none;
	color: #ffffff;
}
#gNav a.focus {
	text-decoration:none;
	color: #ffffff;
}
#gNav li#nav1 {
	width: 122px;
}
#gNav li#nav2 {
	width: 121px;
}
#gNav li#nav3 {
	width: 121px;
	letter-spacing:-0.5px;
}
#gNav li#nav4 {
	width: 121px;
}
#gNav li#nav5 {
	width: 121px;
}
#gNav li#nav6 {
	width: 121px;
}
#gNav li#nav7 {
	width: 121px;
}
#gNav li#nav8 {
	width: 122px;
}
#gNav li#nav1 a {
	width: 122px;
	background-position: 0px 0px;
}
#gNav li#nav2 a {
	width: 121px;
	background-position: -122px 0px;
}
#gNav li#nav3 a {
	width: 121px;
	background-position: -243px 0px;
}
#gNav li#nav4 a {
	width: 121px;
	background-position: -364px 0px;
}
#gNav li#nav5 a {
	width: 121px;
	background-position: -485px 0px;
}
#gNav li#nav6 a {
	width: 121px;
	background-position: -606px 0px;
}
#gNav li#nav7 a {
	width: 121px;
	background-position: -727px 0px;
}
#gNav li#nav8 a {
	width: 122px;
	background-position: -848px 0px;
	color:#fff;
}
#gNav li#nav1 a:hover {
	background-position: 0px -61px;
}
#gNav li#nav2 a:hover {
	background-position: -122px -61px;
}
#gNav li#nav3 a:hover {
	background-position: -243px -61px;
}
#gNav li#nav4 a:hover {
	background-position: -364px -61px;
}
#gNav li#nav5 a:hover {
	background-position: -485px -61px;
}
#gNav li#nav6 a:hover {
	background-position: -606px -61px;
}
#gNav li#nav7 a:hover {
	background-position: -727px -61px;
}
#gNav li#nav8 a:hover {
	background-position: -848px -61px;
}
#gNav li#nav1 a.focus {
	background-position: 0px 61px;
}
#gNav li#nav2 a.focus {
	background-position: -122px 61px;
}
#gNav li#nav3 a.focus {
	background-position: -243px 61px;
}
#gNav li#nav4 a.focus {
	background-position: -364px 61px;
}
#gNav li#nav5 a.focus {
	background-position: -485px 61px;
}
#gNav li#nav6 a.focus {
	background-position: -606px 61px;
}
#gNav li#nav7 a.focus {
	background-position: -848px 61px;
}
#gNav li#nav8 a.focus {
	background-position: -754px 61px;
}
#gNav li#nav1 a:hover.focus {
	background-position: 0px 61px;
}
#gNav li#nav2 a:hover.focus {
	background-position: -122px 61px;
}
#gNav li#nav3 a:hover.focus {
	background-position: -243px 61px;
}
#gNav li#nav4 a:hover.focus {
	background-position: -364px 61px;
}
#gNav li#nav5 a:hover.focus {
	background-position: -485px 61px;
}
#gNav li#nav6 a:hover.focus {
	background-position: -606px 61px;
}
#gNav li#nav7 a:hover.focus {
	background-position: -727px 61px;
}
#gNav li#nav8 a:hover.focus {
	background-position: -848px 61px;
}
	


/*  navi　*/

div#hdNav {
	width: 970px;
	height: 61px;
	position:absolute;
	top:92px;
	left:0;
}

div#hdNav ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	height: 61px;
	width: 970px;
	background-image: url(img/nav.gif);
}
div#hdNav li {
	display: block;
	margin: 0px;
	padding: 0px;
	float: left;
}
div#hdNav a {
	display: block;
	margin: 0px;
	padding: 0px;
	text-indent: -9999px;
	background-image: url(img/nav.gif);
}
div#hdNav li#nav1 a {
	width: 109px;
	height: 61px;
	background-position: 0px 0px;
}
div#hdNav li#nav2 a {
	width: 107px;
	height: 61px;
	background-position: -109px 0px;
}
div#hdNav li#nav3 a {
	width: 108px;
	height: 61px;
	background-position: -216px 0px;
}
div#hdNav li#nav4 a {
	width: 108px;
	height: 61px;
	background-position: -324px 0px;
}
div#hdNav li#nav5 a {
	width: 107px;
	height: 61px;
	background-position: -432px 0px;
}
div#hdNav li#nav6 a {
	width: 108px;
	height: 61px;
	background-position: -539px 0px;
}
div#hdNav li#nav7 a {
	width: 108px;
	height: 61px;
	background-position: -647px 0px;
}
div#hdNav li#nav8 a {
	width: 107px;
	height: 61px;
	background-position: -755px 0px;
}
div#hdNav li#nav9 a {
	width: 108px;
	height: 61px;
	background-position: -862px 0px;
}
div#hdNav li#nav1 a:hover {
	background-position: 0px -61px;
}
div#hdNav li#nav2 a:hover {
	background-position: -109px -61px;
}
div#hdNav li#nav3 a:hover {
	background-position: -216px -61px;
}
div#hdNav li#nav4 a:hover {
	background-position: -324px -61px;
}
div#hdNav li#nav5 a:hover {
	background-position: -432px -61px;
}
div#hdNav li#nav6 a:hover {
	background-position: -539px -61px;
}
div#hdNav li#nav7 a:hover {
	background-position: -647px -61px;
}
div#hdNav li#nav8 a:hover {
	background-position: -755px -61px;
}
div#hdNav li#nav9 a:hover {
	background-position: -862px -61px;
}
div#hdNav li#nav1 a.focus {
	background-position: 0px 61px;
}
div#hdNav li#nav2 a.focus {
	background-position: -109px 61px;
}
div#hdNav li#nav3 a.focus {
	background-position: -216px 61px;
}
div#hdNav li#nav4 a.focus {
	background-position: -324px 61px;
}
div#hdNav li#nav5 a.focus {
	background-position: -432px 61px;
}
div#hdNav li#nav6 a.focus {
	background-position: -539px 61px;
}
div#hdNav li#nav7 a.focus {
	background-position: -647px 61px;
}
div#hdNav li#nav8 a.focus {
	background-position: -755px 61px;
}
div#hdNav li#nav9 a.focus {
	background-position: -862px 61px;
}
div#hdNav li#nav1 a:hover.focus {
	background-position: 0px 61px;
}
div#hdNav li#nav2 a:hover.focus {
	background-position: -109px 61px;
}
div#hdNav li#nav3 a:hover.focus {
	background-position: -216px 61px;
}
div#hdNav li#nav4 a:hover.focus {
	background-position: -324px 61px;
}
div#hdNav li#nav5 a:hover.focus {
	background-position: -432px 61px;
}
div#hdNav li#nav6 a:hover.focus {
	background-position: -539px 61px;
}
div#hdNav li#nav7 a:hover.focus {
	background-position: -647px 61px;
}
div#hdNav li#nav8 a:hover.focus {
	background-position: -755px 61px;
}
div#hdNav li#nav9 a:hover.focus {
	background-position: -862px 61px;
}



/*======================================
	店舗詳細 お問い合せ
=======================================*/

.tel_txt {
	font-size: 18px;
	line-height: 28px;
    font-weight: bold;
	padding:5px 0 15px 0;
}
.conLine {
	margin:0;
	padding:0;
	display:none;
}
.conLine .conStit {
	font-size:14px;
	font-weight:bold;
	margin:0 0 7px 0;
	padding:22px 0 0 0;
	background-image: url(img/tenpo_line.gif);
	background-repeat:repeat-x;
}
.conLine .conStxt {
	margin:0;
	padding:0 0 5px 0;
}
.conLine .conStxt p {
	margin:0 0 3px 0;
	padding:0 0 0 1em;
	text-indent: -1em;
}
.conSt {
	width:100%;
	border-top:1px solid #dfdfde;
	border-left:1px solid #dfdfde;
}
.conSt th {
	width:11em;
	font-weight:normal;
	background:#fafafa;
	padding:11px 0 0 10px;
	border-bottom:1px solid #dfdfde;
	border-right:1px solid #dfdfde;
	vertical-align:top;
	text-align:left;
}
.conSt td {
	padding:7px 10px;
	border-bottom:1px solid #dfdfde;
	border-right:1px solid #dfdfde;
	background:#FFF;
	vertical-align:top;
	text-align:left;
	word-break:break-all;
}
.conSt td.name input {
	font-size:14px;
	line-height: 22px;
	height:22px;
	width:400px;
	margin:0;
	padding:0 5px;
}
.conSt td input.mForm {
	font-size:14px;
	line-height: 22px;
	height:22px;
	width:98%;
	margin:0;
	padding:0 5px;
}
.conSt td textarea.naiyo {
	font-size:14px;
	line-height: 22px;
	width:98%;
	margin:0;
	padding:0 5px;
}
.conSt p.conTxt {
	margin:5px 0 0 0;
	padding:0;
}
.conSbtn {
	margin:0;
	padding:10px 0;
	border-bottom:1px solid #dfdfde;
	border-right:1px solid #dfdfde;
	border-left:1px solid #dfdfde;
	background:#fafafa;
	text-align:center;
}
.conSbtn input {
	font-size:14px;
	line-height:32px;
	width:300px;
	margin:0;
	padding:0;
	background:#5f4933;
	font-weight:bold;
	color:#ffffff;
	border:none;
	cursor:pointer;
}
.tel_txt img {
	height:23px;
	margin:0 10px -5px 0;
}


/*======================================
	footer
=======================================*/

#fW {
	font-size:14px;
	line-height: 18px;
	width: 970px;
	margin: auto;
	text-align: left;
}
#pT {
	padding:0 16px;
	background:#000;
	height:28px;
}
#pT p#fL {
	margin:0;
	padding:0;
	color:#FFF;
	font-size:14px;
	line-height:28px;
	font-weight:normal;
	float:left;
}
#pT p {
	color:#FFF;
	line-height:28px;
	margin:0;
	padding:0;
	float:right;
}
#pT p a {
	color:#FFF;
}
#pT p a:link {
	text-decoration:underline;
}
#pT p a:visited {
	text-decoration:underline;
}
#pT p a:hover {
	text-decoration:underline;
}
#pP {
	clear:both;
	padding-top:20px;
}
#tP {
	padding:13px 13px 7px 13px;
	border-right:1px solid #dfdfde;
	border-left:1px solid #dfdfde;
	border-bottom:1px solid #dfdfde;
}
#tP dl {
  margin: 0;
  padding:0;
}
#tP dl dt {
  clear: left;
  float: left;
  margin: 0 0 7px 0;
  padding:0 0 0 5px;
  width: 85px;
  color: #000;
}

#tP dl dd {
  margin:0 0 7px 10px;
}
#tP dl dd img {
	vertical-align:middle;
}
#sC {
	padding:16px 0;
	border-bottom:1px #dedac5 dotted;
}
#sCt th {
	text-align:left;
	padding:1px 30px 0 15px;
}
#sF {
	width:420px;
	height:21px;
	margin:0;
	padding:0;
	border:none;
	overflow:hidden;
}
#home {
	margin:0;
	padding:12px 0;
	font-weight:bold;
}
#ftNav td {
	vertical-align:top;
	width:242px;
}
#ftNav dl {
	margin:0px;
	padding:0px;
}
#ftNav dl dt {
	font-size:14px;
	line-height:18px;
	font-weight: bold;
	margin: 0 0 6px 0;
}
#ftNav dl dd {
	font-size:14px;
	line-height:18px;
	margin-left: 0;
}
#ftNav dl dd ul {
	margin: 3px 0 20px 0;
}
#ftNav dl dd ul li {
	padding:3px 0px;
	margin-left: -23px;
}
#fBnr img {
	width:300px;
	height:75px;
	float:left;
	margin-right:35px
}
#fBnr img.noPadd {
	float:left;
	margin:0;
}
#fBnr p {
	margin:0;
	padding:15px 0 8px 0;
	text-align:right;
	clear:both;
}
#fG {
	padding:0 16px;
	height:36px;
	line-height:36px;
	background-color:#000000; 
	color:#FFF;
	text-align:left;
    vertical-align:top;
    position:relative;
	margin:0 0 10px 0;
}
#fG a:link {
	color:#FFFFFF;
	text-decoration:none;
}
	
#fG a:visited {
	color:#FFFFFF;
	text-decoration:none;
}
	
#fG a:active {
	color:#FFFFFF;
	text-decoration:none;
}
	
#fG a:hover {
	color:#FFFFFF;
	text-decoration:underline;
}
#fG #gT {
    font-weight:bold;
    color:#FFF;
}
#fG ul {
	width:785px;
    margin:0;
    padding:0;
    list-style:none;
    position:absolute;
    top:7px;
    left:170px;
}
#fG li {
    line-height: 14px;
    margin:4px 15px 0 0;
    padding:0 15px 0 0;
    border-right:1px #FFF solid;
    float: left;
    display: block;
}
#fG li.nB {
    line-height: 14px;
    margin:4px 15px 0 0;
    padding:0 15px 0 0;
    border-right:none;
    float: left;
    display: block;
}

#fSp {
	margin:0 0 10px 0;
	padding:0;
	text-align:left;
    vertical-align:top;
	overflow:hidden;
}
#fSp #gT {
	padding:0;
	font-size:10px;
    font-weight:bold;
	color:#666666;
}
#fSp ul {
	width:970px;
    margin:0;
    padding:0;
    list-style:none;
}
#fSp ul li {
	font-size:10px;
    line-height: 14px;
    margin:0 8px 0 0;
    padding:0 8px 0 0;
    border-right:1px #666666 solid;
    float: left;
    display: block;
}
#fSp ul li.nB {
    line-height: 14px;
    margin:0 15px 0 0;
    padding:0 15px 0 0;
    border-right:none;
    float: left;
    display: block;
}


/*======================================
	TOP
=======================================*/

.cafeTop {
	width:622px;
	margin:0;
	padding:0 10px 0 44px;
	background-image:url(img/icon_top1.gif);
	background-position:left 50%;
	background-repeat:no-repeat;
	background-color:#5f4933;
	overflow:hidden;
}
.cafeTop h4 {
	font-size:14px;
	line-height:20px;
	margin:0;
	padding:8px 0;
	color:#ffffff;
	font-weight:bold;
	float:left;
}
.cafeTop .subTr {
	font-size:14px;
	line-height:20px;
	margin:0;
	padding:8px 0;
	color:#ffffff;
	float:right;
}
.yadoTop {
	width:622px;
	margin:0;
	padding:0 10px 0 44px;
	background-image:url(img/icon_top2.gif);
	background-position:left 50%;
	background-repeat:no-repeat;
	background-color:#5f4933;
	overflow:hidden;
}
.yadoTop h4 {
	font-size:14px;
	line-height:20px;
	margin:0;
	padding:8px 0;
	color:#ffffff;
	font-weight:bold;
	float:left;
}
.yadoTop .subTr {
	font-size:14px;
	line-height:20px;
	margin:0;
	padding:8px 0;
	color:#ffffff;
	float:right;
}
.shopTop {
	width:622px;
	margin:0;
	padding:0 10px 0 44px;
	background-image:url(img/icon_top3.gif);
	background-position:left 50%;
	background-repeat:no-repeat;
	background-color:#5f4933;
	overflow:hidden;
}
.shopTop h4 {
	font-size:14px;
	line-height:20px;
	margin:0;
	padding:8px 0;
	color:#ffffff;
	font-weight:bold;
	float:left;
}
.shopTop .subTr {
	font-size:14px;
	line-height:20px;
	margin:0;
	padding:8px 0;
	color:#ffffff;
	float:right;
}
.beautyTop {
	width:622px;
	margin:0;
	padding:0 10px 0 44px;
	background-image:url(img/icon_top4.gif);
	background-position:left 50%;
	background-repeat:no-repeat;
	background-color:#5f4933;
	overflow:hidden;
}
.beautyTop h4 {
	font-size:14px;
	line-height:20px;
	margin:0;
	padding:8px 0;
	color:#ffffff;
	font-weight:bold;
	float:left;
}
.beautyTop .subTr {
	font-size:14px;
	line-height:20px;
	margin:0;
	padding:8px 0;
	color:#ffffff;
	float:right;
}
.hotelTop {
	width:622px;
	margin:0;
	padding:0 10px 0 44px;
	background-image:url(img/icon_top5.gif);
	background-position:left 50%;
	background-repeat:no-repeat;
	background-color:#5f4933;
	overflow:hidden;
}
.hotelTop h4 {
	font-size:14px;
	line-height:20px;
	margin:0;
	padding:8px 0;
	color:#ffffff;
	font-weight:bold;
	float:left;
}
.hotelTop .subTr {
	font-size:14px;
	line-height:20px;
	margin:0;
	padding:8px 0;
	color:#ffffff;
	float:right;
}
.hospitalTop {
	width:622px;
	margin:0;
	padding:0 10px 0 44px;
	background-image:url(img/icon_top6.gif);
	background-position:left 50%;
	background-repeat:no-repeat;
	background-color:#5f4933;
	overflow:hidden;
}
.hospitalTop h4 {
	font-size:14px;
	line-height:20px;
	margin:0;
	padding:8px 0;
	color:#ffffff;
	font-weight:bold;
	float:left;
}
.hospitalTop .subTr {
	font-size:14px;
	line-height:20px;
	margin:0;
	padding:8px 0;
	color:#ffffff;
	float:right;
}
.spotTop {
	width:622px;
	margin:0;
	padding:0 10px 0 44px;
	background-image:url(img/icon_top7.gif);
	background-position:left 50%;
	background-repeat:no-repeat;
	background-color:#5f4933;
	overflow:hidden;
}
.spotTop h4 {
	font-size:14px;
	line-height:20px;
	margin:0;
	padding:8px 0;
	color:#ffffff;
	font-weight:bold;
	float:left;
}
.spotTop .subTr {
	font-size:14px;
	line-height:20px;
	margin:0;
	padding:8px 0;
	color:#ffffff;
	float:right;
}


/*======================================
	カテゴリTOP
=======================================*/

.cateTit1 {
	width:676px;
	margin:0;
	padding:0;
	border-bottom:2px #5f4933 solid;
	overflow:hidden;
}
.cateTit1 .subTl {
	width:170px;
	font-size:14px;
	line-height:20px;
	margin:0;
	padding:5px 0 5px 10px;
	color:#ffffff;
	font-weight:bold;
	background-image:url(img/cate_tit1.gif);
	background-position:left 50%;
	background-repeat:no-repeat;
	float:left;
}
.cateTit1 .subTr {
	margin:0;
	padding:5px 0;
	font-weight:bold;
	float:right;
}
.cateTit2 {
	width:332px;
	margin:0;
	padding:0;
	border-bottom:2px #c88181 solid;
	overflow:hidden;
}
.cateTit2 .subTl {
	width:170px;
	font-size:14px;
	line-height:20px;
	margin:0;
	padding:5px 0 5px 10px;
	color:#ffffff;
	font-weight:bold;
	background-image:url(img/cate_tit2.gif);
	background-position:left 50%;
	background-repeat:no-repeat;
	float:left;
}
.cateTit2 .subTr {
	margin:0;
	padding:5px 0;
	font-weight:bold;
	float:right;
}
.cateTit3 {
	width:332px;
	margin:0;
	padding:0;
	border-bottom:2px #a17e6c solid;
	overflow:hidden;
}
.cateTit3 .subTl {
	width:170px;
	font-size:14px;
	line-height:20px;
	margin:0;
	padding:5px 0;
	color:#ffffff;
	font-weight:bold;
	text-align:center;
	background-image:url(img/cate_tit3.gif);
	background-position:left 50%;
	background-repeat:no-repeat;
	float:left;
}
.cateTit3 .subTr {
	margin:0;
	padding:5px 0;
	font-weight:bold;
	float:right;
}
.cateTit3 .subTr span {
	font-size:10px;
}
.cateTit4 {
	width:332px;
	margin:0;
	padding:0;
	border-bottom:2px #747747 solid;
	overflow:hidden;
}
.cateTit4 .subTl {
	width:170px;
	font-size:14px;
	line-height:20px;
	margin:0;
	padding:5px 0 5px 10px;
	color:#ffffff;
	font-weight:bold;
	background-image:url(img/cate_tit4.gif);
	background-position:left 50%;
	background-repeat:no-repeat;
	float:left;
}
.cateTit4 .subTr {
	margin:0;
	padding:5px 0;
	font-weight:bold;
	float:right;
}


/*======================================
	店舗詳細
=======================================*/

.osusumeTit {
	width:622px;
	margin:0;
	padding:0 10px 0 44px;
	background-image:url(img/icon_kuchikomi.gif);
	background-position:left 50%;
	background-repeat:no-repeat;
	background-color:#5f4933;
	overflow:hidden;
}
.osusumeTit .subTl {
	font-size:14px;
	line-height:20px;
	margin:0;
	padding:8px 0;
	color:#ffffff;
	font-weight:bold;
	float:left;
}
.osusumeTit .subTr {
	font-size:14px;
	line-height:20px;
	margin:0;
	padding:8px 0;
	color:#ffffff;
	float:right;
}

#navBtn {
   	width: 676px;
}
#navBtn ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
}
#navBtn li {
	font-size: 12px;
	line-height:16px;
	float: left;
	width: 84px;
	margin: 0px;
	padding: 0px;
}
#navBtn a {
	font-weight:bold;
	display: block;
	width: 100%;
	padding:9px 0;
	color: #FFFFFF;
	background-color: #5F4933;
	background-image: url(img/navbtn.gif);
	background-position: right top;
	text-decoration: none;
	text-align: center;
}
#navBtn a:hover {
	background-color: #999999;
	background-position: left top;
}
#navBtn a.stay {
	display: block;
	width: 100%;
	color: #FFFFFF;
	background-color: #5F4933;
	background-position: left top;
	text-decoration: none;
	text-align: center;
}