@charset "shift_JIS";

/*
	Description: sub_navigation template style
*/

/****** CONTENTS ***************************************

	1: SUB NAVIGATION 

*******************************************************/

/****** 1: SUB NAVIGATION *****************************/

/*	General
-------------------------*/

#sub_navi{
	width:860px;
	margin:0px auto 10px auto;
}

#sub_navi li{
	float:left;
	margin:0 5px 0 0;
	font-size:12px;
	line-height:1.6;
	}

#sub_navi li a{
	display:block;
	padding:3px 14px;
	}
	
#sub_navi li a:link{
	text-decoration:none;
	}
#sub_navi li a:visited{
	text-decoration:none;
	}
#sub_navi li a:hover{
	text-decoration:none;
	}

/*	news
-------------------------*/

#sn_news{
	border-bottom:2px solid #227ad5;
	}

#sn_news a{
	color:#0757bb;
	background:#eaeaea url(../../news/common/img/news_sub_off.gif) repeat-x 0 bottom ;
	}

#sn_news a:hover, #sn_news li.position a{
	color:#fff;
	background:#3e95ef url(../../news/common/img/news_sub_on.gif) repeat-x 0 bottom ;
	text-decoration:none;
	}

/*	cinema
-------------------------*/

#sn_cinema{
	border-bottom:2px solid #1291e2;
	}

#sn_cinema a{
	color:#0757bb;
	background:#e7f7fc url(../../cinema/common/img/cinema_sub_off.gif) repeat-x 0 bottom ;
	}

#sn_cinema a:hover, #sn_cinema li.position a{
	color:#fff;
	background:#3cb6eb url(../../cinema/common/img/cinema_sub_on.gif) repeat-x 0 bottom ;
	text-decoration:none;
	}

/*	music
-------------------------*/

#sn_music{
	border-bottom:2px solid #383c79;
	}

#sn_music a{
	color:#0757bb;
	background:#e4efff url(../../music/common/img/music_sub_off.gif) repeat-x 0 bottom ;
	}

#sn_music a:hover, #sn_music li.position a{
	color:#fff;
	background:#425d99 url(../../music/common/img/music_sub_on.gif) repeat-x 0 bottom ;
	text-decoration:none;
	}

/*	shop
-------------------------*/

#sn_shop{
	border-bottom:2px solid #d63657;
	}

#sn_shop a{
	color:#8e0824;
	background:#fdf3db url(../../gourmet/common/img/gourmet_sub_off.gif) repeat-x 0 bottom ;
	}

#sn_shop a:hover, #sn_shop li.position a{
	color:#fff;
	background:#e75d7a url(../../gourmet/common/img/gourmet_sub_on.gif) repeat-x 0 bottom ;
	text-decoration:none;
	}

/*	travel
-------------------------*/

#sn_travel{
	border-bottom:2px solid #3f9c19;
	}

#sn_travel a{
	color:#0757bb;
	background:#e9fecc url(../../travel/common/img/travel_sub_off.gif) repeat-x 0 bottom ;
	}

#sn_travel a:hover, #sn_travel li.position a{
	color:#fff;
	background:#51c114 url(../../travel/common/img/travel_sub_on.gif) repeat-x 0 bottom ;
	text-decoration:none;
	}
