@charset "utf-8";
A:link    {color:#000000;text-decoration:none;}
A:visited {color:#000000;text-decoration:none;}
A:active  {color:#000000;text-decoration:none;}
A:hover  {color:#0066ff;text-decoration:none}

body, table, tr, td, select,input,div,form,textarea {
font-family:"MS P Gothic","arial", "sans-serif"; font-size:8pt;  color:#434343; letter-spacing:1px; line-height:21px; margin:0px;
}

.f7 { font-size: 7pt}
.f8 { font-size: 8pt}
.f10 { font-size: 10pt}
.f11 { font-size: 11pt}
.f12 { font-size: 12pt}
.f13 { font-size: 13pt}

.form {
	border: 1px solid #333333;
	font-family: "MS P Gothic","arial", "sans-serif";
	font-size: 12px;
	background-color: #F5F5F5;
}
.button1 {
	border: 1px solid #333333;
	font-family: "MS P Gothic","arial", "sans-serif";
	font-size: 12px;
	background-color: #FFCC00;
}
.button2 {
	border: 1px solid #333333;
	font-family: "MS P Gothic","arial", "sans-serif";
	font-size: 12px;
	background-color: #33CCFF  ;
}
.box {font-size: 9pt; color:#606060; border:1 solid #888888; background-color:#white ;
	scrollbar-face-color:#FFFFFF;
	scrollbar-highlight-color: #888888;
	scrollbar-3dlight-color: #FFFFFF;
	scrollbar-shadow-color: #888888;
	scrollbar-darkshadow-color: #FFFFFF;
	scrollbar-track-color: #FFFFFF;
	scrollbar-arrow-color: #888888
}
.box1 {
	font-size: 9pt; color:#4a4a4a; border:0; background-color:#ffffff
}
.input_box{
	font-size: 9pt; color:#000000; border:1 solid #888888; background-color:#ffffff
}
textarea.content { 
    font-family : "MS P Gothic","arial", "sans-serif";
    font-size : 9pt;
    color : #666666;
    border : 1px #333333 solid;
	background-color:#F5F5F5;
    background-image: url(/cms/images/common/bg_dot33.gif); <= 요 부분이 라인 이미지를 넣는것이지요.
    line-height: 15pt;
    scrollbar-face-color: #FFFFFF; 
    scrollbar-shadow-color: #888888; 
    scrollbar-highlight-color: #888888;
    scrollbar-3dlight-color: #F5F5F5; 
    scrollbar-darkshadow-color: #F5F5F5; 
    scrollbar-track-color: #F5F5F5;
    scrollbar-arrow-color: #666666
} 
select.form { 
    font-family : "MS P Gothic","arial", "sans-serif";
    font-size : 9pt;
    color : #000000;
    border : 1px #333333 solid;
	background-color:#ffffff;
    background-image: url(/cms/images/common/bg_dot33.gif); <= 요 부분이 라인 이미지를 넣는것이지요.
    line-height: 15pt;
    scrollbar-face-color: #FFFFFF; 
    scrollbar-shadow-color: #888888; 
    scrollbar-highlight-color: #888888;
    scrollbar-3dlight-color: #F5F5F5; 
    scrollbar-darkshadow-color: #F5F5F5; 
    scrollbar-track-color: #F5F5F5;
    scrollbar-arrow-color: #666666
} 
.sub_text_menu {font-family: "MS P Gothic","arial", "sans-serif" ; font-size:9pt;  color:#222222;}
a.sub_text_menu:link   {text-decoration:none;color: #000000; }
a.sub_text_menu:visited {text-decoration:none;color: #000000;}
a.sub_text_menu:active {text-decoration:none;color: #000000; }
a.sub_text_menu:hover {text-decoration:none;color: #ff0000;}


.depth_text_menu {font-family:"MS P Gothic","arial", "sans-serif"; font-size:9pt;  color:#7f4914;}
a.depth_text_menu:link   {text-decoration:none;color: #7f4914; }
a.depth_text_menu:visited {text-decoration:none;color: #000000;}
a.depth_text_menu:active {text-decoration:none;color: #000000; }
a.depth_text_menu:hover {text-decoration:none;color: #ff0000;}


.box_line {
	border: 1px solid #f2f2f1;
}
.box_line_side {
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #f2f2f1;
	border-right-color: #f2f2f1;
	border-bottom-color: #f2f2f1;
	border-left-color: #f2f2f1;
}

