/* CSS Document for 'map directory' */


/* ------------------------------------
	上部メニュー
-------------------------------------- */
#link {
	font-size:14px;
	margin-bottom:20px;
}
#link li {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
	border-left: 1px dotted #666666;
	width: 107px;
	float: left;
}
#link li a {
	display: block;
	background-image: url(../../../img/banner_off.jpg);
	background-repeat: no-repeat;
	text-decoration: none;
	color: #333;
	height: 35px;
	line-height: 250%;
	padding-left: 45px;
}
#link li.end {
	border-right: 1px dotted #666666;
}
.pref_to #nav_01 a,
.pref_ka #nav_02 a,
.pref_ch #nav_03 a,
.pref_sa #nav_04 a,
.pref_sh #nav_05 a,
.pref_is #nav_06 a,
.pref_tk #nav_07 a {
	background-image: url(../../../img/banner_on.jpg);
	background-repeat: no-repeat;
	color: #FFFFFF;
}
#link li a:hover {
	background-image: url(../../../img/banner_on.jpg);
	background-repeat: no-repeat;
	height: 35px;
	color: #FFFFFF;
}

/* ------------------------------------
	エリアリスト
-------------------------------------- */
#search {
	width: 760px;
	margin: 0 auto;
}
#search_left {
	float: left;
	width: 510px;
	margin: 0 0 15px 0;
	padding: 0;
}

#search_map {
	border:solid 1px #003399;
	margin: 15px 0 0 0;
	text-align: center;
}

#search_right {
	float: right;
	width: 210px;
	margin: 0 0 15px 0;
	text-align: left;
}
#search_list {
	border:solid 1px #003399;
	padding:0 5px 5px 5px;
	position: relative;
}
#search_list h3 {
	margin: 0 0 5px 0;
	padding: 8px 0 0 0;
	clear: both;
	border-bottom: dotted 2px #EEEEEE;
	font-size: 13px;
	font-weight: normal;
}

#search_list ul {
	margin: 0 0 10px 0;
	padding: 0px;
}
#search_list li {
	list-style: none;
	margin: 0;
	padding: 0 0 0 5px;
	width: 81px;
	float: left;
	line-height: 130%;
	font-size: 13px;
}
.search_link {
	font-size: 13px;
	clear: both;
}

/* ------------------------------------
	検索窓
-------------------------------------- */
#search_area {
	height: 80px;
	width: 510px;
	background: url(../img/bg_search_pref.jpg) no-repeat;
}
#search_area p{
	clear:both;
	position:relative;
	zoom:1;
	padding-top: 19px;
	padding-right: 0;
	padding-bottom: 19px;
	padding-left: 230px;
}
#search_area #srchtxt{
	width:180px;
	padding:3px 5px;
	border:1px solid #7c7c7c;
	border-right-color:#c3c3c3;
	border-bottom-color:#c3c3c3;
	min-height:15px;
	background-color: #fff;
	background-image: url(../img/bg_search_txt.gif);
	background-repeat: no-repeat;
}
#search_area #srchbtn{
width:60px;
_height:24px;
padding:2px 0;
border:1px solid #455893;
background-position:0 -801px;
background-color:#00adfc;
font-weight:bold;
letter-spacing:0.5em;
min-height:17px;
line-height:1.6em;*line-height:1;
cursor:pointer;
}
