/* PeXポイントを使う spend.css */

@charset "UTF-8";

/* ナビゲーションバー */
#header .menu_contents .spend a {
	background: 	#FB8024;
	color:#ffffff;
	font-weight:bold;
	border-left:1px solid #FB8024;
	border-right:1px solid #FB8024;
	border-top:1px solid #FB8024;
}
#header .menu_contents .spend a:hover{
	background: 	#FB8024;
	color:#ffffff;
	font-weight:bold;
}


#header .menu_contents .spend a:visited{
	background: 	#FB8024;
	color:#ffffff;
	font-weight:bold;
}


