@charset "euc-jp";

@import url("common.css");
@import url("column_2.css");


/* 1.column_2-main-head */

div#column_2-main-head{
	width:690px;
}
div#column_2-main-head hr{
	margin-bottom:15px;
}
div#column_2-main-head h1{
	text-align:left;
	margin-bottom:20px;
}
/* 2.column_2-main-body
	1.map
	2.facility	
 */

div#column_2-main-body{
	width:690px;
	z-index:0;
}
div#column_2-main-body p{
	line-height:1.6;
	text-align:left;
}
div#column_2-main-body p.dis{
	margin:0 0 20px;
}

/*1.map*/

#map{
	border:1px #999999 solid;
	margin:0 0 20px;
}
p#moremap{
	margin:0 30px 20px;
	text-align:right !important;
}
p#moremap a{
	background:;
	border:1px #CCCCCC solid;
	color:#333333;
	padding:5px;
	text-decoration:none;
}
p#moremap a span{
	background:url(../img/common/icon_new-window_a.gif) no-repeat right center;
	padding-right:12px;
}
p#moremap a:hover{
	background:#CC9966;
	border:1px #CC9966 solid;
	color:#FFFFFF;
	text-decoration:none;
}
p#moremap  a:hover span{
	background:url(../img/common/icon_new-window_b.gif) no-repeat right center;
}


/*2.facility*/

div.facility{
	margin:20px 0 0;
	width:690px;
}
div.facility:after{
	height:0;
	visibility:hidden;
	content:".";
	display:block;
	clear:both;
}
div.facility{display:inline-block;}
html[xmlns] div.facility{display:block;}
* html div.facility{height:1%;}
	
div.facility dl{
	border-left:1px #CCCCCC dashed;
	min-height:150px;
	float:right;
	line-height:1.6;
	padding-left:10px;
	text-align:left;
	width:390px;
}
div.facility dt{
	clear:left;
	float:left;
	margin-bottom:0.5em;
	width:5em;
}
div.facility dd{
	margin-bottom:0.5em;
	padding-left:6em;
}
div.facility img{
	float:left;
	margin-right:10px;
}
div.facility a{
	color:#66C4F1;
}

/* 2.column_2-main-footer */

div#column_2-main-footer{
	height:30px;
	width:690px;
}
div#column_2-main-footer hr{
	display:none;
}

/* 
	4.other
	4-1.pagetop
*/

h2#facility-title_list{
	margin:0 30px;
	text-align:left;
}

/* 4-1.pagetop */

p.pagetop{
	padding-top:30px;
}
