@import "reset-min.css"; /* 先頭で読み込む */
@import "top_topics.css"; /* 先頭で読み込む */
@import "top_news.css"; /* 先頭で読み込む */


@charset "utf-8";


* {
    margin: 0;
    padding: 0;


    font-style: normal;
    font-weight: normal;
    font-size : 100%;

}


body {
    background: #FFFFFF url() no-repeat left top;
    font-family: 'メイリオ', 'Meiryo', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'Osaka', 'ＭＳ Ｐゴシック', sans-serif;
}

input {
    font-family:Arial,Helvetica,sans-serif;
    /* http://code-lover.hostzi.com/article/archives/155 input タグのサイズについて CSSでの制御 サンクス*/
}


ul {
    margin: 10px;
    padding: 10px;
}

/* -------- header start -------- */


#header h1 {
    position: absolute;
    top: 8px;
    left: 330px;
    padding-top: 1px;
    padding-left: 5px;
    padding-bottom: 10px;
    background-color: #2496F6;
    color: #FFFFFF;
    font-size: 15px;

/*
    z-index: 0;
*/

}


#header p{
    position: absolute;
    top: 30px;
    left: 330px;
    padding-top: 1px;
    padding-left: 5px;
    padding-bottom: 10px;
    background-color: #2496F6;
    color: #FFFFFF;
    font-size: 12px;
}


/* -------- header end -------- */


#right {

    clear: both; /* 回り込み解除 */

    padding-top: 10px;
    padding-bottom: 10px;

    font-size: 10px;

    text-align: right;

}



#footer_link {

    clear: both; /* 回り込み解除 */

    padding-top: 10px;
    padding-bottom: 10px;

    font-size: 10px;

    text-align: center;

}


a {
    color: #0000FF;

}





