﻿@charset "utf-8";

html, body{ margin:0; padding:0; border:none; font-size:9pt; color:#666; line-height:150%; font-family :Arial, ms sans serif,"宋体","굴림", Gulim;}
body{ background:#FFF;}




img{ border:none;}
form{ margin:0; padding:0; border:none;}
div{ height:auto; overflow:hidden;}
ul, dl{ padding:0; margin:0; border:none; list-style:none; display:block;}
li, dt, dd{ padding:0; margin:0; border:none; float:left;}




a:link, a:visited{ text-decoration:none; color:#666;}
a:hover{ text-decoration:underline; color:#3366ff;}




/*浮动方式*/
.float_left{ float:left;}
.float_right{ float:right;}


.lt_0{ position:absolute; left:0; top:0;}
.rt_0{ position:absolute; right:0; top:0;}
.lb_0{ position:absolute; left:0; bottom:0;}
.rb_0{ position:absolute; right:0; bottom:0;}