@charset "utf-8";

html,body,
h1,h2,h3,h4,h5,h6,
div,p,ul,ol,li,dl,dt,dd,table,tr,th,td,form,textarea,
span,a,img,em,strong {
	font-size:100%;
	font-style:normal;
	font-weight:normal;
	line-height:100%;
	/*text-decoration:none;*/
	list-style:none;
	border:none;
	padding:0;
	margin:0;
}

img {
	vertical-align:bottom;
}

a {
	color:#99620F;
}


a:hover {
	text-decoration:underline;
}
textarea {
	line-height:130%;
}

input {
	line-height:100%;
	font-family:"ＭＳ Ｐゴシック",sans-serif;
	padding:0;
	margin:0;
}

body {
	width:100%;
	height:100%;
	color:#422c08;
	font-size:12px;
	font-family:"ＭＳ Ｐゴシック",sans-serif;
	scrollbar-3dlight-color:#99620f;
	scrollbar-base-color:#99620f;
	scrollbar-arrow-color:#fff;
	background:#422c08;
}

#wrapper {
	width:720px;
	background:url("../img/common/side_bg.gif") repeat-y;
	padding:0 50px;
	margin:0 auto;
	position:relative;
}

#wrapper h1 {
	font-size:11px;
	letter-spacing:3px;
	position:absolute;
	top:57px;
	left:83px;
}


/* ↓↓ ヘッダーここから ↓↓ */

#header {
	
}

#snipet {
	height:10px;
	line-height:10px;
	vertical-align:baseline;
	color:#fff;
	font-size:10px;
	background:#ddd;
	margin:0 0 4px;
}

#logo {
	width:265px;
	margin:5px 0 0 27px;
	float:left;
	display:inline;
}

#shop_info {
	width:320px;
	letter-spacing:3px;
	margin:0 0 10px;
	float:right;
}

#shop_info dt {
	clear:both;
	height:14px;
	color:#966;
	font-weight:bold;
	float:left;
}

#shop_info dd {
	height:14px;
}

/* ↓↓ ナビここから ↓↓ */

#gnavi {
	background:#fff;
	margin:0 auto;
}

#gnavi li {
	width:120px;
	height:37px;
	overflow:hidden;
	position:relative;
	z-index:5;
	float:left;
}

#gnavi li a:hover {
	position:relative;
	top:-37px;
	z-index:1;
}

/* ↑↑ ナビここまで ↑↑ */

/* ↑↑ ヘッダーここまで ↑↑ */


/* ↓↓ メインコンテンツここから ↓↓ */

#main_content {
	width:720px;
	height:740px;/* スクロール可変 初期値：640px */
	overflow:auto;
	overflow-x:hidden;
	position:relative;
}

#main_visual {
	width:720px;
	padding:210px 0 0 0;
}

#main_visual p {
	display:none;
}

#main_content h2 {
	height:47px;
	font-size:17px;
	font-weight:bold;
	text-align:center;
	letter-spacing:30px;
	line-height:47px;
	border-top:1px solid #422c08;
	border-bottom:1px solid #666;
	background:#e8e0b2;
}

#content_bottom {
	width:720px;
	height:150px;
	border-top:1px solid #c7c78b;
	background:#efeacd;
	padding:10px 0 10px;
	clear:both;
}

#content_bottom a {
	color:#966;
}

.ftext_1 {
	text-align:center;
	letter-spacing:2px;
	margin:0 0 10px;
}

.ftext_2 {
	width:450px;
	color:#996;
	font-size:10px;
	line-height:160%;
	padding:10px 0;
	margin:0 auto 5px;
}

#content_bottom address {
	text-align:center;
	color:#996;
	font-size:10px;
	font-style:normal;
	letter-spacing:4px;
}

/* ↑↑ メインコンテンツここまで ↑↑ */


/* ↓↓ フッターここから ↓↓ */

#footer {
	width:720px;
	position:absolute;
	bottom:0;
}

* html #footer {
	bottom:-1px;
}

#fnavi {
	height:25px;
	text-align:center;
	border-top:2px solid #000;
	background:#e8e0b2;
	overflow:hidden;
	padding:2px 0 0 0;
}

#fnavi li {
	font-size:11px;
	line-height:18px;
	display:inline;
	padding:0 4px;
}

* html #fnavi li {
	xline-height:120%;
}

#fnavi li a {
	color:#99620f;
}

#seo_area {
	width:100%;
	background:#e3e3e3;
}

#seo_area p {
	width:800px;
	height:18px;
	font-size:11px;
	text-align:center;
	padding:20px 0 10px;
	margin:0 auto;
}

#seo_area p a {
	color:#422c08;
}

/* ↑↑ フッターここまで ↑↑ */



.clearfix:after {
	content:".";
	clear:both;
	height:0;
	font-size:0;
	line-height:0;
	display:block;
	visibility:hidden;
}

.clearfix {
	zoom:1;
}

ol,
ol li {
	zoom:normal;
}

