/* =============================================================================
  基本
   ========================================================================== */
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 {
	-webkit-text-size-adjust:none;
	background-color:#fff;
	color:#000;
	*text-align:center;
}
body ::selection {
	background: #666; 
}
body ::-moz-selection {
	background: #666; 
}


#all_wrapper {
		width: 100%;
        position: relative;
        height: 100%;
        min-height: 100%;
}
#all_wrapper {
	background-color:#900;
	}
	
.top #all_wrapper {
	background-color:#fff;
}

body > #all_wrapper {
        height: auto;
}

#contents_wrapper{
	background:url(../img/spec_bg.png) no-repeat center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	background-color:#000;
	padding-bottom: 145px;
	}
.top #contents_wrapper{
	padding-bottom: 0px;
	}
	



/* =============================================================================
   ヘッダー
   ========================================================================== */
#header_wrapper{
	width:100%;
	height:120px;
	background:#fff;
	padding-top:0px;
	margin-bottom:10px;
	}
#header{
	position:relative;
	color:#333;
	text-align:left;
	width:1100px;
	margin:0 auto;
	padding:0;
	height:120px;
	background-color:#fff;
	overflow:hidden;
	*text-align:right;
	}
#header, #header a, .main_menu, .main_menu a{
	color:#333;
	}
#mainlogo{
		position:absolute;
		top:20px;
		left:0px;
		}
		

	#menu {
		position:absolute;
		right:0px;
		bottom:0px;
   		*zoom: 1;  
		}	
	#t_menu{
		position:relative;
		padding:0 0 0 0;
		left:-40px;
		z-index:100;
		}
	#t_menu li{
		display:inline-block;
		*display: inline;  
   		*zoom: 1;  
	}
	#t_menu .disable {
		color:#900;
		padding:0 6px;
		}
	#t_menu li a:hover {
		color:#900;
	}
	
	




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

#footer_wrapper{
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	background:#fff ;
	}

.short #footer_wrapper, .short #footer{
	height:130px;
	}
#footer{
	position:relative;
	color:#333;
	text-align:center;
	width:1000px;
	margin:0 auto;
	height:205px;
	}







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


a:focus {
outline:none;
}


a:link{
color:#C00;
}

a:visited{
color:#C00;
}

a:hover{
color:#666;
}






/* =============================================================================
   top画像
   ========================================================================== */
#top {
width:1020px;
height:400px;
margin:10px 0 10px 0;
}



#tops {
width:1000px;
height:100px;
background-image:url(../img/main_s.png);
background-repeat:no-repeat;
}






/* =============================================================================
   インデックス部分
   ========================================================================== */
#main {
width:1000px;
height:800px;
margin:0 0 -5px 0;
text-align:left;
font-size : 14px;
padding:0 10px 0 10px;
}

.m-left {

width:490px;
height:auto;
float:left;
margin:0 0 0 0;

}


.m-right {

width:500px;
height:auto;
float:left;
margin:90px 0 0 0;
}


#m-btm {

width:810px;
height:auto;
float:left;
margin:0 0 0 0;

}











/* =============================================================================
   スペック関連
   ========================================================================== */

.spec_left {

width:130px;
height:auto;
padding:5px 5px 5px 5px;
margin:0 5px 5px 0;
float:left;
background-color:#990000;
color : #FFF;
line-height:1.3;
}


.spec_right {

width:320px;
height:auto;
padding:5px 5px 5px 5px;
margin:0 0 5px 0;
float:left;
background-image:url(../img/main_back2.png);
background-color:#FFF;
line-height:1.3;
}


.spec_img {
border:solid #fff 1px;
    -webkit-box-shadow: 0 10px 6px -6px #CCC;
       -moz-box-shadow: 0 10px 6px -6px #CCC;
            box-shadow: 0 10px 6px -6px #CCC;
}





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


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



.text_info {
width:1000px;
float:left;
margin:5px 0 25px 0;
padding:0 10px 0 10px;
font-size : 12px;
color : #000;
letter-spacing:1pt;
line-height:1.3;
}


.text_info2 {
float:left;
padding:0 0 0 15px;
font-size : 12px;
color : #000;
letter-spacing:1pt;
line-height:1.3;
margin:0 0 15px 0;
}


.text_midashi {
width:455px;
height:auto;
float:left;
font-size : 25px;
color : #990000;
}

.text_midashi_right {
width:300px;
height:auto;
float:left;
font-size : 25px;
color : #06018e;
}




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

.dl {
width:auto;
height:auto;
padding:0 0 10px 0;
}






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

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


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


.topics_sb {
width:auto;
height:auto;
margin:15px 0 3px 0;
text-align: center;
}



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

.twitter {
position: absolute;
top: 0px;
right:0px;
visibility: visible;
z-index: 20;
margin: 0px;
padding: 0px;
}



.clear {

clear:both;

}