@charset "utf-8";
/*link & type
--------------------*/
body, div{
font:12px/20px Arial;
margin:0;
}
ul li{list-style: none;padding:0px;margin:0px;}
div{
margin:0 auto;
}
.floatlft{
float:left;
}
.floatrgt{
float:right;
}
.Inline{
display:inline;
}
.bold, .bold a{
font-weight:bold;
}
.overauto{
overflow:auto;
}
a{
color:#231815;
text-decoration:none;
}
a:hover{
color:#f9c103;
}
p{clear:both;}
img{border:0px;}