@charset "utf-8";
/* CSS Document */
/*============================================================
##############################################################
TITLE AND NAVIGATION
##############################################################
============================================================*/
ul#area_navi{
margin          : 0px;
padding         : 0px;
	height:50px;

}
ul#area_navi li{
	margin          : 0px 0px 0px 5px;
	padding         : 0px 0px 0px 0px;
	text-indent     : -9999px;
	list-style-type : none;
	width:140px;
	height:50px;
	background-image: url(../gourmet/images/bg_area_navi.gif);
	background-repeat:no-repeat;
	float:left;
	overflow:hidden;
}
ul#area_navi li a{
	width:140px;
	height:50px;
	display:block;
	text-decoration : none;
	outline         : 0px;
}

h1{
	width:600px;
	height:50px;
	background-repeat:no-repeat;
	text-indent:-9999px;
}
#title_index           {background-image:url(../gourmet/images/title_index.gif            );}
#title_station         {background-image:url(../gourmet/images/title_station.gif          );}
#title_katamachi       {background-image:url(../gourmet/images/title_katamachi.gif        );}
#title_musashigatsuji  {background-image:url(../gourmet/images/title_musashigatsuji.gif   );}

#area_index           {background-position :    0px 0px;}
#area_station         {background-position : -145px 0px;}
#area_katamachi       {background-position : -290px 0px;}
#area_musashigatsuji  {background-position : -435px 0px;}

/*============================================================
##############################################################
MAP
##############################################################
============================================================*/
#map{
	position:absolute;
	top:310px;
	_top:295px;
}
#map a{
	display:block;
	position:absolute;
	font-weight:bold;
	text-decoration:underline;
}

a.genre_izakaya{
color:#e54415;
}
a.genre_sushi{
color:#7d1111;
}
a.genre_world{
color:#cf1e1e
}
a.genre_niku{
color:#1474a4;
}
a.genre_bar{
color:#1f2b88;
}
a.genre_cafe{
color:#4b7d22;
}
a.genre_other {
color:#4F4F4F;
}
#map a.genre_izakaya span{
text-decoration:none;
}

