@charset "UTF-8";

@import "common.css";

#mainbox{
background:url(../images/index/bg.jpg) no-repeat center top;
height:509px;
width:800px;
margin:0 22.5px;
}

#swfbox{
height:509px;
width:100%;
}

#news{
width:780px;
padding:10px;
}

#update, #topics{
display:inline;
padding:5px 10px;
height:130px;
}

#update{
width:400px;
background:#000;
filter: alpha(opacity=80);
-moz-opacity:0.8;
opacity:0.8;
margin-right:20px;
border:1px #000 solid;
position:relative;
}

#topics{
background:url(../images/index/topics_bg.jpg) no-repeat;
width:310px;
border:1px #FFF solid;
}

#news h2{
font-family:"ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3";
font-weight:normal;
font-size:120%;
border-bottom:solid 1px #FFF;
margin-bottom:5px;
}

#update dl dt{
float:left;
width:8.5em;
}