/*---------------------
neo/index.htmlの補完css
------------------------*/
#wrapper {
    margin: 10px;
    width: 99%;
}

#container {
    float: left;
    margin-right: -210px;
    width: 100%;
}

#header {
    width: 100%;
    margin-bottom:20px;
}

#contents {
    float:right;
    margin-left:-200px;
    margin-top:0;
    width:100%;
}

#contents-inner{
    position: relative;
    margin:10px 200px 0 200px;
    padding:  0 10px;
}

div.clearfix{
    zoom:1;/*for IE 5.5-7*/
}

div.clearfix:after{/*for modern browser*/
    content:".";
    display: block;
    height:0px;
    clear:both;
    line-height:0;
    visibility:hidden;
}

#footer{
    clear:both;
    width:100%;
    padding-top:20px;
    }

.navi-border {
    font-size:90%;
}

.ickup_section img{
    margin-right:3px;
    }

/*****************
ジャンルトピックス
******************/

div.genre_topics{
    clear:both;
    margin-top:10px;
    }

div.genre_topics div.topic_title{
    margin-bottom:5px;
    }

div.genre_topics div.topic_contents{
    margin-left:1em;
    }

div.genre_topics div.topic_contents div.text{
    line-height:130%;
    font-size:85%;
    }


div.genre_topics div.topic_contents a{
    text-decoration:none;
    }

div.genre_topics div.topic_contents a:hover{
    text-decoration:underline;
    }

div.genre_topics div.seemore{
    font-size:80%;
    text-align:right;
    padding-right:5px;
    }

div.genre_topics div.seemore img{
    margin-right:3px;
    }

div.genre_topics div.seemore a{
    text-decoration:none;
    }

div.genre_topics div.seemore a:hover{
    text-decoration:underline;
    }

/***********************
ネオからのメッセージ
***********************/

#our_massage{
    border:1px solid #800000;
    background-color:#FEEEB6;
    padding:10px;
    margin-bottom:10px;
}

#our_massage h4{
    font-size:85%;
    margin:5px 0;
}

#our_massage p{
    font-size:85%;
    margin:0 0 10px;
}
    
/*************************/