/*----------トップメニューのラインの色----------*/
#top_menu{ background-color:#b20000;}

/*===================左サイドの色指定====================*/
#left li a:hover{
 background: url(img/y_red.gif) 5px center no-repeat;
 background-color:#fff2f2;
}
#left h2{
 background-color:#b20000;
}
#left h3{
 background-color:#ffcccc;
}
#left a.gen{
 background: url(img/y_red.gif) 5px center no-repeat;
 background-color:#fff2f2;
}

/*====================右サイド枠====================*/
/*----------メニューの枠色----------*/
#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 #b20000;
 border-bottom:4px double #b20000;
 background:#fff2f2 url(img/m02.gif) no-repeat 10px center;
}

/*---------特産品----------*/
#contents td img{margin:10px 20px;}
#contents td ul{margin:0px 0px 0px 20px;}
