@charset "utf-8";


/*
===== BANNER ================================
*/

#main_view {
	visibility: visible;
	width: 950px; 
/*	height: 335px;*/
	margin-bottom: 10px;
	overflow: hidden;
}
#main_view .window {
	visibility: visible;
	width: 950px; 
	height: 250px;
	overflow: hidden;
	position: relative;
}
#main_view .image_reel {
	visibility: visible;
	position: absolute;
}
#main_view .image_reel img {
	visibility: visible;
	float: left;
}
#main_view .paging {
	visibility: visible;
/*	width: 948px;  */
	width: 900px;  
/*	height: 35px; */
	height: 70px;
	padding-left: 2px;
	z-index: 100;
	display: none;
/*	background: #bae3f9;*/
	background: #bae3f9;
}

#main_view .paging a {
	visibility: visible;
	float: left;
	width: 147px;
	margin-left: 4px;
/*	padding: 5px 1px;*/
	padding: 3px 1px;
	display: block;
	background-image: none;
}
#main_view .paging a.active {
	visibility: visible;
	background: url(../img/top_banner_bg.gif) no-repeat 0 0;
}
#main_view .paging img {
	visibility: visible;
	border: none;
/*	vertical-align: bottom;*/
	float : left;
}

/*
===== MAP ================================
*/
#map{
	position: relative;
	height: 220px;
	margin-bottom: 10px;
	overflow: hidden;
	background: url(../img/top_map.gif) no-repeat 0 0;
}
#map .over,
#map .area{
	position: absolute;
	top: 0; left: 0;
}
#map .over{ display: none; }
#map .image-resize{
	width: 488px;
	height: 220px;
}
#map .image-resize-osaka{
	width: 189px;
	height: 181px;
}
#osaka_z{
	width: 488px;
	height: 220px;
	overflow: hidden;
	background: url(../img/top_map_osaka_z.gif) no-repeat 0 0;
}
#osaka_mn{ width: 448px; margin: 18px 0 0 20px; }
#osaka_mn a{
	display: block;
	float: left;
	width: 189px;
	height: 181px;
	background: url(../img/top_map_btn_bg.gif) no-repeat 0 0;
}
#osaka_mn a.si{ background-position:    0   0; }
#osaka_mn a.fu{ background-position: -189px 0; }
#osaka_mn img.bg{ float: left; cursor: pointer;}
#map .city{
	width: 415px;
	_width: 448px;
	height: 157px;
	_height: 181px;
	margin: 18px 0 0 20px;
	padding: 12px 15px 12px 18px;
	overflow: hidden;
	background: url(../img/top_map_city_bg.gif) no-repeat 0 0;
}
#map .city p{
	width: 80px;
	height: 20px;
	margin-bottom: 8px;
	text-indent: -9999px;
}
#osaka_si p{ background: url(../img/top_map_osaka_si.gif) no-repeat 0 0; }
#osaka_fu p{ background: url(../img/top_map_osaka_fu.gif) no-repeat 0 0; }

#map .city ul li{
	float: left;
	width: 83px;
}
#map .city ul li a{
	display: block;
	padding: 1px 0 1px 12px;
	color: #333;
	background: url(../img/arw_tri.gif) no-repeat 0 50%;
}
#map .city ul li a:hover{
	color: #e60012;
	background-position: -400px 50%;
}
#map .city a.back{
	position: absolute;
	top: 150px;
	left: 380px;
	
	padding-left: 16px;
	font-size: 100%;
	font-weight: bold;
	color: #0e5d9f;
	background: url(../img/arw_pager_x.gif) no-repeat left 50%;
}
#map .city a.back:hover{
	color: #e60012;
	background-image: url(../img/arw_pager_o.gif);
}


