@charset "Shift_JIS";

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

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

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

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

/* ---------- activity ---------- */

#activity {
	margin: 15px 0;
	padding: 0 10px;
}

#activity li {
	width: 210px;
	margin: 0 10px;
	float: left;
}

#activity li a {
	display: block;
	width: 190px;
	height: 125px;
	padding: 65px 10px 10px;
	font-size: 14px;
	line-height: 21px;
	color: #FFF;
	text-decoration: none;
}

#activity li a:hover {
	color: #FFDC00;
}

#cooperation {
	background: url(../img/activity/cooperation.gif) no-repeat;
}

#cooperation:hover {
	background: url(../img/activity/cooperation_on.gif) no-repeat;
}

#emergency {
	background: url(../img/activity/emergency.gif) no-repeat;
}

#emergency:hover {
	background: url(../img/activity/emergency_on.gif) no-repeat;
}

#publicity {
	background: url(../img/activity/publicity.gif) no-repeat;
}

#publicity:hover {
	background: url(../img/activity/publicity_on.gif) no-repeat;
}


/* ---------- area ---------- */

#area {
	margin: 15px 0;
	padding: 0 10px;
}

#area li {
	width: 210px;
	height: 360px;
	margin: 0 10px;
	float: left;
}

#area li a {
	display: block;
	width: 190px;
	height: 155px;
	padding: 195px 10px 10px;
	font-size: 14px;
	line-height: 21px;
	color: #FFF;
	text-decoration: none;
}

#area li a:hover {
	color: #FFDC00;
}

#cambodia {
	background: url(../img/activity/cambodia.gif) no-repeat;
}

#cambodia:hover {
	background: url(../img/activity/cambodia_on.gif) no-repeat;
}

#vietnam {
	background: url(../img/activity/vietnam.gif) no-repeat;
}

#vietnam:hover {
	background: url(../img/activity/vietnam_on.gif) no-repeat;
}

#nepal {
	background: url(../img/activity/nepal.gif) no-repeat;
}

#nepal:hover {
	background: url(../img/activity/nepal_on.gif) no-repeat;
}


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

#map {
	width: 670px;
	height: 480px;
	margin: 10px auto 30px;
	background: url(../img/activity/map.jpg) no-repeat;
	position: relative;
}

#map_explanation {
	margin: 0 20px;
}

#map_default {
	width: 670px;
	height: 480px;
	position: absolute;
	top: 0;
	left: 0;
	cursor: pointer;
	display: none;
}

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

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

#cambodia_pop {
	width: 220px;
	height: 85px;
	padding: 35px 10px 10px;
	top: 330px;
	left: 200px;
	display: none;
	
}

#vietnam_pop {
	width: 340px;
	height: 85px;
	padding: 35px 10px 10px;
	top: 330px;
	left: 210px;
	display: none;
}

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

#japan_pop {
	width: 220px;
	height: 85px;
	padding: 35px 10px 10px;
	top: 160px;
	left: 410px;
	display: none;
}

#srilanka_pop {
	width: 220px;
	height: 85px;
	padding: 35px 10px 10px;
	top: 140px;
	left: 40px;
	display: none;
}

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

#indonesia_pop {
	width: 220px;
	height: 85px;
	padding: 35px 10px 10px;
	top: 190px;
	left: 320px;
	display: none;
}


/* ---------- field ---------- */

#field a {
	display: block;
	width: 670px;
	margin: auto;
}

