@charset "Shift_JIS";

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

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

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

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


/* ---------- gallery ---------- */

#gallery {
	width: 400px;
	padding: 5px 0 15px 5px;
	float: left;
}

#gallery_thumb {
	width: 280px;
	padding: 5px 0 5px;
	float: right;
}

#gallery_thumb li {
	width: 60px;
	margin: 0 5px 10px;
	background: #000;
	float: left;
}

#gallery_thumb img {
	display: block;
	width: 60px;
	cursor: pointer;
}

#gallery_thumb img:hover {
	opacity: 0.7;
}


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

#outline {
	width: 710px;
	margin: 5px 0 10px;
}

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

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

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

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


/* ---------- map ---------- */

#map {
	display: block;
	margin: 5px 0 15px 15px;
	float: right;
}

