@charset "utf-8";

@import "base.css";
@import "common.css";


/*-- NEWS --*/

#contents div.news{
float:left;
width:560px;
margin-top:20px;
}
#contents div.news div.topic{
height:340px;
padding-right:10px;
line-height:1.4em;
overflow-y:auto;
}
#contents div.news h2{
margin-bottom:5px;
border-bottom:1px solid #999;
}
#contents div.news dl{
clear:both;
margin-right:10px;
padding:7px 0px;
border-bottom:1px dotted #CCC;
}
#contents div.news dl dt{
float:left;
padding-left:7em;
font-size:80%;
color:#666;
}
#contents div.news dl dd{
margin-left:12em;
text-align:justify;
text-justify:distribute;
}
#contents div.news dl dt.topic1{
background:url(../image/home/topic1.gif) no-repeat;
}
#contents div.news dl dt.topic2{
background:url(../image/home/topic2.gif) no-repeat;
}
#contents div.news dl dd span.link{
padding:0 0 2px 1.4em;
background:url(../image/home/link_arrow.gif) no-repeat 0 1px;
}


/*-- BANNER --*/
#contents div.banner{
float:right;
margin-top:15px;
}
#contents div.banner ul li{
margin-top:10px;
}



