@charset "utf-8";
/* top */

* {
	margin: 0px;
	padding: 0px;
	border:none;
}


body {
 text-align: center;
 word-break: break-all;
 background-color: #990000;
 background-attachment:fixed;
 background-position: center top;
 }

/*------トップページ構成------*/

#container{
 width:100%;
 height:650px;
 position:absolute;
 background-color: #990000;
 margin-top: 3%;
  }
 
#bt_mainbox{
 width: 100%;
 height:35px;
 background-color:#000000;
 text-align:center;
 }

#bt_box{
 width: 1024px;
 height: 35px;
 background-color:#000000;
 margin: 0 auto;
 clear: both;
 } 
 
 
#flash_box{
 width:1024px;
 height:460px;
 margin: 0 auto;
 clear: both; 
 }
 
#under_box{
 width: 100%;
 height: 155px;
 background-color:#000000;
 }
 
#news_box{
 width: 1024px;
 height: 100px;
 margin: 0 auto;
 clear: both;
 }
 
#whatsnew{
 width: 512px;
 height: 100px;
 background-image:url(../img/test/whatsnew.jpg);
 text-align:left;
 float: left;
 }

#newrelease{
 width: 512px;
 height: 100px;
 background-image:url(../img/test/release.jpg);
 float: right;
 }
 
#blog_box{
 width: 100%;
 height: 55px;
 background-color:#000000;
 color:#FFFFFF;
 clear: both;
 }
 
 
/*------各ページ構成------*/
 #center_box{
  width: 1024px;
  height: 460px;
  margin: 0 auto;
  background-image:url(../img/test/flash.jpg);
  }
  

 #title{
  width: 1024px;
  height: 50px;
  background-color:#000000;
  filter:Alpha(opacity=80);
  margin: 0 auto;
  clear: both;
  }
  

 #info_box_l{
 width:400px;
 height:410px;
 background-color:#ffffff;
 filter:Alpha(opacity=80);
 margin: 0 auto;
 float: left;
 }
 
 #info_box_r{
 width:624px;
 height:410px;
 background-color:#009933;
 filter:Alpha(opacity=80);
 margin: 0 auto;
 overflow: auto;
 float: right;
 }
 
#prof_box{
 width: 1024px;
 height: 410px;
 overflow-y:scroll;
 overflow-x:hidden;
 background-color:#000000;
 clear: both;
 }
 
 
#prof_l{
 width: 600px;
 height: 410px;
 float: left;
 background-color:#000000;
 }
 
#prof_r{
 width: 407px;
 height: 410px;
 text-align:left;
 float: right;
 background-image:url(../img/test/prof_back.jpg);
 }

 

/*------メニュー構成------*/



/*------テキスト-----*/
.whatsnew_txt{
 width: 400px;
 height: 50px;
 overflow: auto;
 margin: 0 auto;
 color: #ffffff;
 margin-top: 30px;
 margin-left: 20px;
 font-size: 12px;
 }


.prof_txt{
 width: 350px;
 height: 350px;
 margin: 0 auto;
 color: #ffffff;
 margin-top: 100px;
 font-size: 12px;
 }
