@charset "UTF-8";
/* CSS Document */
html {
	width:100%;
	background: url(../com/bg.jpg);
	background-position: left top;
	background-repeat: repeat;
}
body {
	background-position: center top;
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	font-size: 13px;
	line-height: 20px;
	width: 100%;
	background-image: url(../com/hbg.jpg);
}
#content {
	background-image: url(../com/hbg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	margin: 0px auto;
	width: 100%;
	zoom: 100%;
}
#content_s {
	background-image: url(../com/sbg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	margin: 0px auto;
	width: 100%;
	zoom: 100%;
}


/* link */
#footer .f03 a:link {
	text-decoration: none;
	color:#000000;
}

#footer .f03 a:hover {
	text-decoration: underline;
	color: #666666;
}

#footer .f03 a:visited {
	text-decoration: none;
	color: #000000;
}

#footer .f03 a:hover,a:active {
	text-decoration: underline;
	color: #000000;
}

.fnavi a:link {
	text-decoration: none;
	color:#666666;
}

.fnavi a:hover {
	text-decoration: underline;
	color: #666666;
}

.fnavi a:visited {
	text-decoration: none;
	color: #999999;
}

.fnavi a:hover,a:active {
	text-decoration: underline;
	color: #999999;
}

a:hover img {
	filter:progid:DXImageTransform.Microsoft.Alpha(Enabled=1,Style=0,Opacity=60);
	opacity: 0.6;
}

/* div配置 */
.left {	float: left;}
.right { float: right;}
.clear { clear: both; }
.txt_center {	text-align: center;}
.txt_left {	text-align: left;}
.txt_right { text-align: right;}

/* 余白 */
.mar3 { margin: 3px; }
.mar5 { margin: 5px; }
.mar7 { margin: 7px; }
.mar10 { margin: 10px; }

.mt0 { margin-top: 0px; }
.mt1 { margin-top: 1px; }
.mt5 { margin-top: 5px; }
.mt10 { margin-top: 10px; }
.mt15 { margin-top: 15px; }
.mt20 { margin-top: 20px; }
.mt25 { margin-top: 25px; }
.mt30 { margin-top: 30px; }
.mt35 { margin-top: 35px; }
.mt40 { margin-top: 40px; }
.mt45 { margin-top: 45px; }
.mt50 { margin-top: 50px; }
.mt80 { margin-top: 80px; }
.mt150 { margin-top: 150px; }

.mb0 { margin-bottom: 0px; }
.mb5 { margin-bottom: 5px; }
.mb10 { margin-bottom: 10px; }
.mb15 { margin-bottom: 15px; }
.mb20 { margin-bottom: 20px; }
.mb30 { margin-bottom: 30px; }
.mb45 { margin-bottom: 45px; }

.ml2 { margin-left: 2px; }
.ml5 { margin-left: 5px; }
.ml10 { margin-left: 10px; }
.ml12 { margin-left: 12px; }
.ml15 { margin-left: 15px; }
.ml20 { margin-left: 20px; }
.ml22 { margin-left: 22px; }
.ml25 { margin-left: 25px; }
.ml30 { margin-left: 30px; }
.ml35 { margin-left: 35px; }
.ml40 { margin-left: 40px; }
.ml45 { margin-left: 45px; }
.ml50 { margin-left: 50px; }
.ml60 { margin-left: 60px; }
.ml65 { margin-left: 65px; }
.ml70 { margin-left: 70px; }
.ml80 { margin-left: 80px; }
.ml100 { margin-left: 100px; }
.ml120 { margin-left: 120px; }
.ml150 { margin-left: 150px; }
.ml500 { margin-left: 500px; }

.mr5 { margin-right: 5px; }
.mr8 { margin-right: 8px; }
.mr10 { margin-right: 10px; }
.mr15 { margin-right: 15px; }
.mr20 { margin-right: 20px; }
.mr25 { margin-right: 25px; }
.mr30 { margin-right: 30px; }
.mr35 { margin-right: 35px; }

.pad5 { padding: 5px; }
.pad10 { padding: 10px; }

/* 横幅 */
.w230 { width:230px; }
.w330 { width:330px; }
.w340 { width:340px; }

/* font */
.f_gray {	color: #666666;}


/* slider */
#sliderWrap{}

#slider{
	position: relative;
	width:100%;
	height: 450px;
	overflow: hidden;
/* 	margin-bottom: 50px; */
}

#slider ul{
	position: absolute;
	top: 0;
	left: 0;
}
#slider li{
	float: left;
}
#slider #prev,
#slider #next{
	position: absolute;
	top:260px;
	cursor: pointer;
}
#slider #prev{ left: 25px;}
#slider #next{ right: 25px;}

