@charset "UTF-8";
/* CSS Document */



/* 基本スタイル
---------------------------------------------*/
body{
	margin:0;
	padding:0;
	font-size:12px;
sans-serif;
	line-height:1.4;
	color:#333333;
}




p{
    /*\*/
	letter-spacing:0.2em;
	/**/
}


img {
    border:0;
}

.clearfloat {
    clear:both;
}



#wrapper {
    width:720px;
	margin-left:auto;
	margin-right:auto;
}




/* ヘッダー
---------------------------------------------*/
#header {
	position: relative;
	z-index:100;
	width: 100%; /* Windows Internet Explorer 6対策 */
	height: 150px;
	background: #FFFFFF url(../parts/title.gif) left top no-repeat;
}

.katudou_link {
	position: absolute;
	top: 15px;
	margin: 0;
	right: 130px;
}

.gohome {
	position: absolute;
	top: 15px;
	margin: 0;
	right: 10px;
}


/* ナビ
---------------------------------------------*/
#navigation {
	position: absolute;
	top: 150px;
	left: auto;
	width: 720px;
	right: auto;
}


#navigation ul{
    margin:0;
	padding:0;
	list-style:none;
}

#navigation li{
    float:left;
	width:240px;
	margin:0;
}

#navigation li a{
	display:block;
	width:100%;
	padding:8px 0;
	text-align:center;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-weight:bold;
	color:#003399;
	text-decoration:none;
	background:url(../parts/menu_bg.gif) left top no-repeat;
	font-size: 14px;
}

#navigation li a:hover{
	color:#993333;
	background:url(../parts/menu_bg.gif) right top no-repeat;
}


.hosoku{
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-weight:bold;
	color:#003399;
	text-decoration:none;
	font-size: 12px;
}


/* コンテンツ
---------------------------------------------*/

#main {
	width:720px;
	margin-left:auto;
	margin-right:auto;
	margin-top: 10px;
	clear: both;
	
}

#main_contents{
	width:500px;
	float: right;

}



#ichiran{
	width:200px;
	float: left;
}
 

#page_navi {
	font-size:10px;
	text-align: right;
	color: #CC0000;
}


h1 {
	font-size:14px;
	color:#FFFFFF;
	text-align: center;
	padding: 3px;
	background-image: url(../parts/ichiran_h1_bg.gif);
	background-repeat: repeat;
	margin-top: 60px;
}
 


/* 施設詳細
---------------------------------------------*/



#main_contents ul {
	list-style-type: none;
	margin:0;
	padding:0;
　/*リストの行間調整*/
  padding : 2px 0;
	padding-left: 10px;
}

#main_contents li {
	margin:0;
	padding:0;
	background-image : url(../parts/icon_kamei_ichiran.gif);
	background-repeat: no-repeat;
	background-position: 1px 2px;
	padding-left: 20px;
	font-size: 14px;
	font-weight: bold;
	color: #333333;
}

#main_contents table {
	font-size: 12px;
	border-top: 1px solid #cccccc;
	border-bottom: 1px;
	border-left: none;
	border-right: 1px;
	width: 430px;
	margin-top: 5px;
	margin-bottom: 15px;
}


#main_contents th {
	border-top:none;
	border-bottom: 1px solid #cccccc;
	border-left: none;
	border-right: none;
	font-weight: normal;
	padding: 5px;
	background-color: #eeeeee;
	width: 100px;
	font-size: 12px;
	white-space: nowrap;
}


#main_contents td {
	border-top:none;
	border-bottom: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	border-right: none;
	font-weight: normal;
	padding: 3px;
	width: 330px;
}

#main_contents .overflowwrap {
	word-break:break-all;
}

/* サイド一覧
---------------------------------------------*/

h2{
	margin:0;
	font-size:12px;
	font-weight: bold;
	color: #FFFFFF;
	background-image: url(../parts/ichiran_h2_bg.gif);
	background-repeat: repeat;
	text-align: left;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 7px;
}

#ichiran ul {
margin:0;
padding:0;
	list-style-type: none;
　/*リストの行間調整*/
  padding : 2px 0;
	font-size: 10px;
}
#ichiran li{
	list-style-type: none;
}
#ichiran li.kamei {
	background: url(../parts/icon_kamei.gif) no-repeat;
	background-position:0 8px;
	_background-position:0 9px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #333333;
	padding-left:10px;
	padding-top: 5px;
	padding-right: 8px;
	padding-bottom: 5px;
}

#ichiran　li.hikamei {
	list-style-type: none;
	list-style-image: url(../parts/icon_hikamei.gif);
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #333333;
	padding-top: 5px;
	padding-right: 8px;
	padding-bottom: 5px;
}



/* フッター
---------------------------------------------*/



#footer{
	padding: 5px 5px 10px;
	clear: both;
	font-size: 12px;
	text-align: center;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666666;
}
