@charset "Shift_JIS";

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

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

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

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


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

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

.image {
	width: 300px;
	margin-top: 20px;
	float: right;
}

.image img {
	display: block;
	margin-bottom: 10px;
}


/* ---------- text & movie ---------- */

.text_mov {
	width: 390px;
	float: left;
}

.movie {
	width: 300px;
	float: right;
}


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

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

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


/* ---------- thumb_wrap ---------- */

#thumb_wrap {
	width: 710px;
	height: 140px;
	margin: 20px 0 30px;
	background: url(../img/cooperation_cambodia_001_now/thumb_bg.gif) no-repeat;
}

#btn_prev,
#btn_next {
	float: left;
}

#thumb {
	width: 650px;
	height: 120px;
	padding: 10px 0;
	overflow: hidden;
	float: left;
	position: relative;
}

#thumb ul {
	width: 650px;
	height: 120px;
	position: absolute;
	left: 0;
}

#thumb li {
	margin-right: 5px;
	background: #000;
	float: right;
}

#thumb li a,
#thumb li img {
	display: block;
}

