/*----------トップメニューのラインの色----------*/
#top_menu{ background-color:#0000b2;}

/*===================左サイドの色指定====================*/
#left li a:hover{
 background : url(img/y_blue.gif) no-repeat 5px center;
 background-color:#f2f2ff;
}
#left h2{
 background-color:#0000b2;
}
#left a.gen{
 background : url(y_blue.gif) no-repeat 5px center;
 background-color:#f2f2ff;
 text-decoration:none;
}
/*====================右サイド枠====================*/
/*----------メニューの枠色----------*/
#menu h2{
 background-color:#f2f2ff;
 border:1px solid #0000b2;
 border-left-width:15px;
}
/*----------メニューのリストマーク----------*/
#menu td a{
 background : url(img/y_blue.gif) no-repeat 0px center;
}

/*====================コンテンツ===================*/
#contents h1{
 border-top:4px double #0000b2;
 border-bottom:4px double #0000b2;
 background : #f2f7ff url(img/m04.gif) no-repeat 10px center;
}

/*====================個別の設定====================*/
/*----------市長の署名---------*/
#sign{
 display:block;
 text-align:right;
 margin:10px 20px 0px;
}
#sign p{
 display:inline;
 font-size:medium;
}
#sign p.name{
 display:inline;
 font-size:large;
 font-weight:bold;
}

/*----------組織図の提供情報リスト---------*/
#contents td ul{margin:5px;}
#contents td li{
 list-style-image:none;
 padding:0;
 margin:0 0 0 10px;
 list-style-type:square;
}
