@charset "euc-jp";

#main {
	background: url(../image/top/bg_mainvisual.gif) left bottom repeat-x;
}


#main #mainFla img {
	padding-top: 2px;
}

/* areaNavi
-----------------------------------------------------*/
ul#areaNavi {
	margin-bottom: 14px;
}
ul#areaNavi li {
	float: left;
	margin-right: 10px;
}


/* info
-----------------------------------------------------*/


p#info { margin-bottom: 13px; }

dl#info {
	font-size: 77%;
	margin-bottom: 13px;
}

dl#info dt {
	width: 710px;
	background: #ffffff url(../image/top/bg_news.gif) no-repeat 0 0;
	height: 30px;
	
}

dl#info dt span#titleText {
	float: left;
	text-indent: -9999px;
	font-size: 0;
	color: #c80000;
}
dl#info dt span#lastUpdate {
	float: right;
	color: #ffffff;
	line-height: 28px;
	background: url(../image/top/hr_lastupdate.gif) no-repeat 0 50%;
	padding-left: 10px;
	padding-right: 8px;
}

dl#info dd {
	width: 710px;
	height: 78px;
	margin-top: 5px;
	padding: 2px 0;
	background: url(../image/top/bg_info.gif) left top no-repeat;
}

dl#info dd iframe {
	border: 0;
	height: 73px;
}

/* search
-----------------------------------------------------*/

#search {
	width: 710px;
	height: 255px;
	position: relative;
	background: url(../image/top/bg_search.gif) left top no-repeat;
}


#search h3 {
	position: absolute;
	left: 0;
	top: 11px;
	z-index: 10;
}

#search #mapSearch {
	width: 439px;
	height: 234px;
	position: absolute;
	left: 10px;
	top: 10px;
	z-index: 0;
}

#search #mapSearch #map {
	width: 338px;
	float: right;
}

/*-----------------------------------------------------*/

#search #mapSearch #map #mapContents {
	width: 338px;
	height: 202px;
	position:relative;
	overflow: hidden;
	background: url(../image/top/map_search_area.gif) left top no-repeat;

}



#search #mapSearch #map #mapContents #mapList li {
	position: absolute;
	left: 0;
	top: 0;
	display: none;
}


#search #mapSearch #map #mapContents #mapNav li a {
	width: 74px;
	height: 23px;
	position: absolute;
	z-index:100;
	display: block;

}
#search #mapSearch #map #mapContents #mapNav li.tokyo23 a {
	left:101px;
	top:75px;
}
#search #mapSearch #map #mapContents #mapNav li.tokyotoka a {
	left:50px;
	top:76px;
}
#search #mapSearch #map #mapContents #mapNav li.kanagawa a {
	left:76px;
	top:118px;
}
#search #mapSearch #map #mapContents #mapNav li.chiba a {
	left:197px;
	top:108px;
}
#search #mapSearch #map #mapContents #mapNav li.saitama a {
	left:78px;
	top:28px;
}




/*-----------------------------------------------------*/
#search #mapSearch ul#txtNav {
	width: 81px;
	height: 113px;
	margin-top: 91px;
	padding: 15px 10px;
	font-size: 92%;
	float: left;
	background: url(../image/top/bg_search_areatext.gif) left top no-repeat;
}

#search #mapSearch ul#txtNav li {
	background: url(../image/top/icon_search_areatext.gif) 0 5px no-repeat;
	padding-left: 10px;
	margin-bottom: 5px;
}


#search #themeSearch {
	width: 240px;
	height: 234px;
	position: absolute;
	right: 10px;
	top: 10px
}

/* pickup
-----------------------------------------------------*/

#pickup { margin-top: 30px; }
#pickup h3 { margin-bottom: 0px;}


#pickup #pickUpList {
	width: 710px;
	padding-bottom: 2px;
	padding-left: 1px;
	background: url(../image/top/bg_pickup.gif) left bottom no-repeat;
}

#pickup #pickUpList .box {
	width: 216px;
	padding: 10px 9px 10px 10px;
	font-size: 85%;
	border-bottom: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	float: left;
}
#pickup #pickUpList .box .thum {
	width: 216px;
	height: 110px;
	position: relative;
	overflow: hidden;
}

#pickup #pickUpList .box .thum span {
	position: absolute;
	left: 0;
	top: 0;
}

#pickup #pickUpList .box h4 { 
	margin: 10px 0;
	font-weight: bolder;
	font-size: 107%;
}

#pickup #pickUpList .box h4 span { font-size: 77%; }



/*roll overÀßÄê*/
.bl-hot { background: url(../image/top/icon_pickup_off.gif) right bottom no-repeat;}
.bl-hot.bl-hover { background: url(../image/top/icon_pickup_on.gif) right bottom no-repeat #faebea;}


.bl-hot h4 a,
.bl-hot h4 a:visited { color: #a70e03; text-decoration: none; }
.bl-hot.bl-hover h4 a {color: #c62317;}
.bl-hot.bl-hover h4 a:hover{color: #c62317;} 



/* clearfix
-----------------------------------------------------*/
dl#info dt:after,
ul#areaNavi:after,
#pickup #pickUpList:after {
  content: ".";
  display: block;
  height: 0.1px;
  font-size: 0.1em;
  clear: both;
  line-height: 0;
  visibility: hidden;
}
dl#info dt,
ul#areaNavi,
#pickup #pickUpList {
  zoom: 1;
}
