/*----------トップメニューのラインの色----------*/
#top_menu{ background-color:#001f7a;}

/*===================左サイドの色指定====================*/
#left li a:hover{
 background: url(img/y_black.gif) 5px center no-repeat;
 background-color:#f2f2f2;
}
#left a.gen{
 background: url(img/y_black.gif) 5px center no-repeat;
 background-color:#f2f2f2;
 text-decoration:none;
}

/*====================右サイド枠====================*/
/*----------メニューの枠色----------*/
#menu h2{
 background-color:#fff2f2;
 border:1px solid #b20000;
 border-left-width:15px;
}
/*----------メニューのリストマーク----------*/
#menu td a{
 background: url(img/y_red.gif) 0px center no-repeat;
}

/*====================コンテンツ===================*/
#contents h1{
 border-top:4px double #001f7a;
 border-bottom:4px double #001f7a;
 background:#f2f7ff url(img/m00.gif) no-repeat 10px center;
}
