@charset "utf-8";

/* 緊急情報関連 */

/* off */
#emergency_off{
	border:2px #669900 solid;
	padding:5px;
	background:#ffffff;
	margin-bottom:5px;
	width: 953px;
}

#emergency_off .tbl_emergency{
	
}

.txt_off{
	border:1px solid #cccccc;
	padding:3px;
	width:460px;
	margin-left:5px;
	font-size:0.9em;
	background: white;
}

/* on */
#emergency_on{
	padding: 5px 0;
	background: white;
	margin-bottom: 5px;
	width: 780px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
}
.txt_on{
	border:1px solid #cccccc;
	padding:3px;
	width:460px;
	margin-left:5px;
	font-size:0.9em;
	color:#000000;
	background:#ffe4e1;
}

.txt_on a {
	text-decoration: underline !important;
	color:#ff0000 !important;
	padding-left: 15px;
	background:#ffe4e1 url("img/li_emergenc.gif");
	background-repeat: no-repeat;
}


/* 共通 */

td.v_top{
	vertical-align:top;
}

td.v_bottom{
	vertical-align:bottom;
}
td.v_middle{
	vertical-align:middle;
}
/* 重要情報バナーエリア */

#emergency_banner{
	border:2px #ff0000 solid;
	/*margin-left:2px;
	margin-top:2px;*/
	text-align:left;
	background:#ffffff;
	margin-bottom:4px;
	font-size:0.8em;
	line-height:1.2em;
	padding:8px;
}
#emergency_banner img{
	margin-top:3px;
	margin-bottom:3px;
}

#emergency_banner a{
	color:#ff0000 !important;
	text-decoration: underline !important;
}
