/*
---------------------------------------------------------------------
　東日本大地震対応 ちばトップ特別エリア　2011.3.21　saitou
---------------------------------------------------------------------
*/

#emergency_area {
    margin: 10px 0px 10px 0;
	border: 1px solid #CCC;
	padding: 5px;
	width: 569px;
	float:right;
	display: inline;
}

#emergency_area p.txt_b {
    font-size: 14px;
	font-weight: bold;
}
#emergency_area p.txt_c {
    font-size: 18px;
	font-weight: bold;
}

#emergency_area p.txt_d {
    font-size: 24px;
	font-weight: bold;
}


#emergency_area ul.deli {
    font-size: 0.8em;
	line-height: 1.5;
}

#emergency_area ul.deli li {
    margin-bottom: 3px;
}

/*　放射性物質問題 111107 edit kumagai */
#radioactive_area  {	
    margin: 10px 0px 10px 0px ; 
	border: 1px solid #CCC;
	padding: 5px;
	width: 569px;
	overflow:hidden;
}
#radioactive_area h2 {
    font-size: 18px;
	font-weight: bold;
	margin:0 0 10px 0;
	padding:0;
	color:#333;
	background-color:#FFF;
	line-height:1.5;
	text-align:center;
	letter-spacing:0.1em;
}
.bnt_lft {
	float:left;
	margin:0 0 0 50px;
	display:inline;
}
.bnt_rgh {
	float:right;
	margin:0 50px 0 0 ;
	display:inline;
}
/* 放射性物質問題 111107 edit kumagai */	