@charset "shift-jis";

#menu ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#menu li {
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	overflow: hidden;
}
#menu a, #menu a:visited {
	display: block;	
	margin: 0px;
	padding: 0px 0px 0px 20px;
	color: #DDDEBF;
	font-family: "Arial", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Osaka", sans-serif;
	font-weight: normal;
	text-decoration: none;
	line-height: 1.7em;
	
    transition: all .3s ease-in-out;  
    -moz-transition: all .3s ease-in-out;  
    -webkit-transition: all .3s ease-in-out;  
    -o-transition: all .3s ease-in-out;  
}

#menu a:hover {
	background: url(img/background_grass.gif);
	color: #FFE840;
}

#menu a.en, #menu a.en:visited {
	font-weight: bold;
}

#menu a.small, #menu a.small:visited { 
	font-size: 10px;
	font-weight: normal;
}
#menu a.mini, #menu a.mini:visited { 
	font-size: 9px;
	font-weight: normal;
	letter-spacing : -1px;
}
#menu a.narrow, #menu a.narrow:visited {
	letter-spacing: -1px;
}

#menu .banner a {
	display: inline;
	background: none;
}

#menu .banner img {
	box-shadow: 0px 0px 2px #002200;  

}

/* ++++++++++++++++++++++ 旧トップメニュー++++++++++++++++++++++ */


#topmenu a, #topmenu a:visited {
	color: #005800;
	font-family: "Arial", "Helvetica", sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	
    transition: color .2s ease-in-out, background-color .2s ease-in-out;  
    -moz-transition: color .2s ease-in-out, background-color .2s ease-in-out;  
	-webkit-transition: color .2s ease-in-out, background-color .2s ease-in-out;  
    -o-transition: color .2s ease-in-out, background-color .2s ease-in-out;  
}

#topmenu a:hover{
	color: #ffffff;
	background: #006400;
	text-decoration: none;
}

#footer a, #footer a:visited  {
	color: #FFE840;
	font-family: "Arial", "Helvetica", sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

