@charset "utf-8";


#article{
float:left;
width:525px;
}

#article h1{
background:url(../transport/img/h1.gif) no-repeat;
}

#aside{
width:295px;
}

#article ul{
width:460px;
list-style:none;
}

#article ul:after{
content:"";
display:block;
clear:both;
}

#article ul li{
float:left;
border:1px solid #DDDDDD;
width:218px;
height:98px;
margin-bottom:20px;
}

#article ul li.left_child{
margin-right:20px;
}

#article ul li h2{
background:#F8F8F8;
border-bottom:1px solid #DDDDDD;
border-top:none;
line-height:30px;
font-size:81.25%;
text-indent:0;
text-align:center;
}

#article ul li p{
padding:10px;
font-size:68.75%;
}


#aside h2{
display:none;
}

#aside ul{
width:295px;
height:360px;
list-style:none;
}

#aside ul li{
float:left;
width:140px;
height:105px;
padding-bottom:15px;
}

#aside ul li.left_child{
padding-right:15px;
}

#aside ul img{
display:block;
background:#EEEEEE;
width:140px;
height:105px;
}
