@charset "Shift_JIS";

/*全体構造
----------------------------------------------------------*/
* {margin:0px; padding:0px;}
html {
	overflow-y: scroll;
	}
p {line-height:160%;}
body {
	font-family:"ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", "ＭＳ Ｐゴシック", Meiryo, sans-serif;
	font-size:75%;
	line-height:160%;
	color:#ffffff;
	background:#181818;
	
	scrollbar-face-color: #8a837d;/*メイン*/
	scrollbar-highlight-color: #8a837d;/*中央寄りのライン*/
	scrollbar-shadow-color: #8a837d;/*中央寄りのライン*/
	
	scrollbar-track-color: #736a63;/*ベース*/
	scrollbar-arrow-color: #736a63;/*矢印*/
	scrollbar-3dlight-color: #736a63;/*外側のライン*/
	scrollbar-darkshadow-color: #736a63;/*外側のライン*/
}
img {
	border:none;
	vertical-align:top;
}
hr {
	clear: both;
	visibility: hidden;
}
ul,
ol {list-style-position:outside;}

/*リンク
----------------------------------------------------------*/
a{outline:none;}
a:link,
a:visited {
	color:#8f8b64;
}
a:hover {
	color:#68643c;
}
a:hover img {
	opacity:0.8;
	filter: alpha(opacity=80);
}

/*汎用
----------------------------------------------------------*/
.clear {clear:both;}
.small {font-size:90%; line-height:120%;}
.bold {font-weight:bold;}
.large {font-size:120%;}
.u-line {text-decoration:underline;}
.right {float:right;}
.left {float:left;}
.center {text-align:center;}
.t-left {text-align:left;}
.t-right {text-align:right;}
.t-top {vertical-align:top;}
.form5 {width:25px;}
.form15 {width:75px;}
.form20 {width:100px;}
.form50 {width:250px;}
.form70 {width:350px;}
.form90 {width:450px;}
.border01 {
	border:1px solid #68643c;
	padding:5px;
	background-color:#333333;
}
.border02 {
	border:1px solid #68643c;
	padding:5px;
	background-color:#ffffff;
}
.border03 {
	border:1px solid #AD9C81;
	padding:5px;
	background-color:#ffffff;
}
.midashi01 {
	border-top:1px solid #68643c;
	border-right:4px solid #68643c;
	border-bottom:1px solid #68643c;
	border-left:4px solid #68643c;
	padding:2px 10px;
}
.midashi02 {
	border-top:1px solid #9F8866;
	border-right:4px solid #9F8866;
	border-bottom:1px solid #9F8866;
	border-left:4px solid #9F8866;
	padding:2px 10px;
	background-color:#ffffff;
}

/*マージン・パディング
----------------------------------------------------------*/
.mb5 {margin-bottom:5px;}
.mb10 {margin-bottom:10px;}
.mb20 {margin-bottom:20px;}
.mb30 {margin-bottom:30px;}
.mt10 {margin-top:10px;}
.mt20 {margin-top:20px;}
.ml10 {margin-left:10px;}
.ml20 {margin-left:20px;}
.mr5 {margin-right:5px;}
.mr10 {margin-right:10px;}
.mr20 {margin-right:20px;}
.pb10 {padding-bottom:10px;}
.pb20 {padding-bottom:20px;}
.pt5 {padding-top:5px;}
.pt10 {padding-top:10px;}
.pt20 {padding-top:20px;}
.pl10 {padding-left:10px;}
.pl20 {padding-left:20px;}
.pl75 {padding-left:75px;}
.pr10 {padding-right:10px;}
.pr20 {padding-right:20px;}

/*カラー
----------------------------------------------------------*/
.red {color:#990000;}
.darkgray {color:#333333;}
.gray {color:#666666;}
.lightgray {color:#eeeeee;}
.white {color:#ffffff;}

/*ベース
----------------------------------------------------------*/
#wrapper {
	text-align:center;
	margin:0 auto;
	width:940px;
}
#content-i {
	width:920px;
	padding:0px 10px 0px 10px;
	background-color:#000000;
	text-align:left;
}
#content {
	width:760px;
	padding:0px 90px 0px 90px;
	background-color:#000000;
	text-align:left;
}
#content-m {
	width:760px;
	padding:0px 90px 0px 90px;
	background:url(../images/bg02.jpg);
	text-align:left;
}

/*ヘッダー
----------------------------------------------------------*/
#header {
	text-align:left;
	width:940px;
	height:130px;
}
#header a:hover img {
	opacity:1.0;
	filter: alpha(opacity=100);
}
h1 {
	width:940px;
	height:130px;
}

/*ナビ
----------------------------------------------------------*/
#navi {
	width:940px;
	height:42px;
	background:url(../images/navi_bg.jpg) no-repeat;
}
#navi ul {
	list-style:none;
}
#navi li{
	height:42px;
	float:left;
}
#navi a:hover img {
	opacity:1.0;
	filter: alpha(opacity=100);
}

/*01-index
----------------------------------------------------------*/
#flash {
	width:570px;
	height:250px;
	float:left;
	padding:70px 0;
}
#p01-box1 {
	width:340px;
	float:right;
}
#info {
	float:left;
}
#info-bg {
	background:url(../images/info_bg.jpg) no-repeat;
	width:540px;
	height:80px;
	padding:10px 20px 10px 10px;
}

