/* =============================================================================
  基本
   ========================================================================== */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td,figure,figcaption,aside,section,header,footer,nav,article
{ margin:0; padding:0;	zoom:1; } table { border-collapse:collapse; border-spacing:0; } 


body {font:13px/1.25 "ＭＳ Ｐゴシック", "MS PGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;;*font-size:small;*font:x-small;}
table {font-size:inherit;font:100%;}
pre,code,kbd,samp,tt {font-family:monospace;*font-size:108%;line-height:99%;}
a {text-decoration:none;}
html, body {height:100%;width:100%;}




body {
	  margin: 0;
  padding: 0;
  width: 100%;
	height: 100%;
  min-width: 1080px;
	background-color: #000000;
	color: #ffffff;
	
}


#all_wrapper {
	width:100%;
	height: 100%;
	min-height: 840px;
	max-height: 1300px;
	text-align:center;
}






/* =============================================================================
   リンク系
   ========================================================================== */
img {
border:none;
}


a:focus {
outline:none;
}


a:link{
color:#fff;
}

a:visited{
color:#fff;
}

a:hover{
color:#6FC;
}







/* =============================================================================
   top画像
   ========================================================================== */

#main {
  position: relative;
  width: 100%;
  min-width: 980px;
  height: 1178px;
  margin: 0 auto;
  overflow: hidden;
  background-color:#000000;
	background-color:#FFFFFF;
	background-image: url(../img_top/top_back.jpg);
	background-position: center top;
	background-repeat: no-repeat;
}


.banner  {
	width: 980px;
	height: 1158px;
	position: absolute;
	top: 20px;
	left: 50%;
	margin-left: -494px;
	z-index: 10;
	background-color:#000000;

}


.top_logo {
 position: absolute;
 top:725px;
left: 50%;
margin-left: -530px;
z-index:60;
}

.top_logo2 {
 position: absolute;
 top:55px;
left: 50%;
margin-left: -550px;
z-index:60;
}


.day  {
 position: absolute;
 top:1000px;
left: 50%;
margin-left: -190px;
z-index:60;
}


.th  {
 position: absolute;
 top:800px;
left: 50%;
margin-left: 305px;
z-index:200;
}

.copy  {
 position: absolute;
 top:15px;
left: 50%;
margin-left: -525px;
z-index:200;
}


.ink  {
position: absolute;
bottom:0px;
right: 0px;
z-index:30;
}




/* =============================================================================
   メイン部分
   ========================================================================== */
#btm {
width:100%;
  min-width: 1080px;
height:230px;
margin:0 0 0 0;
padding:0 0 0 0;
color : #fff;
background:#000000;
 position: relative;
}




/* =============================================================================
   スペック
   ========================================================================== */


.spec_titol {
	position: absolute;
	top: 30px;
	left: 50%;
	margin-left: -150px;
}


.index_spec2 {
letter-spacing:1pt;
line-height:1.7;
font-size : 15px;
position: absolute;
top:68px;
left: 50%;
margin-left: -420px;
text-align:center;
}




/* =============================================================================
   フッター
   ========================================================================== */


.foot {
position: absolute;
top:160px;
left: 50%;
margin-left: -270px;
text-align:center;
}



.sns {
width:190px;
height:24px;
float:left;
margin:0 0 0 0;
}



.c {
width:296px;
height:24px;
float:left;
margin:0 0 0 10px;
}




/* =============================================================================
   テキスト関連
   ========================================================================== */


.text {
width:auto;
height:auto;
padding:0 0 10px 0;
}
.text a:link{
color:#C00;
}
.text a:visited{
color:#C00;
}
.text a:hover{
color:#F00;
}






/* =============================================================================
   DLサイト関連
   ========================================================================== */

.dl {
width:auto;
height:auto;
margin:0 0 20px 20px;
}


.dlimg {
width:180;
height:auto;
}





/* =============================================================================
   メニューバー関連
   ========================================================================== */

.topics {
width:auto;
height:auto;
margin:20px 0 0 20px;
}


.topics_dl {
width:auto;
height:auto;
margin:0 0 3px 20px;
}

.topics_spec {
width:auto;
height:auto;
margin:20px 0 0 20px;
}




/* =============================================================================
   ツイッター
   ========================================================================== */

.twitter {
position: absolute;
width: 500px;
height:32px;
top: -5px;
right: 50px;
visibility: visible;
z-index: 100;
text-align:right;
}

.twitter_b {
	margin-right:10px;
	width: 120px;
}
.fb_b {
	margin-right:10px;
	width: 120px;
}


.clear {

clear:both;

}







/* =============================================================================
   スクロールトップ
   ========================================================================== */

#scrolltop {
    position: fixed;
    bottom: 20px;
    right: 10px;
}
#scrolltop a {
    display: block;
}






/* =============================================================================
   now loading
   ========================================================================== */


#container{display:none;}
#loading{
	position:absolute;
	left:37%;
	top:39%;
}
