@charset "utf-8";


/* layout
------------------------------------------- */
#left{
width:646px;
float:left;
}
#right{
width:249px;
float:right;
}


/* home-box
----------------------------------------------*/
#home-box{
width:100%;
height:auto;
overflow:hidden;
margin-bottom:5px;
}
#home-box li{
width:315px;
float:left;
margin-right:16px;
}
#home-box li.edge{
margin-right:0;
}

/* section
----------------------------------------------*/
.section h3{
margin-bottom:10px;
}
.section{
width:100%;
height:auto;
overflow:hidden;
margin-bottom:10px;
}
.section .img{
float:left;
margin-right:15px;
}
.section .list{
width:316px;
float:right;
}
.section .list li{
background:url(../images/allow02.gif) no-repeat 0 5px;
padding:0 0 0 12px;
}

/* topics
----------------------------------------------*/
.topics li{
width:100%;
height:auto;
overflow:hidden;
margin-bottom:8px;
padding-bottom:8px;
background:url(../images/dot02.gif) repeat-x 0 bottom;
}
.topics li span{
width:80px;
float:left;
font-weight:bold;
}
.topics li p{
width:540px;
float:right;
}
.blue span{ color:#89b43e; }
.green span{ color:#154350; }


