/*--------------------------------------------------------------------------
Chemdry-ys Basic Style Sheet (for version 4 Browers)

Version : 1.0
Update  : 2007.11.16
Author  : JungEun Lee
E-mail  : leo4001@gmail.com
Website : http://www.chemdry-ys.com
--------------------------------------------------------------------------*/



/*Basic
--------------------------------------------------------------------------*/
	
body, table, tr, td, select, input, textarea {
	align:center;
	margin:0px 0px 0px 0px; 
	padding:0px;
	font-family:"MS P«´«·«Ã«¯","Osaka","Hiragino Kaku Gothic Pro","Verdana","Helvetica","sans-serif","HGMaruGothicMPPRO";
	font-size:12px;
	color:#86837c;
	text-decoration:none;
	line-height:130%; 
	scrollbar-face-color:#DDDDDD;
	scrollbar-highlight-color: #CCCCCC;
	scrollbar-shadow-color: #CCCCCC;
	scrollbar-3dlight-color: #F5F5F5;
	scrollbar-darkshadow-color: #F5F5F5;
	scrollbar-track-color: #F0F0F0;
	scrollbar-arrow-color: #FFFFFF;
	vertical-align:center;	
}
body  {background: #ffffff;}
table {table-layout:fixed; border-collapse:collapse; word-break:break-all;}
input {border:1px solid #B0B0B0; height:19px; padding:1px 3px;}
select {border:1px solid #B0B0B0; padding:1px 3px;}
textarea {border:1px solid #B0B0B0; padding:3px 6px;}
img {border:0px;}
form {margin:0px;}
.hand {cursor:hand;}



/*Table , Input
--------------------------------------------------------------------------*/

tbl.footer { 
	width:100%; 
	padding-top:40px; 
	padding-bottom:30px; 
	border-width:0px; 
	border-style:none; 
	world-break:break-all;
}

.input {
	width: 97%;
	font-size: 12px;
	background: #fdf1ba;
	border: 1px solid #f9d786;
	padding:5px;
	height:25px;
	color: #776B1B;
}


/*Typography
--------------------------------------------------------------------------*/

.gnv             { text-decoration: none; font-size:12px; color: #86837c; font-weight:bold;}
.gnv a:link      { text-decoration: none; font-size:12px; color: #86837c; font-weight:bold;}
.gnv a:visited   { text-decoration: none; font-size:12px; color: #86837c; font-weight:bold;}
.gnv a:hover     { text-decoration: none; font-size:12px; color: #d6362e; border-bottom: 1px #d6362e dashed; font-weight:dotted;}
.gnv a:active    { text-decoration: none; font-size:12px; color: #86837c; font-weight:bold;}

.tit_sub         { text-decoration: none; font-size:14px; color: #333333; font-weight:bold;}
.tit_ct          { text-decoration: none; font-size:14px; color: #0e305b; font-weight:bold;}

.lmenu           { text-decoration: none; font-size:12px; color: #666666; font-weight:bold;}
.lmenu a:link    { text-decoration: none; font-size:12px; color: #666666; font-weight:bold;}
.lmenu a:visited { text-decoration: none; font-size:12px; color: #666666; font-weight:bold;}
.lmenu a:hover   { text-decoration: none; font-size:12px; color: #d6362e; border-bottom: 1px #666666 dashed; font-weight:dotted;}
.lmenu a:active  { text-decoration: none; font-size:12px; color: #666666; font-weight:bold;}

.text            { text-decoration: none; font-size:13px; color: #333333; line-height:160%; font-weight:bold;}
.text_red        { text-decoration: none; font-size:12px; color: #d6362e; line-height:160%;}



.footer          {color: #666666;	font-size: 11px; text-decoration: none;}





