﻿@charset "UTF-8";

/* Reset & Restyle
----------------------------------------------- */
body,h1,h2,h3,h4,h5,h6,p,ul,ol,dl,dt,dd,li,
table,th,td,
form,select,option,
address,pre,strong,em {
	margin: 0;
	padding: 0;
	color: #333;
	font-size: 100%;
	font-style: normal;
	font-weight: normal;
	font-family: Verdana,sans-serif;
	text-decoration: none;
	line-height: 1.5;
}

body {
	font-size: 75%;
	background: url("../images/bg_body.gif") repeat-y center #EBE3D8;
}

html>/**/body {
	font-size: 12px;
}

img {
	border: 0;
	vertical-align: bottom;
}

ul, ol {
	list-style-type: none;
}

table {
	border: none;
}

th, td {
	padding: 0;
}

hr {
	visibility: hidden;
	clear: both;
}

/* link color
----------------------------------------------- */
a {
	color:#03c;
	text-decoration: none;
}
	a:hover {	
		color:#03c;
		text-decoration: underline;
	}

/* wrapper
----------------------------------------------- */
#wrapper {
	width:100%;
	background: url("../images/bg_wrapper.gif") repeat-x top;
}
	#wrapper02 {
		padding: 0 !important;
		padding: 0 0 0 1px;
		background: url("../images/bg_container.gif") no-repeat center top;
	}

/* container
----------------------------------------------- */
#container {
	width: 760px;
	margin: 0 auto;
	text-align: center;
}

/* contentHead
----------------------------------------------- */
#contentHead {
	float: left;
	width: 560px;
	margin: 0;
}
	#contentHead h2 {
		margin: 0 0 10px 0;
	}


/* header
----------------------------------------------- */
#header {
	width: 560px;
}
	#header h1 {
		float: left;
		padding: 22px 0 21px 20px;
	}

	#header ul {
		float: right;
		width: 300px;
		margin: 52px 0 0;
		text-align:right;
	}
		#header ul li {
			display: inline;
			margin: 0 10px 0 0;
			line-height: 1;
		}

	/* ------------------------
	 * グローバルナビゲーション
	------------------------ */
	#header ol {
		float: left;
		width: 560px;
	}
		#header ol li ,
		#header ol li a {
			float: left;
		}
			#header ol li.glNavi01 {
				background: url("../images/glnavi01hover.gif") no-repeat;
			}
			#header ol li.glNavi02 {
				background: url("../images/glnavi02hover.gif") no-repeat;
			}
			#header ol li.glNavi03 {
				background: url("../images/glnavi03hover.gif") no-repeat;
			}
			#header ol li.glNavi04 {
				background: url("../images/glnavi04hover.gif") no-repeat;
			}
			#header ol li.glNavi05 {
				background: url("../images/glnavi05hover.gif") no-repeat;
			}

/* footer
----------------------------------------------- */
#footer {
	width: 760px;
	margin: 40px 0 0;
	text-align: left;
}
	#footer a {
		color: #fff;
	}

	#footer #back {
		margin-right: 30px;
		text-align: right;
	}

	#footer .article {
		padding-top: 10px;
		background: url("../images/bg_foot01.gif") repeat-x bottom;
	}

	#footer p {
		color: #000;
		font-size: 85%;
		padding: 0 0 10px 20px;
		background: url("../images/bg_foot01.gif") repeat-x bottom;
	}
		#footer p.btTop {
			float: right;
			margin: 0;
			padding: 0 30px 0 0;
		}
			#footer p.btTop img {
				margin: 2px 0 0;
			}

		#footer strong {
			display: block;
			font-size: 120%;
			font-weight: bold;
		}

	#footer .glNavi {
		height: 40px;
		padding: 0 0 0 15px;
		background: url("../images/bg_foot02.gif") no-repeat;
	}
		#footer ol {
			float: left;
			background: url("../images/bar01.gif") no-repeat right;
		}
			#footer ol li {
				display: inline;
				padding: 5px 15px;
				line-height: 40px;
				background: url("../images/bar01.gif") no-repeat left;
			}

	#footer address {
		padding: 8px 0 20px;
		text-align: center;
		background: url("../images/bg_foot03.gif") repeat-x top;
	}

/* ----------------------------------------------
 * 右側メニューがないとき
---------------------------------------------- */
#singlePage #contentHead,
#singlePage #header {
	float: none;
	width: 760px;
}


/* ----------------------------------------------
 * 各温泉エリア用
---------------------------------------------- */
.pageLink {
	margin: -65px 0 0 25px;
	text-align:left;
}
	.pageLink img {
		margin: 0 5px 0 0;
	}

#contentMain .box {
	width: 702px;
	margin: 0 0 20px 0;
	padding: 8px;
	border: 1px solid #b2b2b2;
	background: url("../images/bg_box.gif") no-repeat top #ffffff;
}
	#contentMain .box .photo {
		float: left;
		margin: 0 15px 0 0;
	}

	#contentMain .box dl {
		float: right;
		width: 363px;
		padding: 0 10px 0 0;
	}
		#contentMain .box dl dt {
			margin: 0 0 10px 0;
		}
		#contentMain .box dl dd p {
			padding: 0 0 16px 0;
		}

		#contentMain .box dl dd ul li {
			display: inline;
			padding: 0 0 0 5px;
		}
