body{
background-color:#000000;
width:100%;
}

/*ボタン（index用）*/
#btm_index{
    margin:40px 0px 0px 0px;
    padding-top:0px;
    width:300px;
    height:100px;
    background:url(../img/index_off.png);
}
#btm_index:hover{
background:url(../img/index_on.png);
}

/*メニューのメインとなるボックス*/
#menu_body{
width:1100px;
margin:100px auto 0px;
}

/*メニュー配置場所*/
#menu_main{
margin:auto;
width:1100px;
height:100px;
position:fixed!important;
position: relative;top:0px;
right:auto;
left:auto;
bottom:auto;
background:url(../img/header.png);
}


/*広告用フッター固定*/
#menu_footer{
margin:auto;
margin-left:-4%;
width:1100px;
height:100px;
position:fixed!important;
position: relative;top:0px;
top:87%;
right:auto%;
left:auto%;
bottom:auto;
background:url(../img/footer.png);
}

/*画像のラインを消します*/
img {
    border-style:none;
}


/*ボタンオン・オフ(トップ)*/
#btm_1{
    margin:40px 0px 0px 140px;
    padding-top:0px;
    width:130px;
    height:50px;
    background:url(../img/001off.png);
}
#btm_1:hover{
background:url(../img/001on.png);
}

/*ボタンオン・オフ(キャラクター)*/
#btm_2{
    margin:40px 0px 0px 0px;
    padding-top:0px;
    width:130px;
    height:50px;
    background:url(../img/002off.png);
}
#btm_2:hover{
background:url(../img/002on.png);
}


/*ボタンオン・オフ(ストーリー)*/
#btm_3{
    margin:40px 0px 0px 0px;
    padding-top:0px;
    width:130px;
    height:50px;
    background:url(../img/003off.png);
}
#btm_3:hover{
background:url(../img/003on.png);
}

/*ボタンオン・オフ(システム)*/
#btm_4{
    margin:40px 0px 0px 0px;
    padding-top:0px;
    width:130px;
    height:50px;
    background:url(../img/004off.png);
}
#btm_4:hover{
background:url(../img/004on.png);
}

/*ボタンオン・オフ(スクリーンショット)*/
#btm_5{
    margin:40px 0px 0px 0px;
    padding-top:0px;
    width:130px;
    height:50px;
    background:url(../img/005off.png);
}
#btm_5:hover{
background:url(../img/005on.png);
}

/*ボタンオン・オフ(スペック)*/
#btm_6{
    margin:40px 0px 0px 0px;
    padding-top:0px;
    width:130px;
    height:50px;
    background:url(../img/006off.png);
}
#btm_6:hover{
background:url(../img/006on.png);
}

/*********広告用バナー***********/

#b_1{
	margin:10px 0px 0px 200px;
	width:200px;
	height:40px;
}

#b_2{
	margin:10px 0px 0px 20px;
	width:200px;
	height:40px;
}


/***トップページ限定***/

/*メインとなるボックス*/
#main_body{
width:1000px;
margin:100px auto 0px;
}

/*トップの画像を配置する場所です*/
#top_img{
margin:auto;
width:1000px;
}

/*フッダー部分*/
#footer{
marigin:auto;
width:100%;
height:50px;
}


/*固定サークルアイコンボックス*/
#top_icon{
margin:auto;
width:100px;
height:61px;
position: fixed;
top:90%;
right:2%;
}
