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