@charset "UTF-8";
/* CSS Document */


/* reset */
* {
    margin: 0 0;
    padding: 0 0;

}

html {
    height: 100%;
}

body {
    min-width: 1000px;
	/*overflow-x:hidden;*/
	/*overflow: hidden;*/
    color: #333;
	background-color:#000;
	 padding: 0 0 0 0; 
	 margin: 0 0 0 0; 
	/* /padding: 80px 0 0 0; */
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

* html body{
	overflow: hidden;
} 

html>body {
    height: auto;
}

img {
    border: 0;
}


ul, li {
    background: none !important;
    list-style-type: none !important;
}

ul li {
    background-image: none;
    text-align: left;
    margin: 0;
    padding: 0
}

hr {
    display: none;
}

a{text-decoration:none;
cursor:pointer !important;}

.clearfix:after {
    content: "";
    display: block;
    visibility: hidden;
    height: 0.1px;
    font-size: 0.1em;
    line-height: 0;
    clear: both;
}

.lastChild{
	margin-bottom:0px !important;
}


/* preloader*/
/*#preloader{
	padding:0 0 0 0;
	margin:0 0 0 0;
	top:0px;
	left:0px;
	position:fixed;
	width:100%;
	height:100%;
	z-index:9999;
	background-color:#fff;
	text-align:center;
	}
#preloader #loaderTitle{
	display:block;
	position:relative;
	height:14px;
	margin:0px auto 0 atuo;
	top:45%;
}
#preloader #loaderCircle{
	display:block;
	position:relative;
	height:26px;
	margin:0px auto 0 atuo;
	top:50%;
}*/


/* preloader*/
#fade{
	padding:0 0 0 0;
	margin:0 0 0 0;
	top:0px;
	left:0px;
	position:fixed;
	width:100%;
	height:100%;
	z-index:5000;
	background-color:#fff;
	text-align:center;
	}
	
#loader {
	text-align:center;
    width: 180px;
    height: 80px;
    display: none;
    position: fixed;
    _position: absolute; /* IE6対策 */
    top: 50%;
    left: 50%;
    margin-top: -40px; /* heightの半分のマイナス値 */
    margin-left: -90px; /* widthの半分のマイナス値 */
    z-index: 9999;
}

#loadingTitle{
	position:relative;
	width:180px;
	display:block;
	margin-bottom:20px;
}

#loadingCircle{
	position:relative;
	width:180px;
	display:block;
	text-align:center;
}

#container{
	display:none;
}

/* layout */

#header{
	position:relative;
	width:100%;
	height:500px;
	text-align:center;
	/*background:url(../img/keyvisual.jpg) top center no-repeat;*/
	z-index:1000;
}

#headerInner{
	position:relative;
	width:1000px;
	height:500px !important;
	margin: 0px auto 0px auto;
	text-align:left;
	z-index:1000;
}

#main{
	position:relative;
	min-width:100%;
	min-height:500px;
	background:#FFF;
	padding-top:35px;
	text-align:center;
}

#mainInner{
	position:relative;
	width:1000px;
	min-height:500px;
	margin: 0px auto 0px auto;
	display: block;
	overflow:hidden;
}
#mainInner:after {
	clear: both;
	content:".";
	display: block;
	height: 0;
	visibility: hidden;
}
* html #mainInner {
	height: 1%;
	/*\*//*/
	height: auto;
	overflow: hidden;
	/**/
}


#footer{
	position:relative;
	width:100%;
	height:45px;
	text-align:center;
	background:#fff;
	border-top:5px #ddd solid;
}

#footerInner{
	position:relative;
	width:1000px;
	height:45px;
	margin: 0px auto 0px auto;
	overflow:hidden;
	text-align:center;
}







/* main */


#innerLeft{
	text-align:left;
	position:relative;
	width:350px;
	min-height:600px;
	float:left;
	overflow:hidden;
	margin-bottom:25px;
}

#innerLeft:after {
	clear: both;
	content:".";
	display: block;
	height: 0;
	visibility: hidden;
}
* html #innerLeft {
	height: 1%;
	/*\*//*/
	height: auto;
	overflow: hidden;
	/**/
}


#innerRight{
	text-align:left;
	position:relative;
	width:620px;
	min-height:500px;
	float:right;
	margin-bottom:25px;
}

#innerRight:after {
	clear: both;
	content:".";
	display: block;
	height: 0;
	visibility: hidden;
}
* html #innerRight {
	height: 1%;
	/*\*//*/
	height: auto;
	overflow: hidden;
	/**/
}

#innerBottom{
	text-align:left;
	clear:both;
	position:relative;
	width:100%;
	min-height:470px;
	background:#fff;
	margin-bottom:35px;
}

#innerBottom:after {
	clear: both;
	content:".";
	display: block;
	height: 0;
	visibility: hidden;
}
* html #innerBottom {
	height: 1%;
	/*\*//*/
	height: auto;
	overflow: hidden;
	/**/
}





.clearfix {
	display: block;
	min-height: 1%;
}
.clearfix:after {
	clear: both;
	content:".";
	display: block;
	height: 0;
	visibility: hidden;
}
* html .clearfix {
	height: 1%;
	/*\*//*/
	height: auto;
	overflow: hidden;
	/**/
	
}

/* clearfix * * * * * * * * * * * * * * * * * * * * */
/* For modern browsers */
.cf:before,
.cf:after {
    content:"";
    display:table;
}
 
.cf:after {
    clear:both;
}
 
/* For IE 6/7 (trigger hasLayout) */
.cf {
    zoom:1;
}


.lastChild{
	margin-bottom:0 !important;
}



