@charset "utf-8";


/* style reset & defaul setting
----------------------------------------------------------- */
@import url("default.css");
@import url("common.css");


/* header style
----------------------------------------------------------- */

#header{
	width:690px;
	height:60px;
	margin:0px auto;
	position:relative;
}
#header h1{
	width:325px;
	height:55px;
	background:url(../img/logo_usui.jpg) no-repeat;
	display: block;
	position:absolute;
	top:5px;
	left:5px;
	z-index:0;
	text-indent: -9999px;
}


/* 鉄道文化むら setting */
body#tetsu #header{	height:60px;}
body#tetsu #header h1{
	width:420px;
	height:55px;
	background:url(../img/logo_bunkamura.png) no-repeat;
	top:5px;
	left:-15px;
}

/* 峠の湯 setting */
body#yu #header{	height:70px;}
body#yu #header h1{
	width:290px;
	height:80px;
	background:url(../img/logo_tougenoyu.png) no-repeat;
	top:0px;
	left:0px;
}

/* くつろぎの郷 setting */
body#sato #header{	height:70px;}
body#sato #header h1{
	width:300px;
	height:80px;
	background:url(../img/logo_kutsurogi.png) no-repeat;
	top:0px;
	left:0px;
}


#header #veriSign{
	width:100px;
	height:72px;
	position:absolute;
	right:10px;
	z-index:1;
	top: -2px;
}
#header #zaidan{
	position:absolute;
	right:10px;
	top:10px;
	z-index:1;
}




/* contents style
----------------------------------------------------------- */

#contents{
	width:690px;
	margin: 5px auto 0px;
	padding-bottom:25px;
	background:url(../img/backgroundBody.png) repeat-y;
}

#contents h2{
	background:url(../img/h2_usui.jpg) no-repeat;
	width:690px;
	color:#FFF;
	font-size:153.9%;
	line-height:56px;
	font-weight:bold;
	padding-left:1.5em;
}
body#tetsu #contents h2{	background:url(../img/h2_bunkamura.jpg) no-repeat;} /* 鉄道文化むら setting */
body#yu #contents h2{		background:url(../img/h2_tougenoyu.jpg) no-repeat;} /* 峠の湯 setting */
body#sato #contents h2{		background:url(../img/h2_kutsurogi.jpg) no-repeat;} /* くつろぎの郷 setting */



#contents .section{
	border-bottom:1px #666 dotted;
	margin:0px 6px;
	padding:15px 25px 25px;
	line-height:1.65em;
}

#contents .section p{
	margin:0em 1.5em 1em;
}

#contents .section h4{
	background:#CECECE url(../img/backgroundH4.png) repeat-x;
	font-size:123.1%;
	padding-top:0.2em;
	padding-left:0.5em;
	margin-bottom:1em;
	color:#333;
	font-weight:bold;
	line-height:2em;
	border-left:10px #6A788D solid;
}
body#tetsu #contents .section h4{	border-left:10px #72AF14 solid;}	/* 鉄道文化むら setting */
body#yu #contents .section h4{		border-left:10px #633 solid;}		/* 峠の湯 setting */
body#sato #contents .section h4{	border-left:10px #213845 solid;}	/* くつろぎの郷 setting */



ul.ul_caution{
	margin:20px;
	line-height:1.5em;
	font-size:85%;
}
ul.ul_caution li{
	text-indent:-1em;
	padding-left:1em;
	padding-bottom:0.3em;
}



table.table_time{
	width:590px;
	margin:0px auto;
	border-top:1px #CCC solid;
	border-left:1px #CCC solid;
}
table.table_time thead th,
table.table_time thead td{
	background-color:#E0E0E0;
	font-weight:bold;
}
table.table_time th,
table.table_time td{
	text-align:center;
	border-right:1px #CCC solid;
	border-bottom:1px #CCC solid;
	padding:0.5em 0.25em;
}
table.table_time th.even,
table.table_time td.even{
	background-color:#F6F6F6;
}


table.table_drive{
	border-top:1px #CCC solid;
	border-left:1px #CCC solid;
	width:590px;
	margin:0em auto;
}
table.table_drive th,
table.table_drive td{
	border-bottom:1px #CCC solid;
	border-right:1px #CCC solid;
	text-align:center;
	padding:0.5em 1em;
}
table.table_drive thead th,
table.table_drive thead td{
	background-color:#72AF14;
	color:#FFF;
	font-weight:bold;
}
table.table_drive tbody th{
	background-color:#E2EFBA;
}
table.table_drive caption{
	color:#72AF14;
	font-size:108%;
	font-weight:bold;
	line-height:2em;
}


table.table_contact{
	border-top:1px #CCC solid;
	border-left:1px #CCC solid;
	width:580px;
	margin:0em auto;
	line-height:1.5em;
}
table.table_contact th,
table.table_contact td{
	border-bottom:1px #CCC solid;
	border-right:1px #CCC solid;
	padding:0.75em 1em;
}
table.table_contact th{
	background-color:#E2EFBA;
	text-align:center;
	width:140px;
}
body#yu table.table_contact th{	background-color:#F2E9E3;} /* 峠の湯 setting */
body#sato table.table_contact th{	background-color:#E4E8EA;} /* くつろぎの郷 setting */



input{}


.input_button{
	padding:0.5em 1em;
	margin:1em 0.5em;
}


.inputbox{
	text-align:center;
	margin: 20px 25px 0px;
	background-color: #EBEBEB;
	padding: 1em;
}


.completebox{
	background-color:#EBEBEB;
	border: 4px #6A788D solid;
	text-align:center;
	margin:1em 4em 2em;
	padding:1em;
	font-size:123.1%;
	font-weight: bold;
}

/* 鉄道文化むら setting */
body#yu .completebox{
	background-color:#EDFBD9;
	border:4px #72AF14 solid;
}
/* 峠の湯 setting */
body#yu .completebox{
	background-color:#F2E9E3;
	border:4px #633 solid;
}
/* くつろぎの郷 setting */
body#sato .completebox{
	background-color:#E4E8EA;
	border:4px #213845 solid;
}





/* footer style
----------------------------------------------------------- */

#footer{
	width:690px;
	margin:0px auto 20px;
	background:url(../img/backgroundFooter.png) no-repeat;
	text-align:right;
	padding-top:1.5em;
}





/* Watermark Plugin CSS
----------------------------------------------------------- */

/* watermark positioning container */
.updnWatermark{
	position: relative;	/* positioning container */
	width: 0;
	height: 1.25em;		/* must specify height for consistent vertical alignment */
	vertical-align:top;
	top:1px;
}
/* IE7/6 hasLayout hack */
.updnWatermark{
	*zoom: 1;
}
/* watermark label styling */
.updnWatermark label{
	position: absolute;
	left: 0;
	top: 0;
	white-space: nowrap;
	color: #999;
	padding-left:0.3em;
	height: 1.5em;		/* must specify height for consistent vertical alignment */
	vertical-align: middle;
}