/* for script */
#slider ul,
#slider #next,
#slider #prev{
	visibility: hidden;
}
#slider .layer{
	width: 950px;
	height: 450px;
	position: absolute;
	top: 0;
	left: 0;
	background: #000000;
	opacity: 0.65;
	filter: alpha(opacity=50);
}

/* header */
.head {
	margin: 0px auto;
	width: 950px;
	overflow: hidden;
}
.head .tel {
	text-align: right;
	padding-top: 10px;
	padding-bottom: 30px;
	float: right;
}
.head .logo {
	text-align: center;
	margin-bottom: 20px;
}
.gnav {
	background-image: url(../com/nv_bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	height: 80px;
	width: 100%;
	margin-top: 10px;
	padding: 0px;
}
.gnav ul {
	margin: 0px auto;
	height: 80px;
	width: 950px;
	padding: 0px;
	overflow: hidden;
}
.gnav li {
	float: left;
}

/* all */
#contbody {
	margin: 50px auto 0px;
	width: 950px;
	zoom: 100%;
	overflow: hidden;
}
#contbody .l_cont {
	float: left;
	width: 712px;
}
#contbody .r_cont {
	float: right;
	width: 210px;
}

/* r_cont */
.r_cont .r_box {
	border-top: 5px solid #204973;
}
.r_cont .reserve {
	border: 1px dotted #000000;
	margin-top: 1px;
	padding: 10px;
}
.stitle {
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
}
.reserve table {
	margin-bottom: 20px;
}
.reserve th {
	padding-bottom: 5px;
}
.reserve td {
	padding-bottom: 10px;
}
.r_box .spof {
	border: 1px dotted #000;
	margin-top: 1px;
}
.spof dl dt {
	padding-top: 10px;
	border-top: 1px dotted #000;
	padding-bottom: 5px;
}
.spof dd {
	font-size: 12px;
	margin: 0px 10px 10px;
}

/* footer */
#footer {
	background-image: url(../com/fbg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}
#footer .f01 {
	margin: 0px auto;
	height: 108px;
	width: 950px;
	overflow: hidden;
	padding-top: 128px;
	padding-bottom: 20px;
}
#footer .f02 {
	margin: 20px auto 0px;
	width: 950px;
	overflow: hidden;
}
#footer .f03 {
	margin: 30px auto;
	width: 950px;
	overflow: hidden;
}
#footer .f01 .logo {
	float: left;
	width: 433px;
	margin-right: 40px;
}
#footer .f01 .add {
	float: left;
	font-size: 12px;
	line-height: 18px;
	padding-top: 10px;
}
#footer .f01 .fpt {
	float: right;
	width: 120px;
	padding-top: 78px;
}
#footer .f02 .fnavi {
	letter-spacing: 1px;
	text-align: center;
	padding-top: 5px;
	color: #666666;
}
#footer .f03 dl {
	margin-top: 5px;
	overflow: hidden;
	width: 450px;
}
#footer .f03 dt {
	float: left;
	width: 120px;
}
#footer .f03 dd {
	float: right;
	width: 300px;
	border: 1px dotted #000;
	padding: 10px;
	font-size: 10px;
	line-height: 13px;
}
#footer .f03 dd em {
	font-size: 14px;
	background-image: url(../com/np.jpg);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 20px;
	display: inline-block;
}
#footer .f03 dd p {
	margin-top: 5px;
}

/* サブページ共通  */
#main {
	margin: 0px auto;
	width: 950px;
}
.sbox {
	padding: 20px;
	border: 1px dotted #000;
	overflow: hidden;
	position: relative;
}
.sbox02 {
	border: 1px dotted #000;
}

.sbox .list01 li {
	list-style-type: disc;
	margin-bottom: 30px;
	margin-left: 20px;
	clear: both;
	padding-left: 10px;
}
.line {
	width: 100%;
	border-top: 1px dotted #000;
	clear: both;
	margin-top: 40px;
	margin-bottom: 40px;
}

/* access  */
.sbox .weather {
	list-style-type: circle;
	position: absolute;
	top: 240px;
	right: 20px;
	width: 230px;
	display: block;
}
.sbox .weather li {
	list-style-type: disc;
	margin-top: 20px;
	list-style-position: outside;
	margin-left: 15px;
	padding-left: 5px;
}
.gmap {
	border: 1px solid #C4BEBB;
	padding: 1px;
}

.kensaku{
	width:187px;
	height:40px;
	float:left;
}
.kensaku2{
	width:187px;
	height:40px;
	margin-top:10px;
	float:left;
}

/* Tourist Information  */
