
/******* DEFAULT SYSTEM **********/
body {
	margin:0px; 	padding:0px;
	
	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;
}
body, table, tr, td, form, select, input, textarea, div, span {
	font-family:"Verdana", "Arial";	font-size:11px; line-height:18px; color:#666666;
	letter-spacing:normal; 			word-spacing:normal; word-break:break-all;
}
/*body {line-height:20px;}	*/
.tbl td, .bod td {line-height:18px;}
img {border:none;}
.tbl tr td img, .bod tr td img {vertical-align:middle;}
form {border:none; margin:0px; padding:0px;}
input, select {border:1px solid #B5ACB0; vertical-align:middle;}


/******* FONT FAMILY SYSTEM **********/
.fnt_eng {font-family:verdana;}


/******* TITLE BULLATE SYSTEM **********/
.tit_d1 {font-size:16px; font-weight:bold; color:#444444;}
.tit_d2 {font-size:14px; font-weight:bold; color:#444444;}
.tit_d3 {font-size:12px; font-weight:bold; color:#444444;}
.tit_d4 {font-size:12px; color:#444444;}
.tit_d5 {font-size:12px; color:#444444;}
.bul_tit_d1{margin-right:7px;}
.bul_tit_d2{margin-left:10px; margin-right:7px;}
.bul_tit_d3{margin-left:20px; margin-right:7px;}
.bul_tit_d4{margin-left:30px; margin-right:7px;}
.bul_tit_d5{margin-left:40px; margin-right:7px;}


/******* FONT COLOR SYSTEM **********/
.cor		{ color:#666666;}		/* default - Gray */
.cor_co		{ color:#ff6273;}		/* common - pink */
.cor_mr		{ color:#ff6273;}		/* maidroom - pink */
.cor_mh		{ color:#c966b8;}		/* minihompy - Purple */
.cor_sh		{ color:#ff4e00;}		/* shop - orange */
.cor_cm		{ color:#5a8f00;}		/* community - green */
.cor_wd		{ color:#4578c9;}		/* world  - blue */
.cor_ct		{ color:b07000;}		/* customer - brown */
.cor_ev		{ color:0a9081;}		/* event - bluish green*/

.cor_cot		{ color:#666666;}		/* contents */
.cor_tit		{ color:#444444;}		/* title */
.cor_tsb		{ color:#888888;}		/* description in table */
.cor_lik1		{ color:#007770;}		/* text link */
.cor_lik2		{ color:#005f59;}		/* text underline link */
.cor_act1 		{ color:#ff8c00;}		/* acent text */
.cor_act2 		{ color:#ff6600;}		/* acent text */
.cor_nts		{ color:#925d26;}		/* notice text */


/******* LINK COLOR SYSTEM **********/
a:link, a:active, a:visited 					{color:#666666; text-decoration:none;}			/* default */
a:hover 										{color:#ff8c00; text-decoration:underline;}

a.type1:link, a.type1:active, a.type1:visited 	{color:#007770; text-decoration:none;} 			/* type1 */
a.type1:hover 									{color:#ff8c00; text-decoration:underline;} 

a.type2:link, a.type2:active, a.type2:visited	{color:#005f59; text-decoration:underline;} 	/* type2 */
a.type2:hover									{color:#ff8c00; text-decoration:underline;}




