@charset "utf-8";
/*
Theme Name: Gold Eight
Theme URI: http://www.goldeight.com
Description: Gold Eight
Version: 2.1
Author: balloooon
Author URI: http://www.balloooon.jp
*/

*{margin:0;padding:0;}

body{
font: 13px/1.4 "メイリオ","Meiryo",arial,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
color:#000000;
background: #ffffff url(images/bg_top.png) repeat-x top;
}

body#toppage {
background: #ffffff url(images/bg_top.png) repeat-x top;
}

a{color:#292929;text-decoration:none;}
a:hover{color:#f10000;}
a:active, a:focus {outline: 0;}
img{border:0;}
.clear{clear:both;}
.mgn{
	margin: 10px;
	clear:both;
}

.txtcent {
	text-align: center;
}

.bread {
margin: 0 0 10px 0;
font-size: 10px;
}

ul {list-style-type: none;}

/*************
全体
*************/
#wrapper{
margin: 0 auto;
padding: 0;
width: 960px;
}

/*************
/* ヘッダー
*************/
#header{
width: 100%;
height: 90px;
border-bottom: 1px solid #cccccc;
}

#header .inner {
width: 960px;
padding: 0;
margin: 0 auto 0 auto;
}

#header .inner h1 {
padding: 0;
margin: 0 0 10px 0;
font-size: 8px;
font-weight: normal;
color:#000000;
}

#header .rbtn {
	padding: 0;
	margin: 15px 0 0 20px;
	float:right;
}


/*************
/* トップナビゲーション
*************/
ul#topnav{
margin: 0;
width: 960px;
height: 160px;
background:url(images/topnav.png) no-repeat 0 0;
}

ul#topnav li{float:left;list-style:none;width:160px;}

ul#topnav a{
text-indent: -9999px;
text-decoration: none;
display: block;
width: 160px;
height: 160px;
background:url(images/topnav.png) no-repeat;
}

ul#topnav a#home{background-position:0 0;}
ul#topnav a#about{background-position:-160px 0;}
ul#topnav a#menu{background-position:-320px 0;}
ul#topnav a#faq{background-position:-480px 0;}
ul#topnav a#map{background-position:-640px 0;}
ul#topnav a#blog{background-position:-800px 0;}

ul#topnav a#home:hover, ul#topnav li.active a#home{background-position:0 -160px;}
ul#topnav a#about:hover, ul#topnav li.active a#about{background-position:-160px -160px;}
ul#topnav a#menu:hover, ul#topnav li.active a#menu{background-position:-320px -160px;}
ul#topnav a#faq:hover, ul#topnav li.active a#faq{background-position:-480px -160px;}
ul#topnav a#map:hover, ul#topnav li.active a#map{background-position:-640px -160px;}
ul#topnav a#blog:hover, ul#topnav li.active a#blog{background-position:-800px -160px;}


li.active a#home{background-position:0 -42px;}
li.active a#guide{background-position:-213px -42px;}
li.active a#faq{background-position:-429px -42px;}
li.active a#mp{background-position:-573px -42px;}


/*************
メイン（右側）コンテンツ
*************/
#main {
float: right;
width: 680px;
padding: 15px 0 0 0;
margin: 0;
display: inline;
border-left: 1px solid #cccccc;
}

#main h2{
	margin: 15px 0 0 0;
	padding: 0 0 0 10px;
	line-height: 40px;
	font-size: 16px;
	font-weight: normal;
	color: #ffffff;
	background-color: #292929
}

#main h3 {
	font-size: 16px;
	font-weight: bold;
	line-height: 24px;
	padding: 0;
	margin: 20px 0 0 10px;
	letter-spacing: 0.2em;
}

#main p {
	padding: 10px 0 0 0;
	line-height: 18px;
}

img.aligncenter {
    display: block;
    margin: 0 auto 0 auto;
}

img.alignright {
    padding: 10px 0 7px 7px;
    margin: 0;
    display: inline;
}
img.alignleft {
    padding: 15px 10px 0 0;
    margin: 0;
    display: inline;
}

.alignright {
    float: right;
}

.alignleft {
    float: left;
}

#main ul {
	margin: 20px 0 0 0;
}

#main li {
	margin: 10px 0 0 0;
	padding: 7px 0px 7px 35px;
	border-bottom: 1px dashed #393939;
}


/* フッター共通 */
.box{
float: left;
width: 195px;
margin: 20px 16px 10px 0;
line-height: 1.8;
}

