@charset "UTF-8";
@import url(../../css/reset.css);
@import url(common.css);



ol{
margin: 0;
padding: 0;
list-style: none;
}

#main{
margin-top: 12px;
padding-top: 0;
padding-bottom: 36px;
background: url(../img/top_image.jpg) 0 0 no-repeat;
}
#about{
padding: 120px 0 36px;
}
#about .copy{
padding: 12px 0;
text-align: right;
}
#about .text{
padding: 0 60px;
font-size: 95%;
line-height: 1.6;
color: #999;
}
#news{
padding: 0 60px;
}
#news h2{
padding-left: 29px;
border-bottom: 1px dotted #ccc;
background: url(../img/news.gif) left center no-repeat;
color: #999;
font-size: 120%;
letter-spacing: 2px;
}
#news ol{
margin: 12px 24px;
font-size: 95%;
}
#news li{
margin-bottom: 6px;
padding-left: 9px;
background: url(../img/news_icon.gif) left 0.6em no-repeat;
}
