/*公共部分開始*/
::selection{ background-color: #3095fb; color: white; }
::moz-selection{ background-color: #3095fb; color: white; }
::webkit-selection{ background-color: #3095fb; color: white; }
body{
width: 998px;
}
a {
text-decoration: none;
color: #003399;
background-color: transparent;
font-weight: normal;
}
ul{
list-style:none;
}
img{
border-width: 0px 0px 0px 0px
}
.clear{
clear:both;
}
.clearfix:after {clear: both;content: ' ';display: block;font-size: 0;line-height: 0;visibility: hidden;width: 0;height: 0;}
.clearfix{zoom:1} //解決ie問題 利用zoom 保持原始大小
/*公共部分結束*/