/*トップ専用のメインボディ*/
#main_body{
	margin:-20px auto 0px auto;
	width:1019px;
	height:100%;
	background-image:url(../img/bg_ds.png);
}
/*トップ以外のメインボディ*/
#main_body_other{
	margin:-10px auto 0px auto;
	width:1019px;
	height:100%;
	background-image:url(../img/bg_ds.png);
}






/*トップページ用のメインボックス*/
#main_box_top{
	margin:0px auto 0px auto;
	width:1000px;
	height:1100px;
	background-image:url(../img/bg_002.png);
}


/*トップページ以外のメインボックス*/
#main_box{
	margin:0px auto 0px auto;
	width:1000px;
	height:100%;
	background-image:url(../img/bg_002.png);
}






/*トップ画のボックス*/
#top_image{
	margin:0px auto 0px auto;
	width:1000px;
	height:600px;
	background-image:url(../img/top_000.jpg);
}

#line_yoko{
	float:left;
	margin:-5px auto 0px auto;
	width:1000px;
	height:20px;
	background-image:url(../img/top_line.png);
}




/*インフォメーション*/

#info_title{
	float:left;
	margin:20px 0px 0px 10px;
	width:400px;
	height:25px;
}

#info{
	float:left;
	margin:0px 0px 0px 10px;
	width:400px;
	height:150px;
}



#info_height{
	float:left;
	margin:0px 0px 0px 0px;
	width:5px;
	height:250px;
	background-color:#ffffff;
}

/*バナー領域*/


#bnner_title{
	float:left;
	margin:20px 0px 0px 35px;
	width:530px;
	height:25px;
}

#bnner_box{
	float:left;
	margin:0px 0px 0px 30px;
	width:530px;
	height:320px;
}

/*****ストーリーページ*****/

/*イメージ画像領域確保*/
#story_img{
width:1000px;
margin:0px auto 0px auto;
height:1100px;
background-image:url(../img/story.jpg);
}


/*****ゲーム紹介ページ*****/

/*イメージ画像領域確保*/
#game_img{
	margin:0px auto 0px auto;
	width:1000px;
	height:5190px;
	background-image:url(../img/game_000.jpg);
}







/*****キャラクター服装ちぇんじ******/


#char_image{
		margin:0px 0px 0px -8px;
	width:1000px;
	height:142px;
}

#c_change_bar{
	margin:0px 0px 0px 0px;
	width:1000px;
	height:70px;
	background-image:url(img/sel_bg.png);
}


/*イベントCG用*/
#ev_main_box{
	margin:0px auto 0px auto;
	width:1000px;
	height:800px;
	background-image:url(../img/ev_bg.jpg);
}

#ev_top_line{
	float:left;
	margin:60px auto 0px auto;
	width:1000px;
	heigth:150px;
}

#ev_box01{
	margin:20px 0px 0px 0px
}

#ev_box02{
	margin:20px 0px 0px 40px
}



/*****ソーリーページ*****/

/*イメージ画像領域確保*/
#sorry_img{
	width:1000px;
	margin:0px auto 0px auto;
	height:600px;
	background-image:url(../img/sorry.jpg);
}

/*****ボタン*****/



/*メニューバー*/
#menu_bar{
margin:0px auto 0px auto;
width:1000px;
height:70px;
background-color:black;
}

/*メニューボタン配置用ボックス*/

#btm_1{
    float:left;
    margin:-10px 0px 0px 60px;
    padding-top:0px;
    width:117px;
    height:50px;
    background-image:url(../img/1off.png);
}
#btm_1:hover{
background-image:url(../img/1on.png);
}

#btm_2{
    float:left;
    margin:-10px 0px 0px 0px;
    padding-top:0px;
    width:150px;
    height:50px;
    background-image:url(../img/2off.png);
}
#btm_2:hover{
background-image:url(../img/2on.png);
}



#btm_3{
    float:left;
    margin:-10px 0px 0px 0px;
    padding-top:0px;
    width:150px;
    height:50px;
    background-image:url(../img/3off.png);
}
#btm_3:hover{
background-image:url(../img/3on.png);
}




#btm_4{
    float:left;
    margin:-10px 0px 0px 0px;
    padding-top:0px;
    width:150px;
    height:50px;
    background-image:url(../img/4off.png);
}
#btm_4:hover{
background-image:url(../img/4on.png);
}

#btm_5{
    float:left;
    margin:-10px 0px 0px 0px;
    padding-top:0px;
    width:150px;
    height:50px;
    background-image:url(../img/5off.png);
}
#btm_5:hover{
background-image:url(../img/5on.png);
}


#btm_6{
    float:left;
    margin:-10px 50px 0px 0px;
    padding-top:0px;
    width:150px;
    height:50px;
    background-image:url(../img/6off.png);
}
#btm_6:hover{
background-image:url(../img/6on.png);
}




/*フッター*/
#footer{
	margin:0px auto 0px auto;
	width:1000px;
	height:50px;
	background-image:url(../img/footer_000.png);
}