@charset "utf-8";
@import url("common.css");
@import url("column.css");

/* pan
----------------------------------------------------------------------------------------------------*/

p#pan{
	position:absolute;
	top:80px;
	left:20px;
	width:200px;
}

p span.pan_facility{
	background:url(../facility/img/pan_facility.gif) no-repeat center bottom;
	display:inline-block;
	height:13px;/*複数行20px　1行13px*/
	line-height:1.4;
	width:98px;
}

/* page title
----------------------------------------------------------------------------------------------------*/

#title_page-facility{
	background:url(../facility/img/title_page-facility.gif) no-repeat left center;
	height:140px;
	margin-bottom:30px;
	text-align:left;
}

h2#haitizu{
	background:url(../facility/img/title_haitizu.gif) no-repeat left center;
	height:21px;
}

/* map area
----------------------------------------------------------------------------------------------------*/

div#maparea{
	background:url(../facility/img/img_haitizu.gif) no-repeat top left;
	height:630px;
	margin-bottom:30px;
	position:relative;
}

li#map01{
	position:absolute;
	left: 338px;
	top: 99px;
}
li#map01 a{
	display:block;
	height:67px;
	width:86px;
}
li#map01 a:hover{
	background:url(../facility/img/syoukyaku_on.gif) no-repeat top left;
}

li#map02{
	position:absolute;
	left: 338px;
	top: 171px;
}
li#map02 a{
	display:block;
	height:139px;
	width:88px;
}
li#map02 a:hover{
	background:url(../facility/img/boi_on.gif) no-repeat top left;
}

li#map03{
	position:absolute;
	left: 338px;
	top: 306px;
}
li#map03 a{
	display:block;
	height:63px;
	width:86px;
}
li#map03 a:hover{
	background:url(../facility/img/jimu_on.gif) no-repeat top left;
}

li#map04{
	position:absolute;
	left: 657px;
	top: 233px;
}
li#map04 a{
	display:block;
	height:206px;
	width:161px;
}
li#map04 a:hover{
	background:url(../facility/img/haisui_on.gif) no-repeat top left;
}

li#map05{
	position:absolute;
	left: 263px;
	top: 71px;
}
li#map05 a{
	display:block;
	height:282px;
	width:89px;
}
li#map05 a:hover{
	background:url(../facility/img/banshi_on.gif) no-repeat top left;
}

li#map06{
	position:absolute;
	left: 358px;
	top: 398px;
}
li#map06 a{
	display:block;
	height:46px;
	width:126px;
}
li#map06 a:hover{
	background:url(../facility/img/ent_on.gif) no-repeat top left;
}

li#map07{
	position:absolute;
	left: 104px;
	top: 275px;
}
li#map07 a{
	display:block;
	height:132px;
	width:146px;
}
li#map07 a:hover{
	background:url(../facility/img/kosi_on.gif) no-repeat top left;
}

li#map08{
	position:absolute;
	left: 269px;
	top: 445px;
}
li#map08 a{
	display:block;
	height:181px;
	width:205px;
}
li#map08 a:hover{
	background:url(../facility/img/auto_on.gif) no-repeat top left;
}

li#map09{
	position:absolute;
	left: 521px;
	top: 445px;
}
li#map09 a{
	display:block;
	height:183px;
	width:86px;
}
li#map09 a:hover{
	background:url(../facility/img/katei_on.gif) no-repeat top left;
}
/*
li#map05:hover{
	z-index:10 !important;
}
*/
/* photo gallery
----------------------------------------------------------------------------------------------------*/

div#photogallery{
	width:860px;
}
div#photogallery:after{
	height:0;
	visibility:hidden;
	content:".";
	display:block;
	clear:both;
}
div#photogallery{display:inline-block;}
html[xmlns] div#photogallery{display:block;}
* html div#photogallery{height:1%;}

div#photogallery h2{
	background:url(../facility/img/title_photogallery.gif) no-repeat left center;
	height:23px;
	margin-bottom:20px;
}

div#photogallery div{
	float:right;
	width:420px;
}

img.photo_building{
	float:left;
}

.photo_02-03{
	margin:0 10px 10px 0;
}
.photo_04{
	margin:0 0 10px 0;
}
.photo_05-06{
	margin:0 10px 0 0;
}

