@charset "utf-8";
body {
	margin:0px 0px 0px 0px;
}

 /*Size Font*/
.t10{ font-size:10px;}
.t11{ font-size:11px;}
.t12{ font-size:12px;}
.t13{ font-size:13px;}
.t14{ font-size:14px;}
.t15{ font-size:15px;}
.t16{ font-size:16px;}
.t18{ font-size:18px;}
.t20{ font-size:20px;}
.t22{ font-size:22px;}
.t24{ font-size:24px;}
.t28{ font-size:28px;}
.t35{ font-size:35px;}
.t40{ font-size:40px;}
/*Font Type*/
.f_ref{ font-family:"MS Reference Sans Serif";}
.f_ms{ font-family:"MS Sans Serif";}
.f_ta{ font-family:"Tahoma";}
.f_bold{ font-weight:bold;}
.under{ text-decoration:underline;}
/*Color*/
.red{ color:#F00}
.yellow{ color:#FF0;}
.gray{ color:#CCC;}
.gray2{ color:#666;}
.gray3{ color:#888;}
.gray4{ color:#3b3b3b;}
.gray5{ color:#333;}
.white{ color:#FFF;}
.green{ color:#0F0;}
.canyon{ color:#0FF;}
.blue{color:#00F;}
.sky{ color:#0066FF;}
.orange{ color:#F60;}
.banyen{ color:#ea1188;}
.black{ color:#000;}

/* Background*/
.bg_blue{ background:#348bfb}

h1{ font-family:"MS Reference Sans Serif"; font-size:14px; margin:0px; color:#333;}
.txt{
	font-family:"MS Reference Sans Serif";
	font-size:13px;	
}
a.link_icon{
	font-family:"MS Reference Sans Serif";
	font-size:12px;
	color:#000;
	text-decoration:none;
}
a.link_icon:hover{
	font-family:"MS Reference Sans Serif";
	font-size:12px;
	color:#F00;
	text-decoration:underline;
}
