
@charset "UTF-8";
/* Base Styles */
#cssmenu,
#cssmenu ul,
#cssmenu li,
#cssmenu a {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  font-weight: normal;
  text-decoration: none;
  line-height: 1;
  font-family: Verdana, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-size: 14px;
  position: relative;
  margin-bottom:5px;
}
#cssmenu a {
  line-height: 1.3;
}
#cssmenu {
    width: 250px;
}
#cssmenu > ul > li > a {
  padding-right: 40px;
  font-size: 25px;
  font-weight: bold;
  display: block;
  background:#344273;
  color: #ffffff;
  border-bottom: 1px solid #fff;
  text-transform: uppercase;
  margin-bottom:0px;
}
#cssmenu > ul > li > a > span {
  background: #344273;
  padding: 11px;
  display: block;
  font-size: 12px;
  font-weight: 300;
  padding-left:25px;
}
#cssmenu > ul > li > a:hover {
  text-decoration: none;
}
#cssmenu > ul > li.active {
  border-bottom: none;
}
#cssmenu > ul > li.active > a {
  color: #fff;
}
#cssmenu > ul > li.active > a span {
  background: #344273;
}
#cssmenu span.cnt {
  position: absolute;
  top: 10px;
  right: 15px;
  padding: 0;
  margin: 0;
  background: none;
  display: none;
}
/* Sub menu */
#cssmenu ul ul {
  display: none;
}
#cssmenu ul ul li {
  border: 1px solid #e0e0e0;
  border-top: 0;
}
#cssmenu ul ul a {
  padding: 14px;
  display: block;
  color: #fff;
  font-size: 12px;
  background: #6777a3;
   margin:0px;
  margin-left: 10px;

  position: relative;
}

#cssmenu ul ul li.odd {
  background: #A8B5D6;
   margin-bottom:0px;
}
#cssmenu ul ul li.even {
  background: #A8B5D6;
  margin-bottom:0px;
}
.has-sub a{
	margin-bottom:0px;

}
#cssmenu ul{
	margin:0px;

}
#cssmenu ul ul li.even:hover,#cssmenu ul ul li.odd:hover,li.selected{


}
ul li.active{ background-color: #000; }
ul li.active a{ color: #fff; }
ul li.current {border-bottom:1px #333 solid;}
.even:hover span::before ,.odd:hover span::before{

}
.t_l:before{
    content: "";
    background:url(../images/arrow_menu.png) no-repeat 0 0;
    width:10px;
    height: 10px;
    margin-right: 10px;
    position: ABSOLUTE;
    left: 10px;
    top: 50%;
    margin-top: -6px;
}
.nowpage:after{
	content: "";
	position:absolute;
	right: -7px;
	font-size: 11px;
	top: 16px;
	color:#6777a3;
	width: 10px;
	height: 9px;
	background: url(../images/nowpage.png) no-repeat 0 0;
}

.ie .nowpage:after{
	content: "";
	position:absolute;
	right: -8px;
  top: 16px;
	width: 10px;
	height: 9px;
	background: url(../images/nowpage.png) no-repeat 0 0;
}


.active .t_l:before{
  content:"";
  background:url(../images/arrow_menu_open.png) no-repeat 0 0;
  width:10px;
  height:10px;
  margin-right: 10px;
  position: ABSOLUTE;
  left: 10px;
}
