@charset "iso-8859-1";
/* CSS Document */

/*------------------------
	TOP CSS 
------------------------*/

/*----- main -----*/
#contents .top .main {
	float: left;
	width: 715px;
	padding: 20px 0 30px 0;
	background: url(../images/top/bg_main.jpg) top left repeat-x;
}

#contents .top .main .map-area {
	padding-left: 24px;
}
#contents .top .main .map-area ul {
	width: 656px;
	height: 320px;
	margin-left: 7px;
	position: relative;
	background: url(../images/top/img_map.jpg) top left no-repeat;
}
#contents .top .main .map-area ul .map_eu {
	position: absolute;
	top: 59px; left: 35px;
}
#contents .top .main .map-area ul .map_china {
	position: absolute;
	top: 95px; left: 193px;
}
#contents .top .main .map-area ul .map_korea {
	position: absolute;
	top: 104px; left: 252px;
}
#contents .top .main .map-area ul .map_japan {
	position: absolute;
	top: 142px; left: 329px;
}
#contents .top .main .map-area ul .map_asia {
	position: absolute;
	top: 168px; left: 274px;
}
#contents .top .main .map-area ul .map_thailand {
	position: absolute;
	top: 200px; left: 115px;
}
#contents .top .main .map-area ul .map_australia {
	position: absolute;
	bottom: 71px; left: 153px;
}
#contents .top .main .map-area ul .map_usa {
	position: absolute;
	top: 81px; right: 31px;
}
#contents .top .main .map-area ul .map_brazil {
	position: absolute;
	bottom: 91px; right: 136px;
}

#contents .top .main .map-area ul .map_india {
	position: absolute;
	top: 138px; left: 148px;
}

#contents .top .main .system-area {
	padding: 20px 0 0 40px;
}
#contents .top .main .system-area h3 {
	width: 632px;
	padding: 15px 0 20px 0;
	color: #555;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	background: url(../images/top/line.jpg) top left no-repeat;
}
#contents .top .main .system-area h3 span {
	padding-left: 12px;
	color: #777;
	font-size: 11px;
}
#contents .top .main .system-area .area-block {
	padding-left: 9px;
}
#contents .top .main .system-area .area-box {
	float: left;
}
#contents .top .main .system-area .area-box.useu {
	width: 290px;
}
#contents .top .main .system-area .area-box.asia01 {
	width: 250px;
}
#contents .top .main .system-area .area-box.asia02 {
	width: 115px;
}
#contents .top .main .system-area .area-box .box {
	margin-bottom: 15px;
}
#contents .top .main .system-area .area-box h4 {
	padding-left: 14px;
	color: #4383B2;
	font-size: 14px;
	font-weight: bold;
	background: url(../images/icon_disc.gif) center left no-repeat;
}
#contents .top .main .system-area .area-box h4 a {
	padding-right: 15px;
	color: #4383B2;
	font-size: 14px;
	background: url(../images/icon_outlink.gif) center right no-repeat;
}
#contents .top .main .system-area .area-box h4 a.internal {
	padding-right: 15px;
	color: #4383B2;
	font-size: 14px;
	background-image:none;
}
#contents .top .main .system-area .area-box p {
	margin: 2px 0 0 0;
	padding-left: 12px;
	color: #545454;
	font-size: 10px;
	line-height: 1;
}
#contents .top .main .system-area .area-box ul {
	margin-top: 5px;
}
#contents .top .main .system-area .area-box ul li {
	color: #333;
	font-size: 12px;
	padding-left: 14px;
	background: url(../images/arw_red.gif) center left no-repeat;
}
#contents .top .main .system-area .area-box ul li a {
	color: #333;
	padding-right: 24px;
	/*background: url(../images/icon_outlink.gif) center right no-repeat;*/
}

/*----- side-nav -----*/
#contents .top .side-nav {
	float: right;
	width: 225px;
}
#contents .top .side-nav .contact-area  li,
#contents .top .side-nav .bnr-area  li {
	margin-bottom: 10px;
}
#contents .top .side-nav .menu-area {
	margin-bottom: 10px;
	padding: 10px 0 15px;
	background: #EDF7F9;
}
#contents .top .side-nav .menu-area p {
	margin: 0;
	padding-bottom: 5px;
	color: #5D98BA;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	border-bottom: solid 1px #CEE0EA;
}
#contents .top .side-nav .menu-area p a {
	color: #5D98BA;
	font-size: 18px;
}
#contents .top .side-nav .menu-area ul {
	padding: 10px 0 0 18px;
	border-top: solid 1px #FFF;
}
#contents .top .side-nav .menu-area ul li {
	margin-bottom: 10px;
	padding-left: 10px;
	color: #545454;
	font-size: 12px;
	line-height: 1.2;
	background: url(../images/top/arw.gif) center left no-repeat;
}
#contents .top .side-nav .menu-area ul li a {
	color: #545454;
}


