/*
Copyright (c) 2009, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
 
http://developer.yahoo.net/yui/license.txt
 
version: 3.0.0
build: 1549
*/
html{
	color:#000;background:#FFF;
}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,
pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{
	margin:0;padding:0;
}
table{
	border-collapse:collapse;border-spacing:0;
}
fieldset,img{ border:0; }
address,caption,cite,code,dfn,em,th,var{
	font-style:normal;font-weight:normal;
}
li { list-style:none; } caption,th{ text-align:left; }
h1,h2,h3,h4,h5,h6{
	font-size:100%;font-weight:normal;
}
q:before,q:after{ content:''; }
abbr,acronym{ border:0;font-variant:normal; }
sup{ vertical-align:text-top; }
sub{ vertical-align:text-bottom; }
input,textarea,select{ font-family:inherit;font-size:inherit;font-weight:inherit; }
input,textarea,select{ *font-size:100%; }
legend{ color:#000; }
a{ text-decoration:none; }

/* Clearfix */

.clearfix {
  /zoom : 1;
}

.clearfix:after {
  content:"";
  display:block;
  clear:both;
  height:0;
}

.clear {
	clear:both;
}


/* Original CSS */
html {
	height: auto !important;
	height:100%;
}
body {
	height: auto !important;
	height:100%;
	font-family:'メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック',sans-serif;
	font-size:90%;
	background:url(../images/bg.jpg) repeat top center;
	color:#fcfcfc;
	text-shadow:1px 1px 0px #1c1c1c;
}
a:link { color:#ebac00; }
a:visited { color:#ebac00; }
a:hover { color:#ffba00; text-decoration:underline; }
a:active { color:#ffba00; }

#header_s h1 {
	font:70% normal;
}
p {
	line-height:1.5em;
	margin-bottom:0.3em;
}
hr {
	border:none;
	height:2px;
	width:100%;
	background:url(../images/1c1c1c.gif) repeat-x ;
}
.btn {
	cursor:pointer;
}

.fc_f00 { color:#f00; }

.fs_90p { font-size:90%; }

.fs_120p { font-size:120%; }

.ta_r { text-align:right; }

.mr_15 {
	margin-right:15px;
}

.more {
	font-size:85%;
	text-align:right;
	margin:10px 0 15px;
}

.dis_no {
	display:none;
}

.caution {
	font-size:11px;
	color:#a00;
}

h3.title_txt {
	font-size:110%;
	color:#ebac00;
	font-weight:bold;
}

.btt {
	display:block;
	height:30px;
	line-height:30px;
	width:100%;
	vertical-align:30px;
	margin-bottom:30px;
}

.btt a {
	display:block;
	text-align:center;
}

.copy {
	display:block;
	height:30px;
	line-height:30px;
	width:100%;
	vertical-align:0;
	padding-top:15px;
	clear:both;
}

.copy a {
	display:block;
	text-align:center;
}




#wrap {
	width:950px;
	height: auto !important;
	height:100%;
	margin:0 auto -200px;
	background:url(../images/cts_bg.jpg) repeat-y top center;
}

#header {
	padding-top:191px;
	background:url(../images/head.jpg) no-repeat top center;
}

#header #sitemenu {
	height:46px;
}

#header_s {
	background:url(../images/head_bg.jpg) repeat top right;
}

#header_s #sitemenu {
	height:46px;
}

ul#mainNav > li {
	position: relative;
	float: left;
	height: 46px;
	*zoom: 1;
}

ul#mainNav > li > a {
	display: block;
	width: 100%;
	height: 100%;
}

ul.subNav {
	display:none;
	width:158px;
	position:absolute;
	top:-20px;
	padding:10px 0;
	background:url(../images/sm_bg.png) repeat-y top center;
	z-index:10;
	*zoom: 1;
}

ul.subNav li {
	padding:10px;
	font-size:90%;
	text-align:center;
}

ul.subNav li > a {
	display: block;
	padding:5px;
}


#container {
	width:950px;
	margin:0 0 15px 0;
}

#sidebar {
	width:280px;
	float:left;
}

