/* CSS Document */
<style type="text/css">{  }
body, a, td, th, p, select,input,div,form,TEXTAREA,center,option,pre,blockquote { 
font-family:"Arial", "Helvetica", "sans-serif";
color:#646464;
line-height:14px;
font-size:8pt;
}

a:link { FONT-SIZE: 8pt; TEXT-DECORATION: none; color:#646464; font-family:"Arial"}
a:visited { FONT-SIZE: 8pt; TEXT-DECORATION: none; color:#646464;font-family:"Arial"}
a:active { FONT-SIZE: 8pt; TEXT-DECORATION: none; color:#646464;font-family:"Arial"}
a:hover { FONT-SIZE: 8pt; TEXT-DECORATION: none;font-family:"Arial"}


body { 
scrollbar-face-color:white; 
scrollbar-highlight-color:#B4B4B4; 
scrollbar-3dlight-color:white; 
scrollbar-shadow-color:#B4B4B4; 
scrollbar-darkshadow-color:white; 
scrollbar-arrow-color:#B4B4B4; 
scrollbar-track-color:#E3E3E3;
} 

img				{border:none;}

/* hover */
a 	  		  {font-size:8pt; text-decoration: none; font-family:"Arial"}
a.link1:hover {font-size:8pt; color:#0066B3; text-decoration: none; font-family:"Arial"}
a.link2:hover {font-size:8pt; color:#CCCCCC; text-decoration: none; font-family:"Arial"}
a.link3:hover {font-size:8pt; color:#FF0000; text-decoration: none; font-family:"Arial"}




.sub_top_img {
	background-image: url(../img/top_line_01.gif);
	background-repeat: repeat-x;
	background-position: top;
}
.line_left {
	background-image: url(../img/line_color.gif);
	background-repeat: repeat-y;
	background-position: left;
}
.line_right {
	background-image: url(../img/line_color.gif);
	background-repeat: repeat-y;
	background-position: right;
}
.line_body_right {
	background-image: url(../img/line_color.gif);
	background-repeat: repeat-y;
	height: 100%;
}
.space_top_5px {
	padding-top: 3px;
	padding-bottom:3px;
}
.space_top_10px {
	padding-top: 10px;
}

.bg_white {
	background-color: #FFFFFF;
}
.dot_line_01 {
	background-image: url(../img_btn/dotted_line_01.gif);
	background-repeat: repeat-x;
	background-position: top;
	padding-top: 5px;
}
.input {
	text-indent: 2px;
	border: 1px solid D3D3D3;
	height:17px;
	background-color:#F6F6F6;
}

.textarea {
	text-indent: 2px;
	border: 1px solid D3D3D3;
	background-color:#F6F6F6;
}

.pro_dot_line {
	background-image: url(../img_btn/pro_dot.gif);
	background-repeat: no-repeat;
	background-position: top right;
}
