@charset "shift_jis";

/* Table of Contents
--------------------------
	Reset
	Base
	Style
	Text
	Layout
	Clearfix Settings
	Navigation
-------------------------- */


/* Reset
-----------------------------------------------	*/
h1,h2,h3,h4,h5,h6,div,p,ol,ul,li,dl,dt,dd,address,table,td,th,form,input{
	margin: 0;
	padding: 0;
	font-size: 100%;
	font-weight: normal;
}

html, body {
	margin: 0;
	padding: 0;
	font-size: 100%;
	line-height: 1.0em;
}

html {
	overflow-y: scroll;
}

img{ border: none;}
em{ font-style: normal; font-weight: normal;}
ol, ul{ list-style-type: none;}


/* Base
-----------------------------------------------	*/
html, body {
	color: #663300;
	background:#FFFFFF url(../img/body.jpg) repeat-x 0px 0px;
	height: 100%;
	width: 100%;
	font: 87%/1.5em "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", verdana, arial, sans-serif;
	}

a:link, a:visited{
	color: #993300;
	text-decoration: none;
	}
a:hover, a:active{
	color: #CCCC00;
	text-decoration: underline;
	}
h1 {
	text-align: center;
	color: #FFFFFF;
	height: 20px;
	line-height: 20px;
	background: url(../img/h1back.jpg) no-repeat center;
	}
h2 {
	line-height: 16px;
	text-align: left;
	}
strong{
	border: none;
	color: #CC0000;
}


/* Style
-------------------------------------- */
.border {
	border: 1px solid #CC6633;
	}
.borderdot {
	border: 1px dotted #CE8639;
	}

.m5 {	margin: 5px;}
.m10 {	margin: 10px;}
.mt5 {	margin: 5px 0px 0px 0px;}
.mt10 {	margin: 10px 0px 0px 0px;}


/* Text
-------------------------------------- */
.small,.small01,.small02,.smallB,.small01B,.small02B
	{ font-size: 83%;}
.medium,.medium01,.medium02,.mediumB,.medium01B,.medium02B
	{ font-size: 124%;}
.large,.txtBL,.color01BL,.color02BL
	{ font-size: 141%;}

.txtB,.txtBL,.color01B,.color01BL,.color02B,.color02BL,.smallB,.small01B,.small02B,.mediumB,.medium01B,.medium02B
	{ font-weight: bold; line-height: 1.4em;} 

.color01,.color01B,.color01BL,.small01,.small01B,.medium01,.medium01B
	{  color: #991111;}
.color02,.color02B,.color02BL,.small02,.small02B,.medium02,.medium02B
	{  color: #ee9922;}


/* Layout 
-------------------------------------- */
div#container {
	margin: 0px auto;
	width: 840px;
	height: auto;
	}
	div#container_inner {
	width: auto;
	height: auto;
	margin: 0px auto;
	}
	div#container_inner.index {
	background: url(../img/top_headerback.jpg) no-repeat center top;
	height: auto;
	width: auto;
	}

div#header {
	margin: 0px auto;
	width: 100%;
	height: 60px;
	}
div#logo {
	width: 300px;
	height: 100px;
	background: url(../hp/img/logo.gif);
	float: right;
	}
	div#logo a {
	display: block;
	}
div#indexfla {
	margin: 0px auto;
	width: 100%;
	height: 275px;
	}
div#title {
	margin: 0px auto;
	width: 100%;
	height: 225px;
	background: url(../img/title_back.jpg);
	}

div#main {
	margin: 0px auto 20px;
	padding: 0px 19px;
	width: 760px;
	height: auto;
	border-right: 1px solid #996633;
	border-bottom: 1px solid #996633;
	border-left: 1px solid #996633;
	background: #FFFFFF;
	}
div#main_w {
	margin: 0px auto 20px;
	padding: 0px;
	height: auto;
	width: 798px;
	clear: both;
	border-right: 1px solid #996633;
	border-bottom: 1px solid #996633;
	border-left: 1px solid #996633;
	background: #FFFFFF;
	}
	div#main_winner {
	padding: 0px 19px;
	}

div#frame01 {
	width: auto;
	height: auto;
	float: left;
	display: inline;
	}
div#frame02 {
	width: auto;
	height: auto;
	float: left;
	display: inline;
	}

div#footer {
	margin: 0px auto;
	width: 840px;
	height: 175px;
	background: url(../img/footerback.jpg) no-repeat center bottom;
	clear: both;
	}
	div#footer img {
	margin: 5px 3px 3px;
	padding: 0px;
	float: left;
	}
	div#footer .add {
	margin: 16px 5px 5px;
	text-align: center;
	width: auto;
	color: #FFFFFF;
	}
	div#footer .copygiht {
	margin: 16px 5px 5px;
	text-align: center;
	width: auto;
	}
div#footernavi {
	margin: 3px 0px 5px;
	padding: 0px;
	text-align: center;
	height: 18px;
	width: auto;
	font-size: 12px;
	line-height: 16px;
	font-weight: normal;
	}
	div#footer a {
	color: #FF6600;
	}
