@charset "UTF-8";
/* CSS Document */

/* ---------------------------------- Import CSS ---------------------------------- */
@import url(../../common/css/common.css);
@import url(../../common/css/header.css);
@import url(../../common/css/global_nav.css);
/*@import url(../../css/common/primary.css);
@import url(../../css/common/secondary.css);*/
@import url(../../common/css/footer.css);

/* ---------------------------------- network Comp ---------------------------------- */
#viIndex {
	margin: 0 auto;
	text-align: left;
	width: 956px;
}

#viArea h1{
	display: block;
	text-indent: -9999px;
	overflow: hidden;
}

#contents .bkNone {	background: none !important;}

#viArea {
	background: url(../img/vi_network_index.jpg) left top no-repeat;
	left: 3px;
	top: 0;
	height: 270px;
	width: 950px;
	position: relative;
}

#main {
	width: 870px;
}



/* breadCrumbs */
#viContents .breadCrumbs {
 background: url(../img/vi_network_index_btm.jpg) left bottom no-repeat;
	bottom: 0;
	right: 0;
	text-align: left;
	padding: 8px 0;
	width: 950px;
	position: absolute;
}

#viContents .breadCrumbs p,
#viContents .breadCrumbs p a,
#viContents .breadCrumbs p a:visited,
#viContents .breadCrumbs p a:hover {
	color: #FFFFFF;
}

#viContents .breadCrumbs p {
	margin: 0 14px;
}

#viContents .breadCrumbs p img {
	margin: 0 7px;
	vertical-align: middle;
}


/* ---------------------------------- network Uniq ---------------------------------- */

#contents h2 {
	margin-bottom: 13px;
}

#contents h3 {
	background: #666666;
	clear: both;
	font-size: 85%;
	line-height: 100%;
	margin-bottom: 15px;
	padding: 6px 0;
	color:#EFEEEF;
	padding-left: 11px;
	font-weight: normal;
	letter-spacing :0.05em;
}

#contents h3 img {
	margin-left: 11px;
}

.worldMap {
	background: url(../img/worldmap01.png) left top no-repeat;
	height: 430px;
	margin-bottom: 40px;
	position: relative;
	width: 950px;
margin: 0 auto;
}
/*.worldMap {
	background: url(../img/worldmap.png) left top no-repeat;
	height: 502px;
	margin-bottom: 40px;
	position: relative;
	width: 950px;
margin: 0 auto;
}*/

.mapEu,
.mapAsia,
.mapUsa,
.mapAfr,
.mapAu {
font-size: 14px;
background: #fff;
	height: 16px;
	position: absolute;
	z-index: 1;
	font-size: 12px;
	color:#000;
	font-weight: bold;
padding: 2px 12px;
border-radius: 4px;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border: 1px solid #ccc;
behavior: url(/pie/PIE.htc);
}

.mapEu {
	left: 106px;
	top: 142px;
}

.mapAsia {
	left: 372px;
	top: 191px;
}

.mapUsa {
	left: 704px;
	top: 184px;
}

.mapAfr {
	left: 166px;
	top: 227px;
}
.mapAu {
	left: 354px;
	top: 372px;
}

#contents dl {
	margin-bottom: 30px;
	width: 870px;
}

#contents dl.end {
	margin-bottom: 0px;
	width: 870px;
}

.worldMap a:{
color: #ff0000;
text-decoration: underline;
}

#contents dl dt {
	background: url(../../common/img/bg_dott_999.gif) left bottom repeat-x;
	display: block;
	font-weight: bold;
	line-height: 100%;
	margin-bottom: 12px;
	padding: 0 0 9px 0;
}

#contents dl dd {
	line-height: 150%;
}

#contents dl dt a,
#contents dl dt a:hover,
#contents dl dt a:visited {
	color: #333333;
	text-decoration: none;
	cursor: text;
}

#contents dl dd ul {
	width: 870px;
}


#contents dl dd ul li {
	padding-right: 14px;
	padding-left: 5px;
	display: inline;
}
#contents dl dd ul li a {
	white-space: nowrap;
	color:#000000;
	text-decoration: underline;
}
#contents dl dd ul li a:hover {
	white-space: nowrap;
	color:#cc0000;
	text-decoration: underline;
}
#contents dl dd ul li span {
	white-space: nowrap;
}

#contents ul.overseaList {
	width: 870px;
}

#contents ul.overseaList li {
	float: left;
	margin-right: 29px;
	padding-bottom: 15px;
	width: 270px;
}

#contents .mgNone {	margin: 0 !important;}
#contents ul li.osLast {	padding-bottom: 0 !important;}
