@charset "UTF-8";

body {
	background: #d30132;
	padding: 5px;
	overflow: hidden;
}

#emergency {
	background: #fff;
	width: 860px;
	height: 210px;
	margin: 0 auto;
	padding: 15px;
}
#emergency div {
	overflow: auto;
	height: 163px;
	padding: 15px 0 0;
}
#emergency h1 {
	background: #a60129 url(img/bg-title.gif) repeat-x left bottom;
	border: 1px solid #7a0c25;
	padding: 5px;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
}
#emergency p {
	margin: 0 5px 10px;
}
#emergency dl {
	zoom: 1;
	border-bottom: 1px dotted #fe0000;
	margin: 0 5px 15px;
	padding: 0 0 10px;
}
#emergency dl:after { content:"."; display: block; height:0px; clear:both; line-height:0; visibility:hidden; }
#emergency dt {
	float: left;
	background: url(img/arrow.gif) no-repeat left center;
	width: 135px;
	margin: 0 0 5px;
	padding: 0 0 0 15px;
	line-height: 1.5;
	text-align: right;
	color: #a20001;
}
#emergency dd {
	margin: 0 0 5px;
	padding: 0 0 0 155px;
	line-height: 1.5;
}
#emergency dd a {
	padding: 0 0 0 40px;
}
#emergency dd a.icon01 { background: url(img/icon01.gif) no-repeat 0 0; }
#emergency dd a.icon02 { background: url(img/icon02.gif) no-repeat 0 0; }
#emergency dd a.icon03 { background: url(img/icon03.gif) no-repeat 0 0; }
#emergency dd a.icon04 { background: url(img/icon04.gif) no-repeat 0 0; }
