/* CSS Document */
/*------------------------------
Base Style Sheet For All Web
Author:	GJ
--------------------------------*/
/*global set*/
*{ margin:0; padding:0; border:0;}
body{ font-family:"ËÎÌå"; font-size:12px; font-style:normal; background:#fff; color:#393f41;}
ul,ol,li{ list-style:none}
select,input,textarea{ font-family:"ËÎÌå"; font-size:12px; font-style:normal; color:#393f41;}
/*alignment*/
.fl{ float:left;}
.fr{ float:right;}
.cl{ clear:both;}
.tl{ text-align:left;}
.tr{ text-align:right;}
.tc{ text-align:center;}
/*link*/
a{ color:#393f41; text-decoration:none;}
a:hover{ color:#393f41; text-decoration:underline;}
/*others*/
.ofh{ overflow:hidden;}
.ti{ text-indent:24px;}

