@import url("common.css");
@import url("board.css");
body { margin:0; font-family: MS PGothic, MS Gothic,µ¸¿ò; font-size:12px; }
td { font-family: MS PGothic, MS Gothic,µ¸¿ò; font-size:12px; color:#747474; line-height:18px; }
div { font-family: MS PGothic, MS Gothic,µ¸¿ò; font-size:12px; color:#747474;}
p { margin:0; padding:0; padding-left:10px;}
img { border:0; }

input, textarea { font-size:12px; color:#484745; height:18px; }
select { font-size:12px; color:#484745; border:solid 1px #C5C6C6; height:18px; }

.form_line01 { border:solid 1px #C5C6C6; background:#FFFFFF; }
.form_line02 { border:solid 1px #C5C6C6; background:#FAFAFA; }
.form_line03 { border:solid 1px #ADB0B4; background:#FAFBFD; }

/************************************ Scroll ******************************************/
body, textarea, select, div {
	scrollbar-face-color: #FFFFFF;        /* scrollbar-face-color: ½ºÅ©·Ñ¹Ù¿¡¼­ Ç¥¸é »ö»ó */
	scrollbar-highlight-color:#FFFFFF;    /* scrollbar-highlight-color: Ç¥¸é ¿ÞÂÊºÎºÐ °Ñ»ö»ó */
	scrollbar-3dlight-color: #ACACAC;     /* scrollbar-3dlight-color: Ç¥¸é ¿ÞÂÊ ºÎºÐ ÀÔÃ¼°¨ »ö»ó */
	scrollbar-shadow-color:#FFFFFF;       /* scrollbar-shadow-color: Ç¥¸é ¿À¸¥ÂÊ ºÎºÐ ±×¸²ÀÚ °Ñ»ö»ó */
	scrollbar-darkshadow-color: #ACACAC;  /* scrollbar-darkshadow-color: Ç¥¸é ¹ØºÎºÐ ±×¸²ÀÚ »ö»ó */
	scrollbar-track-color: #FFFFFF;       /* scrollbar-track-color: ½ºÅ©·Ñ¹Ù°¡ ¹Ø¿¡ ·¹ÀÏ Æ®·º »ö»ó */
	scrollbar-arrow-color:#333333         /* scrollbar-arrow-color: ½ºÅ©·Ñ¹Ù¿¡¼­ Á¶±×¸¸ »ï°¢ÇüÀÖÁÒ ±×°Å »ö»ó */
}

/* textarea¿¡¼­ »ç¿ë½Ã Ãß°¡µÉ ¼Ò½º : style="overflow-y:scroll"*/

a:link  { color:#484745; font-family: MS PGothic, MS Gothic,µ¸¿ò; text-decoration:none; }
a:visited { color:#484745; font-family: MS PGothic, MS Gothic,µ¸¿ò; text-decoration:none; }
a:hover { color:#6B7FBF; font-family: MS PGothic, MS Gothic,µ¸¿ò; text-decoration:underline; }

/* navigator */
a.navi:link  { color:#5b5b5b; font-family: MS PGothic, MS Gothic,µ¸¿ò; text-decoration:none; font-size:12px; }
a.navi:visited { color:#5b5b5b; font-family: MS PGothic, MS Gothic,µ¸¿ò; text-decoration:none; font-size:12px; }
a.navi:hover { color:#000000; font-family: MS PGothic, MS Gothic,µ¸¿ò; text-decoration:none; font-size:12px; }

/* Å¸ÀÌÆ² */
.tl_nav01 { height:30px; padding:10px 10px 0px 0px; text-align:right; }
.tl01 { padding:14px 0px 0px 14px; }
.tl_line { height:1px; background:#E7DFDE; }
.tl_txt { padding:4px 0px 0px 14px; }

/* Button */
.but01 { margin:0px 0px 0px 1px; }
.but02 { margin:0px 0px 0px 5px; }

/* Icon */
.ic_new01 { margin:0px 0px 0px 5px; }
.ic_re01 { margin:0px 5px 2px 0px; }


/* Layout */
#head {
	position:relative;
}

#pagebody {
	position:relative;
	width:875px;
	padding:0px 0px 30px 0px;
}

#pagebody .left_menu {
	position:relative;
	float:left;
	width:195px;
	background:#FFFFFF;
}

#pagebody .content {
	position:relative;
	float:right;
	width:680px;
	padding:0px 0px 0px 25px;
	background:#FFFFFF;
}

#footer {
	position:relative;
	border-top:4 solid #DBDBDB;
	height:73px;
}

#footer_box {
	position:relative;
	width:875px;
	height:69px;
	background:#fff url('/jap/image/footer_bg01.gif') no-repeat;
	padding:22px 0px 0px 0px;
}


/* Main */
#main_news {
	position:absolute;
	z-index:10;
	top:316px;
	left:495px;
	width:380px;
}

#main_news .main_list th {height:20px; color:#474747; font-size:12px; font-weight:normal; text-align:left; background:url('/eng/image/icon/ic_main_list01.gif') no-repeat 5px 6px; padding:0px 0px 0px 13px;} 
#main_news .main_list td {height:20px; color:#474747; font-size:12px; font-weight:normal;} 

#main_news a.link01:link { color:#474747; font-family:MS PGothic, MS Gothic,µ¸¿ò; font-size:12px; text-decoration:none; }
#main_news a.link01:visited { color:#474747; font-family:MS PGothic, MS Gothic,µ¸¿ò; font-size:12px; text-decoration:none; }
#main_news a.link01:hover { color:#474747; font-family:MS PGothic, MS Gothic,µ¸¿ò; font-size:12px; text-decoration:none; }



/* Title */
#title01 {
	position:relative;
	width:655px;
	height:126px;
	background:url('/jap/image/title_bg01.gif') no-repeat;
	padding:4px 16px 0px 15px;
	text-align:left;
}

#title02 {
	position:relative;
	width:655px;
	height:126px;
	background:url('/jap/image/title_bg02.gif') no-repeat;
	padding:4px 16px 0px 15px;
	text-align:left;
}

#title03 {
	position:relative;
	width:655px;
	height:126px;
	background:url('/jap/image/title_bg03.gif') no-repeat;
	padding:4px 16px 0px 15px;
	text-align:left;
}

#title04 {
	position:relative;
	width:655px;
	height:126px;
	background:url('/jap/image/title_bg04.gif') no-repeat;
	padding:4px 16px 0px 15px;
	text-align:left;
}


/* paging */
#paging01 {
	position:relative;
	width:655px;
	height:35px;
	color:#515050;
	background:#FFFFFF;
	border:1 solid #CCCCCC;
	text-align:center;
	padding:10px 0px 0px 0px;
}

#paging01 .pagelink {
	color:#4F4F30;
}

#paging01 a:link {
	color:#515050; 
	text-decoration:none; 
	font-size:12px;
}

