/* CSS Document */
/*------------------------------
Base Style Sheet For All Web
--------------------------------*/
/*global set*/
body {font-family:"ËÎÌå"; font-size:12px; background:#fff url(body-bg.gif) top repeat-x; color:#000; border:0; margin:0; padding:0;}
form,img,ul,ol,li{margin:0; padding:0; border:0;}
table,tr,th,td{margin:0; padding:0;}
h1,h2,h3,h4,h5,h6 { margin:0; padding:0;}
ul,li{ list-style:none;}
select,input,textarea{ font-family:"ËÎÌå"; font-size:12px;}
h4{font-size:12px;}
/*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:#000; text-decoration:none;}
a:hover{ color:#000; text-decoration:underline;}
/*others*/
.ofh{ overflow:hidden;}
.ti{ text-indent:24px;}
.mar_top01{margin-top:6px;}
.color01{color:red;}
.color01:hover{color:red;}
.color02{color:#2C8AA3;}
.color02:hover{color:#2C8AA3;}
.mar_left01{margin-left:12px;}
.pad_left{padding-left:10px;}
.line_height01{line-height:22px;}
.font_0{font-size:0;}
