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

	#content_map{
	position:relative; /* 絶対位置で指定(親ボックス基準) */
	background-image: url(../img/map.png);
	background-repeat:no-repeat;
	width: 880px;
	height: 624px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 30px;
}

#content_map	#ochanomizu  {
	position:absolute; /* 絶対位置で指定(親ボックス基準) */
	top: 134px;       /* 上から px */
	left: 68px;      /* 左から px */ 
		}
		
	#ochanomizu a {
	display: block;
	height: 55px;
	width: 130px;
    background-image: url(../img/station_ochanomizu.png);
	background-repeat:no-repeat;
	text-indent:-9999px
	}
	
	#ochanomizu a:hover {
    background-image: url(../img/station_ochanomizu_ov.png)
	}
	
	#shinochanomizu {
	position:absolute; /* 絶対位置で指定(親ボックス基準) */
	top: 250px;       /* 上から px */
	left: 126px;      /* 左から px */ 
		}
	
	#shinochanomizu a {
	display: block;
	height: 55px;
	width: 145px;
    background-image: url(../img/station_shinochanomizu.png);
	background-repeat:no-repeat;
	text-indent:-9999px
	}
	
	#shinochanomizu a:hover {
    background-image: url(../img/station_shinochanomizu_ov.png)
	}
	
	#suehiro {
	position:absolute; /* 絶対位置で指定(親ボックス基準) */
	top: 60px;       /* 上から px */
	left: 306px;      /* 左から px */ 
		}
	
	#suehiro {
	position:absolute; /* 絶対位置で指定(親ボックス基準) */
	top: 60x;       /* 上から px */
	left: 306px;      /* 左から px */ 
		}
	
	#suehiro a {
	display: block;
	height: 55px;
	width: 112px;
    background-image: url(../img/station_suehiro.png);
	background-repeat:no-repeat;
	text-indent:-9999px
	}
	
	#suehiro a:hover {
    background-image: url(../img/station_suehiro_ov.png)
	}
	
	#awajicho {
	position:absolute; /* 絶対位置で指定(親ボックス基準) */
	top: 322px;       /* 上から px */
	left: 146px;      /* 左から px */ 
		}
	
	#awajicho a {
	display: block;
	height: 55px;
	width: 112px;
    background-image: url(../img/station_awajicho.png);
	background-repeat:no-repeat;
	text-indent:-9999px
	}
	
	#awajicho a:hover {
    background-image: url(../img/station_awajicho_ov)
	}
	
	#akihabara {
	position:absolute; /* 絶対位置で指定(親ボックス基準) */
	top: 208px;       /* 上から px */
	left: 358px;      /* 左から px */ 
		}
	
	#akihabara a {
	display: block;
	height: 55px;
	width: 112px;
    background-image: url(../img/station_akinabara.png);
	background-repeat:no-repeat;
	text-indent:-9999px
	}
	
	#akihabara a:hover {
    background-image: url(../img/station_akihabara_ov.png)
	}
	
	#iwamotocho {
	position:absolute; /* 絶対位置で指定(親ボックス基準) */
	top: 301px;       /* 上から px */
	left: 398px;      /* 左から px */ 
		}
	
	
	#iwamotocho a {
	display: block;
	height: 55px;
	width: 112px;
    background-image: url(../img/station_iwamotocho.png);
	background-repeat:no-repeat;
	text-indent:-9999px
	}
	
	#iwamotocho a:hover {
    background-image: url(../img/station_iwamotocho_ov.png)
	}
	
	#kanda {
	position:absolute; /* 絶対位置で指定(親ボックス基準) */
	top: 433px;       /* 上から px */
	left: 281px     /* 左から px */ 
	}
	
	#kanda a {
	display: block;
	height: 55px;
	width: 112px;
    background-image: url(../img/station_kanda.png);
	background-repeat:no-repeat;
	text-indent:-9999px
	}
	
	#kanda a:hover {
    background-image: url(../img/station_kanda_ov.png)
	}
	
	#ogawamachi {
	position:absolute; /* 絶対位置で指定(親ボックス基準) */
	top: 286px;       /* 上から px */
	left: 228px     /* 左から px */ 
	}
	
	#ogawamachi a {
	display: block;
	height: 55px;
	width: 112px;
    background-image: url(../img/station_ogawamashi.png);
	background-repeat:no-repeat;
	text-indent:-9999px
	}
	
	#ogawamachi a:hover {
    background-image: url(../img/station_ogawamashi_ov.png)
	}