﻿@charset "utf-8";

/*ブラウザスタイルの初期化*/

body,div,h1,h2,h3,h4,h5,h6,
p,blockquote,pre,address,
ul,ol,li,dl,dt,dd,
table,th,td,
form,fieldset,legend {
	margin: 0;
	padding: 0;
	font-family: Verdana,Arial,"ヒラギノ角ゴ Pro W3",Osaka,"ＭＳ Ｐゴシック",san-serif;
}

/*font-size初期化*/

body {
	font-size: 10px;
	_font-size:62.5%;/*IE6*/
	line-height:1.6;
}

/*border初期化*/
/*margin　paddingプロパティ追加*/

img,object {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align:bottom;
}

/*table設定*/

table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*テキスト設定*/

p {
	text-align: justify;
	text-justify: distribute;
}

/*clearfix*/
/*height0.1px font-size0.1em追加*/

.clearfix:after, div:after {
    content: "."; 
    display: block; 
	height: 0.1px;  
	font-size: 0.1em;  
    clear: both; 
    visibility: hidden;
}
.clearfix {
	display: inline-block;
}/*IE7用*/

.clear {
	clear:both;
}
/* Hides from IE-mac \*/
* html .clearfix { height:1%;}
.clearfix { display:block;}
/* End hide from IE-mac */

body {
	color: #666;
	background:url(../image/body-bg.jpg) left top;
}

ul,
li,
ol {
	list-style:none;
}

a {
	text-decoration:underline;
	cursor: pointer;
} 

a:link {
	color: #0000FF;
}

a:visited {
	color: #0000FF;
}

a:hover {
	color: #666666;
}

a:active {
	color: #0000FF;
}
/*		share
-----------------------------------------------------------------*/
.RGHT {
	text-align:right;
}
.floatL {
	float:left;
}
.floatR {
	float:right;
}
p.txt {
	padding-left:10px;
}
p.top {
	text-align:right;
	clear:both;
}
p.top a {
	color:#5134E1;
	padding:0 0 0px 20px;
	text-decoration:underline;
	line-height:2;
}
p.top a:hover {
	color:#5134E1;
}
h2 {
	padding:10px 0 0 30px;
	float:left;
}
h3 {
	margin:0 0 10px 0;
}
h4 {
	margin:20px 0;
	clear:both;
}

/*		全体構造
-----------------------------------------------------------------*/
div#container {
	font-size:1.2em;
	background:url(../image/cont-bg.jpg) repeat-x left top;
}
div#header {
	margin:0 auto;
	width:805px;
	background:url(../image/header-bg.jpg) no-repeat;
	height:420px;
}
div#gnavi {
	margin:0 auto;
	clear:both;
	width:759px;
	padding:0 23px;
	height:35px;
}
div#main {
	width:739px;
	margin:0 auto;
	clear:both;
	background:url(../image/bg-y.jpg) repeat-y;
	padding:15px 33px;
}
div#content {
	width:739px;
	margin:0 auto;
	clear:both;
	background:url(../image/other-y.jpg) repeat-y;
	padding:15px 33px;
}
div#side {
	width:286px;
	float:right;
	padding-top:2px;
}
div#index {
	width:420px;
	float:left;
}
div#footer {
	background:url(../image/foot-bg-x.jpg) repeat-x left top;
	clear:both;
}
div#footer-in {
	background:url(../image/foot-bg.jpg) no-repeat center top;
	height:82px;
	width:759px;
	margin:0 auto;
	padding:20px 23px 0 23px;
	line-height:1.2;
}

