/* -----------------------------------------------------------
left_margin
-----------------------------------------------------------*/
.level_1{margin-left:15px;margin-top:10px;font-size:80%; line-height:140%;font-weight:bold;}
.level_2{margin-left:30px;margin-top:5px;font-size:80%; line-height:140%;font-weight:normal;}


/* -----------------------------------------------------------
link color
-----------------------------------------------------------*/
a.es:link {color: #0000FF;text-decoration: none;}
a.es:visited {color: #666699;text-decoration: none;}
a.es:hover {color: #9999CC;text-decoration: underline;}


/* -----------------------------------------------------------
mrg
-----------------------------------------------------------*/
.mrg_t00 {margin-top:0px; }
.mrg_t02 {margin-top:2px; }
.mrg_t05 {margin-top:5px; }
.mrg_t10 {margin-top:10px; }
.mrg_t15 {margin-top:15px; }
.mrg_t20 {margin-top:20px; }
.mrg_t25 {margin-top:25px; }
.mrg_t30 {margin-top:30px; }


.mrg_b05 {margin-bottom:5px; }
.mrg_b10 {margin-bottom:10px; }
.mrg_b15 {margin-bottom:15px; }
.mrg_b162 {margin-bottom:162px; }

/* -----------------------------------------------------------
table_border_g
-----------------------------------------------------------*/
.td_border_g{
border-right-width:1px; 
border-right-style:dotted; 
border-right-color:#cccccc; 
border-left-width:1px; 
border-left-style:dotted; 
border-left-color:#cccccc; 
border-top-width:1px; 
border-top-style:dotted; 
border-top-color:#cccccc;
border-bottom-width:1px; 
border-bottom-style:dotted; 
border-bottom-color:#cccccc; 
}



/* -----------------------------------------------------------
rounded corner
-----------------------------------------------------------*/

.dialog {
	width:470px;
}
.dialog .header .c,
.dialog .footer .c{
	font-size:1px;
	height:13px;
}
.dialog .header{
	background:transparent url(images/rc_r1_c1.gif) no-repeat 0px 0px;
}
.dialog .header .c{
	background:transparent url(images/rc_r1_c2.gif) no-repeat right 0px;
}
.dialog .body{
	background:transparent url(images/rc_r2_c1.gif) repeat-y 0px 0px;
}
.dialog .body .c{
	background:transparent url(images/rc_r2_c2.gif) repeat-y right 0px;
}
.dialog .footer{
	background:transparent url(images/rc_r3_c1.gif) no-repeat 0px 0px;
}
.dialog .footer .c{
	background:transparent url(images/rc_r3_c2.gif) no-repeat right 0px;
}

