/*
===== 共通エリア =====
*/
#wrapper{
    width:980px;
    margin:0 auto;
}

/*
===== 共通エリア・ヘッダ =====
*/
#header{
    z-index: 1;
    top:0px;
    height:40px;
    position:absolute;
}

#header .img1{
    position:absolute;
    top:0px;
    left:0px;
}

#header .img2{
    float : right ;
    position:absolute;
    top:5px;
    left:800px;
}

#header .toppagejump{
    position:absolute;
    top:32px;
    left:665px;
}

/*
===== 共通エリア・ナビゲータ =====
*/
#navi {
    z-index: 100;
    top:70px;
    width:980px;
    height:26px;
    position:absolute;
}

#navi ul{
    margin:0;
    padding:0;
    list-style:none;
    height:100px;
}

#navi li {
    margin:0;
    padding:0;
    list-style:none;
    width:163px;
    height:25px;
    float:left;
    color:#191919;
    text-align:center;
    overflow:hidden;
    font-weight:bold;
}

#navi li a {
    color:#fff;
    text-decoration:none;
    font-weight:bold; 
}

#navi p{ padding:0 1px; }
    .toptext{
        margin-top: 2px;
        margin-bottom: 15px;
        padding: 0px;
        text-align: center;
        font-size:   16px;
        color: #ffffff;
        font-weight: bold;
    }
    .subtext{
        margin: 3px 5px 0px;
        padding: 0px;
        text-align: left;
        font-size:   12px;
    }
/* メニューの色 */
    .Information
    {
        /* 緑背景 */
        background:#6aa63b;
    
    }
    .profile
    {
        /* 黄色背景 */
        background:#fbc700;
    }
    .diary
    {
        /* 赤背景 */
        background:#d52100;
    }
    .download
    {
        /* 紫背景 */
        background:#5122b4;
    }
    .shopping
    {
        /* 青背景 */
        background:#0292c0;
    }
    .netradio
    {
        /* マゼンタ背景 */
        background:#ff00ff;
    }
    .mailform
    {
        /* オレンジ背景 */
        background:#ffa500;
    }
    .link
    {
        /* ライトシーグリーン背景 */
        background:#20b2aa;
    }
    .about
    {
        /* ブルーバイオレッド背景 */
        background:#8a2be2;
    }
/*
===== 共通エリア・ボディ =====
*/
#body {
    z-index: 0;
    top:100px;
    width:980px;
    margin:0 auto;
    padding:0;
    position:absolute;
}

b.contents_title{
	color:darkgreen;
	font-size:18px;
}

#sitelink { width: 980px;
 margin: 0px;
 padding: 0px;
 left:50px;
 list-style: none;
 }

.link_baner { float: left;
 border: 1px solid #ff0000;
 width: 200px;
 text-align: center;
 font-size: 12px;
 margin: 5px;
 padding: 2px;
 }
/*
 更新情報・お知らせ =====
*/
#info{
width:350px;
float:left;
vertical-align:top;
text-align:left;
font-size:small;
}

#media{
width:350px;
float:right;
vertical-align:top;
text-align:left;
font-size:small;
}


