/**
 * コンテナ
 */

body.top div#container {
    background-image:url(../img/index/bg.jpg);
}

/**
 * ヘッダ
 */

body.top #header {
    background-image:url(../img/index/header_bg.jpg);
}

/**
 * コンテンツ
 */

body.top #content {
    background-image:url(../img/index/content_bg.jpg);
}
#content #main_image {
    width:900px;
    height:360px;
}

/**
 * 上半分コンテンツ
 */

body.top #content_top {
    background-image:none;
    background-color:#730000;
}

/**
 * 下半分コンテンツ
 */

body.top #content_bottom {
    background-image:url(../img/index/content_bottom_bg.jpg);
}
body.top #content_bottom .content_box {
    width:600px;
    margin-bottom:10px;
}

#content_bottom .ap_box {
    padding:16px 0 0 148px;
    width:152px;
    height:169px;
    background-image:url(../img/index/ap_bg.jpg);
    background-repeat:no-repeat;
    float:left;
    position:relative;
}
#content_bottom .ap_box h2 {
}
#content_bottom .ap_box .thum {
    position:absolute;
    top:20px;
    left:28px;
}
#content_bottom .ap_box p {
    width:133px;
}
#content_bottom .ap_box .link_detail {
    width:27px;
    position:absolute;
    top:143px;
    left:254px;
}
#content_bottom .ap_box .whats_new {
    position:absolute;
    top:-1px;
    left:-1px;
}

/**
 * 左コンテンツ
 */

body.top #content_left {
    width:600px;
    background-image:none;
    float:left;
}
body.top #content_left p.to_news_page{
    margin:5px 15px 10px;
    text-align:right;
}

/**
 * 右コンテンツ
 */

body.top #content_right {
    padding:0;
    width:250px;
    background-color:inherit;
    background-image:url(../img/common/side_bgimg_middle.jpg);
    background-repeat:repeat-y;
    float:right;
}
body.top #content_right_top_bg {
    padding-top:10px;
    width:250px;
    background-image:url(../img/common/side_bgimg_top.jpg);
    background-repeat:no-repeat;
    background-position:top;
}
body.top #content_right_bottom_bg {
    padding-bottom:10px;
    width:250px;
    background-image:url(../img/common/side_bgimg_bottom.jpg);
    background-repeat:no-repeat;
    background-position:bottom;
}
body.top #content_right .bnr {
    margin:0 auto 10px;
    width:230px;
}





