@charset "Shift_JIS";

/* ========================================

	対象ファイル：emergency_eastjapan_014.html
	対象箇所　　：コンテンツ枠内

======================================== */

#main {
	background: url(../img/emergency_eastjapan_014/main.png) no-repeat;
}


/* ---------- sub_nav ---------- */

#sub_nav li li li a.sub_nav_dropdown {
	margin-left: 28px;
	padding: 4px 0 4px 12px;
	background: url(../../img/common/arrow_lightgray_down.png) no-repeat left 8px;
}

#sub_nav li li li a.sub_nav_dropdown:hover {
	margin-left: 28px;
	padding: 4px 0 4px 12px;
	background: url(../../img/common/arrow_pink_down.png) no-repeat left 8px !important;
}

#sub_nav li li li a.sub_nav_dropdown_current {
	margin-left: 28px;
	padding: 4px 0 4px 12px;
	background: url(../../img/common/arrow_lightgray_down.png) no-repeat left 8px;
}

#sub_nav li li li a.sub_nav_dropdown_current:hover {
	margin-left: 28px;
	padding: 4px 0 4px 12px;
	background: url(../../img/common/arrow_pink_down.png) no-repeat left 8px !important;
}

#sub_nav li li li li a {
	margin-left: 40px;
}

#sub_nav li li li li a:hover {
	margin-left: 40px;
}


/* ---------- text & image ---------- */

.text {
	width: 490px;
	float: left;
}

.image {
	width: 200px;
	float: right;
}

.image img {
	display: block;
	margin-top: 20px;
}
.image .explanation {
	display: block;
	margin-top: 10px;
}


/* ---------- outline ---------- */

#support {
	width: 490px;
	margin: 5px 0 10px;
}

#support thead {
	padding: 5px;
	background: #4B4B4B;
	text-align: center;
	color: #FFF;
}

#support tr.gray {
	background: #F0F0F0;
}

#support th {
	width: 160px;
	padding: 5px 10px;
	text-align: center;
	vertical-align: middle;
}

#support td {
	border-left: 1px solid #DCDCDC;
	padding: 5px 10px;
	vertical-align: top;
}


/* ---------- 2photos and 1explanation ---------- */

.photo2_ex1 {
	width: 640px;
	margin: 0 auto 20px;
}

.photo2_ex1 a {
	display: block;
	width: 300px;
	margin: 20px 10px 10px;
	float: left;
}

.photo2_ex1 img {
	display: block;
	width: 300px;
}

.photo2_ex1 .explanation {
	display: block;
	padding: 0 10px;
	text-align: center;
	clear: both;
}


/* ---------- damage ---------- */

#damage {
	width: 710px;
	margin: 25px auto 10px;
	clear: both;
}

#damage thead th,
#damage thead td {
	padding: 5px;
	background: #4B4B4B;
	text-align: center;
	color: #FFF;
}

#damage tr.gray {
	background: #F0F0F0;
}

#damage th {
	padding: 5px 10px;
	text-align: center;
	vertical-align: middle;
}

#damage td {
	border-left: 1px solid #DCDCDC;
	padding: 5px 10px;
	vertical-align: top;
}

