@charset "Shift_JIS";



/*------List Name------*/

#maincontentsInner .ln{
   font-weight : bold;
   color : #a80a26;
   padding-bottom : 5px;
   font-size : 110%;
}


#maincontentsInner .ln a:link{
   color : #a80a26 ; 
   text-decoration : none;
}

#maincontentsInner .ln a:visited{
   color : #a80a26 ; 
   text-decoration : none;
}



/*------List------*/

#maincontentsInner .list{
   padding-bottom : 30px;
}


#maincontentsInner .list ul{
   list-style : none;
   width : auto;
   border-bottom : #ccc 1px solid;
}


#maincontentsInner .list li a{
  display : block;
  width : auto;
  margin : 0;
  padding : 6px 3px 6px 22px;
  font-size : 90%;
  line-height: 90%;
  text-align : left;
  background : #fff url(../images/list_off.gif) no-repeat 0 0 ;
  text-decoration : none;
  font-weight : normal;
  color : #444;
}




#maincontentsInner .list li a:hover{
  background : #003762 url(../images/list_on.gif) no-repeat 0 0 ;
  color : #fff;
}


