@charset UTF-8;

/* ******************************************

    [ index ]

    01. flash
    02. top page contents
    
****************************************** */

/* ******************************************
    01. flash
****************************************** */
#flash-box {
width: 900px;
height: 325px;
margin: 0 16px;
}



/* ******************************************
    02. top page contents
****************************************** */
#top-contents-box {
width: 900px;
background: transparent url("../img/common/side_bg.gif") top left repeat-y;
margin: 0 16px;
}

#top-left-box {
float: left;
width: 300px;
}

#top-right-box {
float: right;
width: 600px;
}

/* What's New? */
#whats-box {
width: 300px;
}

#whats-box h3 {
width: 300px;
height: 35px;
background: transparent url("../img/toppage/title_whats.gif") top left no-repeat;
text-indent: -9999px;
}

#whats-box dl {
margin: 12px 20px 0;
}

#whats-box dt {
font-weight: bold;
}

#whats-box dd {
padding-bottom: 12px;
margin-bottom: 8px;
border-bottom: dashed 1px #b4b4b4;
}

/* バナー */
#banner-box {
width: 300px;
margin: 16px 0;
}

/* 大バナー */
ul#large-bn {
width: 260px;
margin: 0 20px;
}

ul#large-bn li {
margin-bottom: 4px;
}

/* 小バナー */
ul#small-bn {
width: 270px;
margin-left: 20px;
}

ul#small-bn li {
float: left;
width: 125px;
margin: 0 10px 4px 0;
}

/* News & Topics */
#news-box {
width: 600px;
}

#news-box h3 {
width: 600px;
height: 35px;
background: transparent url("../img/toppage/title_news.gif") top left no-repeat;
margin-bottom: 16px;
text-indent: -9999px;
}

#news-box .news-entry {
width: 560px;
margin: 0 20px 16px;
}

#news-box p.news-img {
float: left;
width: 150px;
}

#news-box dl {
float: right;
width: 390px;
}

#news-box h4 {
font-size: 14px;
font-weight: bold;
color: #5c4b09;
padding-left: 18px;
background: transparent url("../img/news/news_mark.gif") center left no-repeat;
}

#news-box dd {
margin-top: 6px;
padding-top: 6px;
border-top: dashed 1px #ba9c60;
}

#news-box p.news-date {
font-weight: bold;
}

/*
#news-box p.news-text {
margin-bottom: 6px;
padding-bottom: 6px;
border-bottom: dashed 1px #ba9c60;
}
*/

#news-box p.news-update {
font-size: 10px;
margin-top: 16px;
}

/* News & Topics-wide */
#news-box-wide {
width: 600px;
}

#news-box-wide h3 {
width: 600px;
height: 35px;
background: transparent url("../img/toppage/title_news.gif") top left no-repeat;
margin-bottom: 16px;
text-indent: -9999px;
}

#news-box-wide .news-entry {
width: 560px;
margin: 0 20px 16px;
}

#news-box-wide p.news-img {
float: left;
width: 570px;
}

#news-box-wide dl {
float: left;
width: 590px;
}

#news-box-wide h4 {
font-size: 14px;
font-weight: bold;
color: #5c4b09;
padding-left: 18px;
background: transparent url("../img/news/news_mark.gif") center left no-repeat;
}

#news-box-wide dd {
margin-top: 6px;
padding-top: 6px;
border-top: dashed 1px #ba9c60;
}

#news-box-wide p.news-date {
font-weight: bold;
}

/*
#news-box-wide p.news-text {
margin-bottom: 6px;
padding-bottom: 6px;
border-bottom: dashed 1px #ba9c60;
}
*/

#news-box-wide p.news-update {
font-size: 10px;
margin-top: 16px;
}