/*02-concept
----------------------------------------------------------*/
.p02-box1 {
	width:698px;
	padding:15px 30px;
	background:url(../images/bg01.jpg);
}
.p02-box1 .title{
	margin-bottom:15px;
	background-color:#68643c;
	border-left:8px solid #ffffff;
	padding:2px 10px;
}
.p02-box2 {
	width:698px;
	padding:15px 30px;
	background-color:#181818;
	border:1px solid #68643c;
}
.p02-box2 .title{
	margin-bottom:15px;
	background-color:#68643c;
	border-left:8px solid #ffffff;
	padding:2px 10px;
}

/*03-room
----------------------------------------------------------*/
.p03-box1 {
	width:700px;
	padding:15px 30px;
	background-color:#181818;
}
.p03-box1-1{
	width:468px;
	float:right;
}
.p03-box1 .title{
	margin-bottom:15px;
	background-color:#68643c;
	border-left:8px solid #ffffff;
	padding:2px 10px;
	width:440px;
}

/*04-course
----------------------------------------------------------*/
.p04-box1 {
	width:700px;
	padding:15px 30px;
	background-color:#181818;
}
.p04-box1-1{
	width:468px;
	float:right;
}
.p04-box1 .title{
	margin-bottom:15px;
	background-color:#68643c;
	border-left:8px solid #ffffff;
	padding:2px 10px;
	width:440px;
}

/*05-course-detail
----------------------------------------------------------*/
.p05-box1 {
	width:700px;
	padding:15px 30px;
	background-color:#181818;
}
.p05-text {
	width:468px;
}
.p05-title {
	margin-bottom:15px;
	background-color:#68643c;
	border-left:8px solid #ffffff;
	padding:2px 10px;
	width:672px;
}
.p05-box1-1 {
	padding-top:20px;
}

/*06-food
----------------------------------------------------------*/
.p06-box1 {
	width:700px;
	padding:15px 30px;
	background-color:#181818;
}
.p06-text {
	width:468px;
}
.p06-box1 .title {
	margin-bottom:15px;
	border:1px solid #68643c;
	padding:2px 10px;
	width:446px;
	text-align:center;
}

/*07-memorial
----------------------------------------------------------*/
.p07-box1 {
	width:698px;
	padding:30px 30px 15px 30px;
	background:url(../images/bg03.jpg) no-repeat top left #c2b5a0;
	border:2px solid #b2a082;
	color:#000000;
}
.p07-text {
	width:442px;
	border:1px solid #ffffff;
	padding:10px;
	background:url(../images/bg04.jpg);
}
.p07-title {
	margin-bottom:15px;
	border-bottom:1px solid #ffffff;
	color:#544734;
	padding:2px 10px;
	width:678px;
}

/*09-hanezu
----------------------------------------------------------*/
#p09-table1 {
	width:390px;
	margin-right:20px;
	float:left;
	border-collapse:collapse;
}
#p09-table1 th {
	width:27%;
	background:url(../images/bg01.jpg);
	border-bottom:1px solid #333333;
	padding:4px 0 4px 5px;
}
#p09-table1 td {
	width:73%;
	border-bottom:1px dashed #333333;
	padding:4px 0 4px 10px;
}
#p09-table1 tr {
	vertical-align:top;
}
#p09-box1 {
	width:290px;
	float:left;
}
#p09-box2 {
	width:277px;
	float:left;
	padding:15px 7px;
	background-color:#181818;
	border:1px solid #333333;
}
#p09-table2 {
	width:758px;
	border-collapse:collapse;
	border:1px solid #666666;
}
#p09-table2 th,
#p09-table2 td {
	border:1px solid #666666;
	padding:5px 15px;
}
#p09-table2 th{
	width:30%;
	background-color:#333333;
}
#p09-table2 td{
	width:70%;
}

/*10-reservation
----------------------------------------------------------*/
#p10-table1 {
	width:758px;
	border:1px solid #333333;
	border-collapse:collapse;
}
#p10-table1 th,
#p10-table1 td {
	border:1px solid #333333;
	padding:10px 10px;
}
#p10-table1 th {
	background:url(../images/bg01.jpg);
}

/*11-topics
----------------------------------------------------------*/
.p11-box1 {
	width:760px;
	text-align:center;
	margin-bottom:20px;
}
.p11-box1 iframe {
	border:2px solid #68643c;
}

/*フッター
----------------------------------------------------------*/
#footer-link-m {
	width:665px;
	height:29px;
	padding:20px 10px 0 265px;
	background:url(../images/bg02.jpg);
}
#footer-link {
	width:665px;
	height:29px;
	padding:20px 10px 0 265px;
	background-color:#000000;
}
#footer-link ul{
	list-style:none;
}
#footer-link li{
	float:left;
}
#footer-link-m {
	width:665px;
	height:29px;
	padding:20px 10px 0 265px;
	background:url(../images/bg02.jpg);
}
#footer-link-m ul{
	list-style:none;
}
#footer-link-m li{
	float:left;
}
#footer {
	background:url(../images/footer_bg.jpg) repeat-x;
	margin:0 auto;
	text-align:center;
	height:100px;
}
#footer-link a:hover img {
	opacity:1.0;
	filter: alpha(opacity=100);
}