@charset "utf-8";

#content01 {
margin:0 0 30px;
padding:0;
background:none;
}

/* flash box */
#flash01 {
width:950px;
height:410px;
margin-bottom:5px;
background:url(../img/flash_bg_01.jpg) no-repeat;
}
#flash01 p {
padding-top:50px;
text-align:center;
}
#flash01 p a {
color:#fff;
font-size:2em;
}

/* main container */
#content01 .box01 {
float:left;
width:635px;
padding-left:40px;
}

/* topics & news box */
#topics,
#news {
position:relative;
margin-bottom:13px;
background:url(../img/index_bg_02.png) repeat-y;
}
#topics .topics-inner,
#news dl {
height:100%;
padding-bottom:3px;
background:url(../img/index_bg_03.png) left bottom no-repeat;
}
#topics h1,
#news h1 {
margin-bottom:14px;
}
#topics .link,
#news .link {
position:absolute;
top:9px;
right:7px;
}
#topics .link a,
#news .link a {
padding-left:14px;
background:url(../img/index_bg_04.png) left center no-repeat;
}
/* topic box */
#topics .topic {
height:100%;
margin:0 19px 10px 17px;
padding-top:9px;
border-top:1px dotted #999;
}
#topics .first {
padding-top:0;
border-top:none;
}
#topics .topic .image {
float:left;
width:78px;
text-align:center;
}
#topics .topic .text {
margin-left:90px;
}
#topics .topic h2 {
font-weight:normal;
padding-bottom:10px;
}
#topics .topic h2 img {
float:none;
vertical-align:baseline;
position:absolute;
}
#topics .topic ul {
list-style:disc outside;
margin-bottom:5px;
margin-left:1.5em;
}
#topics .topic h3,
#topics .topic p {
margin-bottom:5px;
}
#topics .topic .notes {
margin-left:1em;
text-indent:-1em;
}
/* news box */
#news dl {
margin-top:-7px;
padding:0 16px 18px;
}
#news dt,
#news dd {
padding-top:10px;
}
#news dt {
clear:left;
float:left;
width:8em;
}
#news dd {
margin-left:8em;
}
#news dd .NEW{
position:absolute;
vertical-align:baseline;
}

/* reset sidebar */
#sidebar01 {
display:inline;
width:229px;
margin-top:38px;
margin-right:39px;
}