/*		ヘッダー
-----------------------------------------------------------------*/
div#header div.blog {
	float:right;
	padding:0 32px 0 0;
	width:400px;
}
div#header div.blog p {
	color:#FF6600;
	padding:8px 0 5px;
	text-align:right;
}
div#header div.blog img {
	float:right;
}
div#header iframe {
	width:740px;
	height:290px;
	clear:both;
	margin:39px 0 0 33px;
}
/*		グローバルナビ
-----------------------------------------------------------------*/
div.gTop {
	background:url(../image/nav-top.jpg) no-repeat;
}
div.gTennai {
	background:url(../image/nav-tennai.jpg) no-repeat;
}
div.gTenpo {
	background:url(../image/nav-tenpo.jpg) no-repeat;
}
div.gStaff {
	background:url(../image/nav-staff.jpg) no-repeat;
}
div.gSide {
	background:url(../image/nav.jpg) no-repeat;
}
div.gCam {
	background:url(../image/nav-cam.jpg) no-repeat;
}
div.gPrice {
	background:url(../image/nav-price.jpg) no-repeat;
}
div.gGall {
	background:url(../image/nav-gallery.jpg) no-repeat;
}
div#gnavi ul li {
	float:left;
}
div#gnavi ul li a {
	display:block;
	width:108px;
	height:27px;
	text-decoration:none;
	padding:8px 0 0 ;
	text-align:center;
	color:#333;
}
div#gnavi ul li a:hover {
	color:#666;
	background:url(../image/gnavi-stay.jpg);
}
div#gnavi ul li.small a {
	font-size:.9em;
	_font-size:.8em;
	width:109px;
}
*:first-child + html div#gnavi ul li.small a {
	font-size:.8em;
}
div#gnavi ul li.stay a {
	color:#666;
}
/*		サイド
-----------------------------------------------------------------*/
div#side ul {
	background:url(../image/menu-tit.jpg) no-repeat center top;
	padding:24px 0 0 0 ;
}
div#side ul li {
	padding:9px 0 0 11px;
}
div#side ul li a {
	display:block;
	height:70px;
	width:262px;
	color:#999;
	text-decoration:none;
	font-size:.9em;
	_font-size:.8em;
	line-height:1.2;
}
div#side ul li a:hover {
	opacity : 0.65;
	filter: alpha(opacity=85);
}
*:first-child + html div#side ul li a {
	font-size:.8em;
}
div#side ul li.bnr01 a {
	background:url(../image/bnr01.jpg) no-repeat;
}
div#side ul li.bnr02 a {
	background:url(../image/bnr02.jpg) no-repeat;
}
div#side ul li.bnr03 a {
	background:url(../image/bnr03.jpg) no-repeat;
}
div#side ul li.bnr04 a {
	background:url(../image/bnr04.jpg) no-repeat;
}
div#side ul li.bnr05 a {
	background:url(../image/bnr05.jpg) no-repeat;
}
div#side ul li.bnr06 a {
	background:url(../image/bnr06.jpg) no-repeat;
}
div#side ul li a span {
	padding:29px 0 0 109px;
	width:143px;
	display:block;
}

/*		フッター
-----------------------------------------------------------------*/
div#footer-in img {
	float:left;
	padding:10px 10px 0 10px;
}
div#footer-in dl {
	float:right;
	width:300px;
	height:60px;
	text-align:right;
	padding:2px 2px 0 0;
}
div#footer-in dl dt {
	color:#FF9900;
	font-weight:bold;
	padding-bottom:2px;
}
div#footer-in dl dd {
	line-height:1.1;
}
div#footer-in dl dd a {
	color:#FF6600;
	text-decoration:none;
}
div#footer-in dl dd a:hover {
	color:#FF9933;
}
div#footer-in address {
	font-style:normal;
	font-size:.9em;
	_font-size:.8em;
	line-height:1.5;
}
*:first-child + html div#footer-in address {
	font-size:.8em;
}

/*		インデックス
-----------------------------------------------------------------*/
div#index div.index {
	background:url(../image/index-bg.jpg) left top;
	padding:8px;
}
div#index div.index p {
	text-indent:1em;
}
div#index p.hp {
	margin:10px 0;
}
div#index div.info {
	background:url(../image/info-bg.jpg) no-repeat right top;
	padding:0 0 15px 8px;
}
div#index div.info dl dt {
	color:#999;
	padding-bottom:15px;
}
div#index div.info dl dd {
	line-height:1.5;
}
div#index div.info dl dd span {
	font-size:.9em;
	_font-size:.8em;
}
*:first-child + html div#index div.info dl dd span {
	font-size:.8em;
}
div#index div.info dl dd a {
	font-size:.9em;
	_font-size:.8em;
	color:#FF6600;
	text-decoration:none;
}
div#index div.info dl dd a:hover {
	color:#FF9933;
}

