@charset "Shift_JIS";

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

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

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

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


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

#map {
	width: 300px;
	height: 300px;
	margin: 0 0 15px 15px;
	background: url(../img/cooperation_cambodia/map.jpg) no-repeat;
	position: relative;
	float: right;
}

.map_pop {
	display: block;
	position: absolute;
}

.map_pop li {
	font-size: 14px;
	line-height: 18px;
	margin-bottom: 5px; 
}

#phnompenh_pop {
	width: 220px;
	height: 85px;
	padding: 35px 10px 10px;
	top: 50px;
	left: 30px;
	display: none;
	
}

#kampongchhnang_pop {
	width: 220px;
	height: 85px;
	padding: 35px 10px 10px;
	top: 10px;
	left: 50px;
	display: none;
	
}


/* ---------- photo_001 ---------- */

#photo_001 {
	margin: 0 0 15px 15px;
	clear: both;
	float: right;
}


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

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

#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;
}


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

#gallery {
	margin: 20px 5px 0;
}

#gallery li {
	margin: 0 5px;
	float: left;
}

#gallery li img {
	width: 165px;
}

