iframe {
	height:0px;
	position:absolute;
	bottom:0px;
}
#footerArea p {
	display:none;
}
.imgFit img {
	width:100%;
	height:100%;
}
html,body {
	height:100%;
}
body {
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background:#000000;
}

#wrapper {
	width: 100%;
	position: relative;
	height:auto !important; /*IE6対策*/
	height: 100%; /*IE6対策*/
	min-height: 100%;
}

#mainArea {
	padding:0 0 35px 0;
}
#contents h2 {
	width:320px;
	height:75px;
	text-indent:-9999px;
}
/*--------------------------------------HEAD--------------------------------------*/
#header {
	width:100%;
	height:140px;
}
#headerLogo {
	width:300px;
	height:130px;
	margin:0 auto 0 auto;
	padding:0 0 10px 0;
}
#headerLogo img {
	width:100%;
}
#titArea {
	width:100%;
	height:80px;
	background:#191919;
	border-bottom:solid 1px #242424;
	border-top:solid 1px #242424;
}
#tit {
	width:300px;
	height:70px;
	margin:0 auto;
}
#tit img {
	width:100%;
}

#mainArea {
	width:100%;
}

/*--------------------------------------FOOTER--------------------------------------*/

#footer{
	width:100%;
	height:20px;
	background:#000;
	position:absolute;
	bottom:0px;
	border-top:1px solid #242424;
}
#copyright {
	background:url(../../img/copyright.gif) no-repeat center center;
	background-size:255px 12px;
	margin:0 auto;
	line-height:20px;
	font-size:10px;
	text-indent:-99999px;
}
/*--------------------------------------ローディング--------------------------------------*/
.loadingWrap{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
	background:#000000;
	z-index:999998;
}
.loadingWrapWaku{
    width: 100%;
    height: 100%;
    position: absolute;
	margin:0;
}
.loadingWrap .loadingWrapWaku img{
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -60px;
    margin-left: -60px;
}