#sidebar .sidebox {
	display:block;
	padding:15px;
	background:url(../images/side_bg.jpg) repeat-y top center;
}

#sidebar .sidebox dl dt {
	margin:5px 5px;
	border-bottom:1px dotted #fff;
}

#sidebar .sidebox dl dd {
	margin-left:1em;
	font-family:"Courier New";
	font-weight:bold;
	font-size:125%;
}

#sidebar #sidetail {
	width:280px;
	height:48px;
	background:url(../images/side_tail.jpg) no-repeat top center;
}

#sidebar2 {
	width:180px;
	float:left;
}

#sidebar2 .sidebox {
	display:block;
	padding:15px;
	background:url(../images/side2_bg.jpg) repeat-y top center;
}

#sidebar2 .sidebox dl dt {
	margin:10px 5px;
	border-bottom:1px dotted #fff;
}

#sidebar2 .sidebox dl dd {
	margin-left:1em;
}

#sidebar2 .sidebox ul.gsel li {
	font-size:90%;
}

#sidebar2 #sidetail {
	width:180px;
	height:48px;
	background:url(../images/side2_tail.jpg) no-repeat top center;
}

#contents {
	width:670px;
	float:left;
}

#contents span.inner {
	display:block;
	padding:15px;
}

#contents span.inner > div {
	margin-bottom:20px;
	padding-bottom:5px;
	border-bottom:1px dotted #777;
}

#contents span.inner > h3 {
	font:115% bold;
	letter-spacing:0.3em;
	margin-bottom:10px;
	padding:0 0 5px 5px;
	border-bottom:1px solid #ccc;
	border-left:5px solid #ccc;
}

#contents span.inner > h4 {
	font:100% bold;
	margin-bottom:10px;
	padding:0 0 5px 5px;
	border-bottom:1px solid #777;
}

#contents span.inner > p {
	margin-bottom:10px;
	padding:0 0 5px 5px;
}

#contents span.inner div ol li {
	list-style-type:decimal;
	list-style-position:outside;
	margin-left:3em;
}

#contents span.inner div ul li {
	list-style-type:circle;
	list-style-position:outside;
	margin-left:3em;
}

#contents span.inner #time_ch dl {
	margin-left:15px;
	padding:0 0 0 5px;
	border-left:2px solid #ccc;
}

#contents span.inner #time_ch dt {
	font:100%;
	padding-bottom:2px;
	border-bottom:1px dotted #777;
}

#contents span.inner #time_ch dd {
	margin:5px 0;
}

#about_tbl {
	margin:0 15px;
	border-collapse:collapse;
	width:620px;
}

#about_tbl th {
	padding:10px 20px;
	background:#5b0d10;
	border:3px solid #000;
	text-align:center;
}

#about_tbl td {
	padding:10px 20px;
	background:#350a04;
	border:3px solid #000
}

#price_tbl {
	margin:0 15px;
	border-collapse:collapse;
	width:620px;
}

#price_tbl th {
	padding:10px 20px;
	background:#555;
	border:3px solid #000;
	text-align:center;
}

#price_tbl td {
	padding:10px 20px;
	background:#333;
	border:3px solid #000
}

#contents2 {
	width:770px;
	float:left;
}

#contents2 span.inner {
	display:block;
	padding:15px;
}

.txt_day {
	display:block;
	margin-bottom:5px;
	font-family:"Courier New";
	font-size:130%;
	border-bottom:3px double #fff;
}

.txt_main {
	display:block;
}

#footer {
	height: 200px;
}

#foot_menu {
	margin:15px 0 15px 15px;
}

#foot_menu>li {
	display:inline;
	float:left;
	margin:0 0 0 15px;
	width:210px;
}

#copy {
	text-align:center;
}

ul.thumbs {}
ul.thumbs li {
	margin:0 15px 15px 0;
}
ul.thumbs li img {
	margin:-80px 0 0 -50px;
}
ul#pics {
	margin:15px;
}
ul#pics li {
	padding:7px 7px 2px 7px;
	background:#fff;
}
#loading {}　/*ロード画像用のコンテナ*/