#paging01 a:visited {
	color:#515050; 
	text-decoration:none; 
	font-size:12px;
}

#paging01 a:hover {
	color:#000000;
	text-decoration:underline;
	font-size:12px;
}

#paging01 .page_pad01 {
	padding:0px 8px 0px 0px;
}

#paging01 .page_pad02 {
	padding:0px 0px 0px 8px;
}

/* Site map */
#sitemap {
	position:relative;
	width:655px;
	background:#FFFFFF;
	padding:25px 0px 0px 18px;
}

#sitemap .box_bg01 {
	background:#ffffff url('/jap/image/customer/sitemap/box02.gif') repeat-y;
	padding:5px 0px 0px 15px;
}

#sitemap .td01 {
	padding:0px 0px 0px 16px;
}

#sitemap .menu01 {
	padding:8px 0px 0px 8px;
}

#sitemap .menu_list01 {
	padding-bottom:8px;
}


/* Contactus */
#contactus {
	width:655px;
	background:#FFFFFF;
	padding:25px 0px 0px 20px;
}

#contactus .tab_menu {
	width:615px;
	background:#FFFFFF;
	padding:0px 0px 3px 0px;
	border-bottom:1px solid #E5E5E5;
	margin-bottom:20px;
}

#contactus .tab_menu p {
	display:inline;
}

#contactus .tab_menu .mg01 {
	margin-right:2px;
}

#contactus .title {
	width:613px;
	height:27px;
	background:#FAFAFA;
	border:1 solid #DDDDDD;
	padding:5px 12px 0px 12px;
}

#contactus .info {
	width:613px;
	padding:15px 0px 15px 0px;
}

#contactus .info p {
	display:inline;
	vertical-align:top;
}

#contactus .info .p1 {
	width:85px;
}

#contactus .info .p2 {
	width:232px;
}

#contactus .info .p3 {
	width:211px;
}

#contactus .info td {
	color:#515151;
}

/* Popup */
#popup {
	width:100%;
}

#popup .head {
	height:50px;
	background:url('/jap/image/popup/head_bg01.gif') repeat-x;
	padding:16px 0px 0px 20px;
}

#popup .page {	
	padding:15px 20px 20px 20px;
	background:#FFFFFF;
}

#popup .text01 {	
	letter-spacing:-2px;
	line-height:18px;
}

#popup .box01 {	
	width:310px;
	text-align:center;
	border:1 solid #CCCCCC;
	padding:15px
}

#popup .footer {
	height:20px;
	text-align:right;
	background:#47A72C;
	padding:5px 10px 0px 0px;
}

/* 2006-06-10 Ãß°¡ ¼¼¹Ì³ª½ÅÃ»¼­ */
.popup01_box { border:solid 1px #B0B1B2 }
.popup02_box { width:569px; margin:50px 32px 50px 30px; color:#2B2B2B }
.popup02_bg { background:url('/jap/image/popup/popup02_bg01.gif') no-repeat; width:507px; height:273px }

