@charset "UTF-8";
body{margin:0;padding:0;}

#map{
	position: relative;
	margin:0;
	padding:0;
}

#map #globalmap{
	/*position: relative;*/
	background:url(../images/top_worldmap.jpg) no-repeat;
	width:603px;
	height:440px;
}

#map #globalmap a{
	width:100px;
	height:22px;
	text-indent:-999999px;
	display:block;
	cursor: pointer;
}

#map #globalmap a#area_europe {	/* ヨーロッパ */
	position:absolute;
	top:100px;
	left:30px;
}
#map #globalmap a#area_china {	/* 中国・香港・モンゴル */
	position:absolute;
	top:135px;
	left:113px;
}
#map #globalmap a#area_japan {	/* 日本 */
	position:absolute;
	top:168px;
	left:234px;
}
#map #globalmap a#area_middle_east_africa {	/* 中東・アフリカ */
	position:absolute;
	top:200px;
	left:8px;
}
#map #globalmap a#area_asean {	/* ASEAN */
	position:absolute;
	top:200px;
	left:237px;
}
#map #globalmap a#area_india {	/* インド周辺 */
	position:absolute;
	top:200px;
	left:134px;
}
#map #globalmap a#area_oceania {	/* オセアニア */
	position:absolute;
	top:315px;
	left:212px;
}
#map #globalmap a#area_cs_america {	/* 北米・中南米 */
	position:absolute;
	top:220px;
	left:407px;
}

#map .countryList {
	background:url(../images/bgcountry.jpg) no-repeat;
	width:603px;
	height:440px;
	list-style-type: none;
	margin:0;
	font-size:12px;
}

#map .countryListInner {
	position:absolute;
	top:72px;
	left:24px;
	width:400px;
}

#map .countryList .countryType {
	color:#FF9900;
	font-size:14px;
	font-weight:bold;
	background:url(../images/border.jpg) left bottom no-repeat;
	padding-bottom:2px;
}

#map .countryList .TCF {
	color:#34CC00;
}

#map .countryList .KSI {
	color:#FF9900;
}

#map .countryList ul {
	width:300px;
	overflow: hidden;
	position: relative;
	zoom:1;
	margin:0;
	padding:0;
}

#map .countryList .linkleft{
	/*width:400px;*/
	list-style-type: none;
}

#map .countryList .linkright{
	/*width:400px;*/
	list-style-type: none;
}

/*
#map .countryList .link_area_europe {
	width:400px;
}
*/

#map .countryList li.cnfirst {
	background:url(../images/arrow.png) left 2px no-repeat;
	margin:4px 0 2px;
	padding-left:16px;
	float:left;
	width:110px;
}

/* ヨーロッパ */
#map .countryList .ksi_link_area_europe li.cnfirst {
	width:60px;
	font-size:8px;
	margin:0;
}

/* 中東・アフリカ */
#map .countryList .ksi_link_area_middle_east_africa li.cnfirst {
	clear:both;
}

/* 北米・中南米 */
#map .countryList .ksi_link_area_cs_america li.cnfirst {
	clear:both;
}

/* 中国・香港・モンゴル */
#map .countryList .ksi_link_area_china li.cnfirst {
	clear:both;
}

/* インド周辺 */
#map .countryList .tcf_link_area_india li.cnfirst {
	clear:both;
}

/* オセアニア */
#map .countryList .ksi_link_area_oceania li.cnfirst {
	clear:both;
}



#map .countryList ul.linkrightSecound li {
}

#map .countryList li a{
	color:#000;
	text-decoration: none;
}

#map .areaName{
	position:absolute;
	top:25px;
	left:50px;
	color:#1F4C8A;
	font-size:16px;
	font-weight:bold;
}

#map #closing{
	position:absolute;
	top:26px;
	left:522px;
	width:56px;
	height:18px;
	text-indent:-999999px;
	display:block;
}
