@charset "utf-8";

#menuWrap {
   width:100%;
   margin:0 auto;
   background:url(../images/bg.gif) 0 0 repeat-x;
}
.menu {
   width:722px;
   overflow:hidden;
   margin:0 auto;
   font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
   padding-left:2px;
   list-style-type:none;
   background:url(../images/bg_list_left.gif) 0 0 no-repeat;
}

.menu li {
   float:left;
   font-size:0.75em;
   color:#333;
}

.menu li a {
   display:block;
   width:120px;
   color:#fff;
   padding:20px 0;
   line-height:1.2;
   text-align:center;
   text-decoration:none;
   background:url(../images/bg_list.gif) 100% 0 no-repeat;
}

.menu li a.current {
}

.menu li a:hover {
   background:url(../images/bg_list_on.gif) 100% 0 no-repeat;
}.lg {
	color: #4E8D19;
}
.blue {
	color: #1921C5;
}
