html, body{
margin:0;
padding:0;
}
html{
background:#eae9df no-repeat;
}
body{
font-family:sans-serif, arial;
line-height:18px;
font-size:.6em;
color:#000;
}
img{border:0;}
a{
color:#ff0000;
text-decoration:none;
}
a:hover{
color:#ee4450;
text-decoration:underline;
}
#container{
width:900px;
position:relative;
background:white;
border-left:2px solid #d7d7d7;
border-right:2px solid #d7d7d7;
}
#header{
padding:20px 0;
background:no-repeat left bottom;
margin-bottom:20px;
}
h1{
margin:0;
padding:0;
background:#e9dd2a;
display:inline;
font-size:10px;
}
* html h1{
font-size:50px;
font-family:simhei, arial;
letter-spacing:-1px;
}
h1 a, 
h1 a:hover{
text-decoration:none;
font-weight:normal;
color:#222;
}
#description{
color:#666;
padding:3px 20px 5px 5px;
}
#main{
float:none;
}
* html #main_tab, 
* html #main{
height:1%;
}
#main_tab:after, 
#main:after{
content:".";
display:block;
clear:both;
height:0;
overflow:hidden;
visibility:hidden;
}
#main_tab{
margin-bottom:10px;
}
#main_tab li{
float:left;
height:20px;
margin-right:3px;
}
* html #main_tab li{
display:inline;
}
#tab_normal{
background:#e95656;
padding:2px 15px;
}
#tab_normal a{
color:white;
}
#tab_pursuance{
padding:2px 8px;
background:#e5dc48;
}
#tab_pursuance a{
color:#44433c;
}
#tab_notice{
padding:2px 12px;
background:#57adcc;
}
#tab_notice a{
color:white;
}
#tab_bulletin{
padding:2px 20px;
background:#888;
}
#tab_bulletin a{
color:white;
}
#content{
width:510px;
padding-left:30px;
}
* html #content{
display:inline;
}
#search{
padding:0;
text-align:right;
}
.page_control{
text-align:center;
line-height:28px;
padding:20px 0;
}
.page_control a{
padding:2px 4px;
border:1px solid #eee;
color:#999;
}
.page_control a:hover{
border:1px solid #ee4450;
text-decoration:none;
}
.msg_body{
border-bottom:1px solid #eee;
padding:10px 0 20px;
margin-bottom:10px;
}
.msg_content ul{
margin:0;
padding:0;
position:relative;
padding-left:80px;
background:no-repeat;
}
* html .msg_content ul{
height:1%;
}
.msg_img{
position:absolute;
top:1;
left:1;
width:60px;
height:60px;
text-align:center;
}