﻿@charset "utf-8";

/* 基本スタイル
---------------------------------------------*/
* {
	margin: 0;
	padding: 0;
	font-size: 100%;
}
body {
	font-size: 83%;
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', sans-serif;
	color: #333333;
	background: #755B4C;
}
a {
	color: #3A1500;
}
a:visited {
	color: #3A1500;
}
a:hover {
	color: #841300;
}
p {
	line-height:1.4;
}
img {
	border: none;
	vertical-align: top;
}
#wrapper {
	width: 800px;
	text-align: center;
	margin:0 auto;
	background: #ffffff url(../images/bg.gif) repeat-y;
	padding: 5px 10px 4px 10px;
}
#shadowTop {
	width: 810px;
	text-align: center;
	margin:0 auto;
	background: url(../images/bg_top.gif);
	height: 10px;
}
#shadowBtm {
	width: 810px;
	margin:0 auto;
	background: url(../images/bg_btm.gif) top no-repeat;
	height: 30px;
}
#shadowBtm p {
	color: #ffffff;
	padding: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
}

/* ナビ
---------------------------------------------*/

#navi {
	margin: 0 0 5px 0;
	background: #3A1500;
	width: 800px;
}
#navi p {
	font-size: 80%;
	color: #755B4C;
	text-align: left;
	padding: 10px 0 0 10px;
}
#navi #logo {
	text-align: right;
	padding: 0 27px 22px 0;
}

	/* グローバルナビ
	---------------------------------------------*/
	#globalNav {
	margin: 0 4px 0 4px;
	width: 792px;
	text-align: right;
	background: url(../images/gnavi_bg.gif) repeat-x;
	}
	#globalNav ul {
		margin-left: 10px;
		width: 688px;
		height: 32px;
		text-align: right;
		list-style-type: none;
	}
	#globalNav li {
		float: left;
		height: 32px;
	}
	#globalNav li#gnavOn img {
		border-top: #ffffff solid 2px;
	}
	#globalNav li.gnavOff img {
		border-top: #3A1500 solid 2px;
	}
	#globalNav li a:link img {
		border-top: #3A1500 solid 2px;
	}
	#globalNav li a:visited img {
		border-top: #3A1500 solid 2px;
	}
	#globalNav li a:hover img {
		border-top: #755B4C solid 2px;
	}

/* コンテンツ
---------------------------------------------*/

h1 {
	clear:both;
	width: 800px;
	height: 150px;
	margin-bottom: 5px;
}

#flash {
	width: 800px;
	clear: left;
	margin: 5px auto 0 auto;
}

/* 店舗
---------------------------------------------*/
#shopWrap {
	width: 800px;
	margin-top: 5px;
	padding: 10px 0;
	clear: both;
	background: #CAC1BB;
}
#shopWrap .shopPhoto {
	padding-left: 10px;
	width: 200px;
	float: left;
}
#shopWrap .shopPhoto#shopLine {
	border-left: 1px dotted #ffffff;
}

#shopWrap .shopData {
	margin-left: 9px;
	width: 175px;
	float: left;
}
#shopWrap .shopData p {
	margin-top: 5px;
	text-align: left;
	line-height: 1.2;
}

/* フッター
---------------------------------------------*/
#footer {
	width: 800px;
}
#footer h2 {
	width: 112px;
	float: left;
}
#footer div {
	float: right;
	width: 672px;
	height: 43px;
	padding-top: 6px;
	padding-left: 15px;
	background: #E8E8E8;
}
#footer div table {
	margin: 0;
	padding: 0;
}
#footer div table tr td, #footer div table tr th {
	line-height: 1.4;
	font-size: 90%;
	font-weight: normal;
	text-align: left;
	vertical-align: top;
	font-family:'ＭＳ ゴシック', 'Osaka－等幅';
}
#footer div table tr th.time {
	width: 52px;
}
#footer div table tr td.time {
	width: 317px;
}
#footer div table tr th.date {
	width: 287px;
}
	
/* 共通
---------------------------------------------*/
#topicPass {
	font-size: 88%;
	width: 800px;
	margin-bottom: 10px;
}

ul.link1 {
	list-style-type: none;
}
ul.link1 li {
	background: url(../images/link_1.gif) left center no-repeat;
	padding: 0 0 0 18px;
	margin-top: 2px;
	line-height:1.3;
	text-align: left;
}

.mgnT10 {
	margin-top: 10px;
}
.mgnT15 {
	margin-top: 15px;
}
.mgnT20 {
	margin-top: 20px;
}
.small {
	font-size: 85%;
}
.blue {
	color:#0E3092;
}
.clearSpace {
	 clear:both;
	 height:1px;
	 overflow:hidden;
}