@charset "utf-8";


/*--------------------------------------------------------
　title
--------------------------------------------------------*/
#title {
	width: 795px;
	height: 55px;
	padding: 0px 0 0 0;
	margin: 0 auto;
	background: url(../image/title_bg.jpg) 0 0 no-repeat;
	position: relative;
}
#title p.name {
	font-size: 30px;
	font-weight: normal;
	color:#FFF;
	position: absolute;
	top:5px;
	left:10px;
}
#title p.name span.zone {
	font-size: 14px;
	font-weight: normal;
	color:#FFF;
	line-height: 1em;
	padding-left:10px;
	padding-top:0px
}
#title p.clink {
	position: absolute;
	top:5px;
	right:5px;
}


/*--------------------------------------------------------
　cMain
--------------------------------------------------------*/
#cMain {
	width: 795px;
	height: 571px;
	padding: 0px 0 0 0;
	margin: 0 auto;
	background: url(../image/main_bg.jpg) 0 0 no-repeat;
	position: relative;
}
#cMain p.subP {
	width: 238px;
	height: 238px;
	background: url(../image/sub_bg.png) 0 0 no-repeat;
	position: absolute;
	top:192px;
	left:14px;
	z-index:10;
}
#cMain p.sub2P {
	position: absolute;
	top:421px;
	left:0px;
}
#cMain div.ssTxt {
	position: absolute;
	top:217px;
	left:270px;
}
#cMain div.ssTxt h3{
	font-size: 16px;
	font-weight: bold;
	color:#660000;
	line-height: 1.5;
}
#cMain div.ssTxt h4 {
	margin-top:10px;
	width: 500px;
	display: block;
	font-size: 14px;
	font-weight: normal;
	color:#333;
	line-height: 1.5;
}

/*--------------------------------------------------------
　設備
--------------------------------------------------------*/
#setusbi {
	width: 795px;
	padding: 0px 0 0 0;
	margin: 0 auto;
	display: block;
}
#setusbi h5 {
	background:#663300;
	color: #FFF;
	padding:5px 0 5px 5px;
}

#setusbi .setusbiA {
	width: 250px;
	float: left;
	margin: 12px 0 0 12px;
	padding-bottom:10px;
	display: inline;
}
#setusbi .setusbiA p.sphoto {
	width: 250px;
	height: 154px;
	background: url(../image/setsubi_bg.jpg) 0 0 no-repeat;
	margin: 0;
}
#setusbi .setusbiA p.mtxt {
	font-size: 14px;
	font-weight: bold;
	color:#894040;
	line-height: 1.3;
	margin: 5px 0 0 0;
}
#setusbi .setusbiA p.stxt {
	font-size: 12px;
	font-weight: nomarl;
	color:#333;
	line-height: 1.3;
	margin: 5px 0 0 0;
}