/*				メインメニュー					*/


/********************************************/
/*				横並びmenu					*/
/*				リスト設定					*/
/********************************************/
#navigation_yoko ul{
	height:35px;
	margin:0;
	padding:0;
	list-style:none;
}

#navigation_yoko li{
	width:142px;
	height:35px;
	margin:0 0px 0 0;
	padding:0;
	display:block;
	float:left;						/*回り込ませて横並びにする*/
}

/********************************************/
/*				縦、横共通					*/
/*			通常時の背景画像設定			*/
/********************************************/

#navigation_yoko a {
	display: block;
	width: 142px;					/*menuの画像サイズに合わせる*/
	
	height: 35px;
	background-image:url(../img/menu.gif);
	background-repeat: no-repeat;
}
#navigation_yoko span {
	visibility:hidden;
	text-indent: -999px;
}

/********************************************/
/*				縦・横共通					*/
/*			通常時の背景座標設定			*/
/********************************************/
#menu1 {
	background-position: 0px 0px;
}

#menu2 {
	background-position: 0px -35px;
}

#menu3 {
	background-position: 0px -70px;
}

#menu4 {
	background-position: 0px -105px;
}
#menu5 {
	background-position: 0px -140px;
}

/********************************************/
/*				縦・横共通					*/
/*		ロールオーバー時の背景座標設定		*/
/********************************************/
a:hover#menu1 {
	background-position: -142px 0px;
}

a:hover#menu2 {
	background-position: -142px -35px;
}

a:hover#menu3 {
	background-position: -142px -70px;
}

a:hover#menu4 {
	background-position: -142px -105px;
}
a:hover#menu5 {
	background-position: -142px -140px;
}

/********************************************/
/*				linkの下線消去				*/
/********************************************/
.non a:link,
.non a:visited,
.non a:hover,
.non a:active {
  border-bottom:0px solid #009fcc;
  text-decoration:none;
}
a:visited {
	font-family: "MS Pゴシック， MSゴシック， Arial， serif， sans-serif， Osaka";
	font-size: 80%;
	line-height: 137%;
	color: #006AC3;
	text-decoration: none;
}
a:hover {
	font-family: "MS Pゴシック， MSゴシック， Arial， serif， sans-serif， Osaka";
	font-size: 80%;
	line-height: 137%;
	color: #006AC3;
	text-decoration: underline;
}