.box_img{
padding: 0px 0px 10px 0px;
}

.last{margin-right:0;}


/* ボタン */
p.button{
text-align: center;
padding: 10px 0;
}

p.button a{
display:block;
line-height: 32px;
background: #ffffff url(images/button.png) no-repeat;
margin: 0 -20px;
}

p.button a{color:#505050;}
p.button a:hover{color:#ffffff;}

p.button a:hover{
cursor:pointer;
background-position: 0 -32px;
}

/* メインとフッターのリスト位置調節 */
#main ul, #footer ul{margin-left: 20px;}
#main li, #footer li{margin-bottom: 3px;}


/*************
サイド（左側）コンテンツ
*************/
#sidebar {
	float: left;
	width: 265px;
	padding: 15px 0;
}

#sidebar p{margin-bottom: 20px;}

#sidebar h3 {
	margin-top: 5px;
	padding: 0 10px 0 40px;
	line-height: 40px;
	font-size: 18px;
	font-weight: normal;
	color: #eeeeee;
	background:url(images/heading.png) no-repeat 0 0;
	border-bottom: 2px solid #a0cfef;
}

#sidebar ul{
margin-left: 5px;
padding: 0;
}

#sidebar li{
margin: 0 10px 5px 5px;
padding:15px 0 15px 0;
list-style: none;
border-bottom: 1px solid #cccccc;
}

#sidebar li a{
	background: url(images/list.png) no-repeat 0 50%;
	display: block;
	padding-left:25px;
}

#sidebar li a:hover{background-position: 3px 50%;}




#search-2 {
margin: 0 0 25px 10px;
}


/*************
/* フッター
*************/

address{
padding: 10px 0 10px 0;
text-align: center;
font-style:normal;
font-size: 10px;
clear:both;
display:block;
letter-spacing: 0.3em;
border-top: 1px solid #cccccc;
}


/*************
/* アーカイブ
*************/
.archive {
	width: 210px;
	height: 300px;
	margin: 10px 6px 15px 7px;
	float: left;
	border: 1px solid #777777;
}

.archive h4 {
	font-size: 12px;
	width: 195px;
	height: 63px;
	margin: 7px 0 0 10px;
	line-height: 16px;
	padding: 0;
	letter-spacing: normal;
}

.archive img {
	width: 200px;
	height: 200px;
	margin: 5px 0 0 5px;
}

.archive .prc {
	float: right;
	margin: 3px 7px 0 0;
	color: #F10000;
}


/*************
/* お問い合わせ
*************/
.thks {
	margin: 30px 0 0 0;
}


/*************
/* ご予約フォーム
*************/
.reserve table {
	width: 660px;
	margin: 20px 0 20px 10px;
	border-collapse: collapse;
}

.reserve th.t_top {
	border-top: #777777 1px dotted;
}

.reserve td.t_top {
	border-top: #777777 1px dotted;
}

.reserve th {
	border-bottom: 1px dotted #777777;
	padding: 15px;
	font-weight: normal;
	background: #eeeeee;
}

.reserve td {
	border-bottom: 1px dotted #777777;
	text-align: left;
	padding: 10px;
}











/*************
/* 店舗一覧ページ
*************/

#store .tempo {
	padding: 0 0 0 10px;
	margin: 0 0 30px 0;
	border-bottom: 1px solid #cccccc;
}

#store .tempo .rightbox {
	width:310px;
	float: right;
	margin: 0;
	clear:right;
	padding: 0 0 15px 10px;
}

#store .tempo.leftbox {
	width:350px;
	float: left;
	margin: 0;
	padding: 0 0 15px 10px;
}


/*************
/* 会社概要
*************/
.con_box {
	margin: 0 0 0 20px;
}

dl {
	width: 640px;
	margin: 0 0 0 0;
	padding: 15px 0 15px 0;
}

dt {
	width: 130px;
	margin: 0 0 0 0;
	padding: 10px 0 10px 10px;
	float:left;
}

dd {
	margin:0;
	padding: 10px 0 10px 0;
	border-bottom: 1px solid #cccccc;
}

dd .kaigyo {
	width: 430px;
	margin: 0 0 0 140px;
}

/*************
/* メディアページ
*************/
.media_box {
	margin: 0 0 20px 0;
}


/*************
/* 採用情報ページ
*************/

#rec .fld {
	padding: 0 0 0 10px;
	margin: 0 0 30px 0;
	border-bottom: 1px solid #cccccc;
}