*:first-child + html div#index div.info dl dd a {
	font-size:.8em;
}
/*		店内
-----------------------------------------------------------------*/
div#content div.tennai {
	padding:20px 0 40px 100px;
}
div#content div.tennai img {
	margin-bottom:20px;
}
/*		店舗情報
-----------------------------------------------------------------*/
div#content div.tenpo {
	background:url(../image/tenpo-bg.jpg) no-repeat;
	width:720px;
	height:320px;
	margin:20px 0 50px 10px;
}
div#content div.tenpo dl {
	width:302px;
	padding:95px 0 0 20px;
}
div#content div.tenpo dl dt {
	color:#FF6600;
	border-bottom:1px solid #B4DF76;
	padding:0 0 2px 0;
}
div#content div.tenpo dl dd {
	color:#333;
	line-height:1.4;
}
div#content div.tenpo dl dd a {
	color:#FF6600;
	text-decoration:none;
}
div#content div.tenpo dl dd a:hover {
	color:#FF9933;
}
div#content div.tenpo dl dd ul {
	padding:10px 0 0 0;
}
/*		スタッフ紹介
-----------------------------------------------------------------*/
div#content div.staff img {
	margin:5px 0 10px 10px;
}
/*		サイドメニューコンテンツ
-----------------------------------------------------------------*/
div#content div.sidemenu img {
	border:1px solid #D4D4D4;
	margin:20px 0 20px 100px;
}
div#content div.sidemenu div.txt {
	padding:0 0 0 10px;
}
/*		キャンペーン
-----------------------------------------------------------------*/
div#content div.cam {
	margin:10px 0 0 10px ;
	padding:10px;
	width:700px;
	border:1px solid #CCC;
}
div#content div.cam img {
	float:left;
	margin-right:15px;
}
div#content div.cam dl {
	float:left;
}
div#content div.cam dl dt {
	color:#FF6600;
	font-weight:bold;
	font-size:1.4em;
	padding-bottom:5px;
}
div#content div.cam dl dd span {
	color:#FF6600;
	font-weight:bold;
	display:block;
	padding-bottom:2px;
}
/*		料金表
-----------------------------------------------------------------*/
div#content div.priceList {
	width:140px;
	float:left;
	padding:6px 10px;
	margin:0 0 0 10px;
	_margin:0 0 0 5px;
	background-color:#F4F4F4;
}
*:first-child + html div#content div.priceList {
	margin:0 0 0 5px;
}

div#content div.priceList ul li a {
	color:#999;
	text-decoration:none;
}
div#content div.priceList ul li a:hover {
	color:#FF6600;
}
div#content div.priceArea {
	width:550px;
	float:right;
	padding:0 10px 0 0;
}
div#content div.priceArea div.aHead {
	background:url(../image/area-head.jpg) no-repeat center bottom;
	height:7px;
	width:550px;
}
div#content div.priceArea div.aCen {
	background:url(../image/area-center.jpg) repeat-y;
}
div#content div.priceArea div.aCen img {
	margin:5px 10px 10px 10px;
	float:left;
}
div#content div.priceArea div.aCen dl {
	float:left;
	width:272px;
}
div#content div.priceArea div.aCen dl dt {
	color:#FF6600;
	font-size:1.2em;
	border-bottom:1px solid #85ED99;
}
div#content div.priceArea div.aCen dl dd {
	font-size:.9em;
	_font-size:.8em;
	padding:8px 0 10px 8px;
}
*:first-child + html div#content div.priceArea div.aCen dl dd {
	font-size:.8em;
}
div#content div.priceArea div.aBt {
	background:url(../image/area-bottom.jpg) no-repeat;
	height:7px;
	margin-bottom:10px;
}
/*		ギャラリー
-----------------------------------------------------------------*/
div#content div.gaList {
	width:140px;
	float:left;
	padding:0 0 0 10px;
}
div#content div.gaList li {
	padding-bottom:5px;
}
div#content div.gaList a {
	display:block;
	height:30px;
	width:125px;
	background:url(../image/gali.jpg) no-repeat;
	color:#666;
	text-decoration:none;
	padding:5px 0 0 30px;
}
div#content div.gaList a:hover {
	background:url(../image/ga-a.jpg) no-repeat;
}
div#content div.gaList li.fi a {
	background:url(../image/ga-a.jpg) no-repeat;
}
div#content div.gaArea {
	width:550px;
	float:right;
	padding:0 10px 0 0;
}
div#content div.gaArea img {
	border:1px solid #CCC;
}
div#content div.gaArea p {
	color:#FF6600;
	font-size:1.2em;
	display:block;
	clear:both;
	padding:0 0 4px 10px;
}

div#content div.gaArea div.gaMT {
	float:left;
	width:88px;
	height:88px;
	margin:0 10px 10px 10px;
	text-align:center;
	vertical-align:middle;
}
