@charset "utf-8";
@import url("news.css");

/**********************************************/
/*資源循環・廃棄物研究センター 2011年
/*トップページ
/*2013.9.24改修
/**********************************************/
#main  {
    width:860px;
    position:relative;
    margin:0 auto;
    text-align:left;
}


/*新着情報*/
.news-box {
    position:absolute;
    left:449px;
    width:390px;
    height:230px;

/*
    top:55px;
    background:url("../img/news.jpg") no-repeat left top;
*/

    top:85px;
    background:url("../img/news.png") no-repeat left top;
    /*overflow:auto;*/
}

.news-box iframe {
    width:345px;
    height:140px;
    margin-top:56px;
    margin-left:25px;
    background-color:transparent;
}

/*英語用*/
.news-box-e {
    position: absolute;
    top: 55px;
    left: 449px;
    width: 390px;
    height: 230px;
    background: url("../img/news_e.jpg") no-repeat left top;
}

.news-box-e iframe {
    width: 345px;
    height: 140px;
    margin-top: 56px;
    margin-left: 25px;
    background-color: transparent;
}
                 
/*バナー*/
.bnr-box {
    position:absolute;
    /*top:286px;*/
    top:390px;
    left:590px;
    width:220px;
}

.bnr-box:lang(en) {
    top:286px;
}

.bnr-box img {
    display:block;
    margin-bottom:2px;
    border-width:0;
}

/*バナー（横）*/
.bnr-footer {
     width:820px;
     margin: 15px auto 0;
     text-align:center;
}
.bnr-footer img {
    margin:0 10px;
}

/*Flash用*/
.flash-box1 {position:absolute; top:315px; left:13px; width:110px; height:100px;}
.flash-box2 {position:absolute; top:190px; left:169px; width:39px; height:50px;}
.flash-box3 {position:absolute; top:337px; left:389px; width:163px; height:145px;}


#footer {
    margin-top: 0;
}


/*臨時メッセージ*/
.memo20210401 {
    position:absolute;
    top:320px;
    left:462px;
    width:340px;
    
    background-color: #fff;
    padding: 10px;
    border-radius: 4px;
    border: 5px #66cc99 solid;
    
    color:red;
}
.memo20210401 p {
    margin: 0;
}


/***************************/
/*夏の大公開用
/***************************/
/*新着情報*/
.news-box {
    /*
    top: 30px;
    background:url("../img/news.png") no-repeat left top;
    */
}
/*バナー*/
.bnr-box {
    /*
    top:260px;
    */
}


