@CHARSET "UTF-8";
*{margin: 0; padding: 0;}
html , body {height:100%; font-size: 98%;}
body > #contents {height:auto;}
body{height: 100%;background-color: #DDD;}

a {
text-decoration: none;
}
a:link {
color: #709BDB;
}
a:visited {
color: #709BDB;
}
a:active {
color: #709BDB;
}
a:hover {
color: #3F78CF;
}

#contents{
	background-image:url(../img/bg.gif);
	background-position:center center;
	background-repeat:repeat-y;
	height:100%;/* for IE6 */
	min-height:100%;
}
#header{
	padding-top: 5px;
	padding-bottom: 1px;
	width: 800px;
}
#header_left{
	float : left;
	width: 254px;
	height: 77px;
	background-image:url(../img/bg_wagara.gif);
}
#header_right{
	float : left;
	width: 546px;
	height: 77px;
	text-align: right;
	background-image:url(../img/bg_wagara.gif);
}

#header_close{
	clear:both;
}
#main{
	width: 800px;
	background-color:#FFF;
}
#info{
	margin-top: 1px;
	padding-top: 5px;
	width: 800px;
	color: #000;
	font-size: small;
	text-align: center;
	background-image:url(../img/bg_wagara.gif);
	background-position: bottom;
}
#footer{
	background-color: #282828;
	width: 800px;
	text-align: right;
}


#pr_piece{
	font-size: x-large;
	text-align: left;
	padding: 5px 0px ;
	border-bottom: 1px solid #282828;
}
#pr_piece ul{
	list-style-type: none;
}
#pr_piece ul li {
	margin: 0px 0px 3px 3px;
}
#show_piece{
	width: 800px;
	height: 400px;
	background-color: #000;
	text-align: left;
}
#menu_piece{
	text-align: left;
}
#menu_piece ul{
	width: 800px;
	height: 50px;
	background-image:url(../img/menu/bg.gif);
	background-repeat:repeat-x;
}
#menu_piece ul li{
	list-style-type: none;
	float:left;
	margin: 0;
	padding: 0;
	width: 150px;
	height: 50px;
}
#menu_piece ul li:hover{
	background-image:url(../img/menu/bg_on.gif);
	background-repeat:repeat-x;
}
#main_piece{
	padding: 0px 10px;
}
#intro_piece{
	padding: 0px 0px 0px 20px;
	text-align: left;
}
#intro_piece li{
	margin: 5px 0 0 30px;
}
h2#page_title{
	padding: 5px 20px;
}

a img{
	border-style:none;
}
hr{
	margin: 3px 0px;
}

table.base_table{
	margin: 20px 0px 0px 0px;
	border-collapse:collapse;
}
table.base_table th{
	padding: 5px 10px;
	border: 1px solid #888;
	background-color: #AAA;
	text-align: left;
	vertical-align: top;
	color: #FFF;

}
table.base_table td{
	padding: 5px;
	border: 1px solid #888;
	vertical-align: top;
}

.red_small_font{
	font-size: small;
	color: red;
}



/* index.html */
#show_spa1{
	background-image: url(../img/show/rotenburo.jpg);
	background-repeat: no-repeat;
	width: 800px;
	height: 400px;
}
#show_spa2{
	background-image: url(../img/show/utiyu.jpg);
	background-repeat: no-repeat;
	width: 800px;
	height: 400px;
}
#show_spa3{
	background-image: url(../img/show/kazokuburo.jpg);
	background-repeat: no-repeat;
	width: 800px;
	height: 400px;
}
#show_stay{
	background-image: url(../img/show/stay.jpg);
	background-repeat: no-repeat;
	width: 800px;
	height: 400px;
}
/* end index.html */



/* プラン用スタイル */
.plan_tb{
	text-align: left;
	vertical-align: top;
}
.plan_tb tr th{
	text-align: left;
	vertical-align: top;
}
.plan_tb tr td{
	text-align: justify;
	text-justify: inter-ideograph;
}
#img_space{
	text-align: right;
	vertical-align: top;
	width: 279px;
}
/* end プラン用スタイル */



/* access.html用 */
.access_subject{
	font-weight: bold;
	font-size: large;
}
#highwaymap, #detailmap{
	width: 600px; height: 400px;
}
table.base_table tr th.map_title{
	border-right: 0px solid #888;
}
table.base_table tr th.set_map_default{
	cursor: pointer;
	font-size: small;
	font-weight: normal;
	padding: 0;
	vertical-align: bottom;
	text-align: right;
	border-left: 0px solid #888;
	text-decoration: underline;
}
#access_piece{
	background-image: url(../img/access/genkan.jpg);
	background-position: right bottom;
	background-repeat: no-repeat;
}
/* end access.html用 */



/* start info.html用 */
.info_intro{
	height: 100%;
	min-height: 100px;
	width: 780px;
	background-image: url(../img/info/lobby.jpg);
	background-position: right bottom;
	background-repeat: no-repeat;
}
/* end info.html用 */





