
/*ニュースページ用ボックス※このボックス内のタイトルををセンタリングさせる */

#container_n{
position:relative;
text-align:center;
margin:auto;
width:100%;
}


/*ニューストップページタイトル用ボックス*/

#newstop_title{
position:relative;
text-align:center;
margin:0px auto;/*「auto」を設定すると、ボックス内が中央に寄る*/
top:10px;
width:514px;
height:px;
background-color:#;/*背景色*/
font-size: 0.8em;/*文字の大きさ：小*/
color: #000000;/*文字の色：黒*/

}



#newstop_title2{
position:relative;
text-align:center;
margin:auto;
margin-top:10px;
width:514px;
height:px;
background-color:#ECFFD9;/*背景色*/
font-size: 0.8em;/*文字の大きさ：小*/
color: #000000;/*文字の色：黒*/

}




/*ニュースページ見出し用ボックス */
#newstop{
position:relative;
text-align:left;
margin:auto;
margin-top:10px;
width:538px;
height:24px;
background-image:url('http://www.kenko-chiba.or.jp/00news/picture/head_news.gif');/*背景画像*/
background-repeat:no-repeat;
font-size: 0.8em;/*文字の大きさ：小*/
font-weight: bold;/*文字の太さ：太*/
color: #008000;/*文字の色：緑*/

}





/*イベントページ見出し用ボックス*/

#eventtop{
position:relative;
text-align:left;
margin:auto;
margin-top:10px;
width:538px;
height:24px;
background-image:url('http://www.kenko-chiba.or.jp/00news/picture/head_event.gif');/*背景画像*/
background-repeat:no-repeat;
font-size: 0.8em;/*文字の大きさ：小*/
color: #008000;/*文字の色：緑*/
font-weight: bold;/*文字の太さ：太*/

}


/*法改正等案内ページ見出し用ボックス*/
#houkitop{
position:relative;
text-align:left;
margin:auto;
margin-top:10px;
width:538px;
height:24px;
background-image:url('http://www.kenko-chiba.or.jp/00news/picture/bg_head.gif');/*背景画像*/
background-repeat:no-repeat;
font-size: 0.8em;/*文字の大きさ：小*/
font-weight: bold;/*文字の太さ：太*/
color: #008000;/*文字の色：緑*/
}