#seo {
	text-align: center;
	margin: 40px 0px 0px;
	width: auto;
	color: #000000;
}

div#pagetop {
	margin: 0px;
	padding: 0px 10px;
	float: right;
	height: 15px;
	width: 100px;
	font-size: 10px;
	}

.lfloat {float: left;}
.rfloat {float: right;}
.lfloatm5 {float: left;margin: 0px 5px;}
.rfloatm5 {float: right;margin: 0px 5px;}
.alignleft {text-align:left;}
.alignleft img {padding: 4px;}
.alignright {text-align: right;}
.alignright img {padding: 4px;}

.clear {clear: both;}


/* Clearfix Settings
-----------------------------------------------	*/
.clearfix:after{ content:"."; height:0px; clear:both; display: block; visibility:hidden; }
/* IE7 and MacIE5 \*/
.clearfix { display:inline-block; }
/* WinIE5x \*/
* html .clearfix { height: 1%; }
.clearfix { display:block; }
/* */


/* Navigation 
-------------------------------------- */
div#naviframe {
	margin: 0px;
	height: 115px;
	width: 840px;
	padding: 0px;
	}
div#navi {
	margin: 0px;
	height: 70px;
	width: 660px;
	background: url(../img/naviback.jpg) no-repeat;
	padding: 45px 0px 0px 50px;
	display: inline;
	float: left;
	}
	div#navi li {
	height: 70px;
	float: left;
	display: list-item;
	text-indent: 0px;
	width: 110px;
	}
	div#navi a {
	height: 70px;
	display: block;
	}
	div#navi li a:hover,
	div#navi li a:active,
	div#navi li a:focus {
	background: transparent;
	}
	div#navi li a:hover img,
	div#navi li a:active img,
	div#navi li a:focus img {
	visibility: hidden;
	}

#navi_umi {
	width: 130px;
	height: 115px;
	display: inline;
	}
	#navi_umi a {
	float: left;
	width: 130px;
	height: 115px;
	display: block;
	text-indent: -9999px;
	}




/* index 
-------------------------------------- */
div#frame01.index {
	margin: 10px 10px 10px 0px;
	}
div#news {
	margin: 0px 0px 10px;
	padding: 55px 65px 10px 80px;
	height: 165px;
	width: 204px;
	background: url(../img/top_news.jpg) no-repeat center top;
	border-bottom: 1px solid #996633;
	line-height: 1.8em;
	}
	div#news a {
	color: #663300;
	text-decoration: underline;
	}

div#frame02.index {
	margin: 10px 0px 10px 0px;
	}
div#topbanner {
	height: auto;
	width: 400px;
	}
	div#topbanner li {
	height: 130px;
	float: left;
	display: inline;
	text-indent: 0px;
	margin: 10px 0px 0px;
	width: auto;
	}

/* schedule 
-------------------------------------- */
div#schedule {
	margin: 0px auto;
	padding: 0px;
	height: auto;
	width: 760px;
	}
div#timetable {
	background: url(../img/schedule_back.gif) repeat-y left top;
	height: auto;
	width: 760px;
	margin: 0px 0px 10px;
	}
	#timetable .txtarea {
	height: auto;
	margin: 10px 5px 5px 215px;
	padding: 0px;
	}


/* party 
-------------------------------------- */
#partycourse {
	background: url(../img/party_txt.gif) no-repeat;
	height: 105px;
	width: 400px;
	float: right;
	padding: 45px 50px 30px 30px;
}


/* shop
-------------------------------------- */
#shop {
	border-bottom: 2px solid #88aa11;
	margin: 20px 0px;
	width: 360px;
	padding: 20px;
	border-top: 2px solid #88aa11;
	line-height: 2.5em;
	}
#shop p {
	border-bottom: 1px dotted #88AA11;
	width: 360px;
	}


/* menu
-------------------------------------- */
.menu_caption {
	border-bottom: 2px solid #88aa11;
	margin: 0px 0px;
	}
div#frame01.menu {
	margin: 10px 20px 10px 0px;
	height: auto;
	width: 370px;
	}
div#frame02.menu {
	margin: 10px 0px;
	height: auto;
	width: 370px;
	display: inline;
	}
dl {
	width: 370px;
	height: auto;
	margin: 20px 0px 15px;
	clear: both;
	}
dt {
	font-weight: bold;
	text-align: left;
	border-bottom: 2px dotted #99bb22;
	padding-left: 3px;
	line-height: 1.5em;
	margin: 0px 0px 5px 5px;
	}
dd.name {
	border-bottom: 1px dotted #d2d4e1;
	padding: 0px 0px 0px 3px;
	margin: 0px 0px 0px 14px;
	}
dd.price {
	text-align: right;
	float: right;
	}
dd.cap {
	text-align: left;
	vertical-align: top;
	padding: 0px;
	margin: 3px 0px 3px 14px;
	}
dd.photo {
	float: right;
	}
