@charset "UTF-8";

html,body{
	margin:0;
	padding:0;
	width:100%;
	height:100%;
	font-family:"MS Pゴシック", "Osaka", sans-serif;
	background-color:#000;
}

img {
	border: none;
	vertical-align:baseline;
}

a{
    outline: none;
	text-decoration:none;
}

p{
	color:#FFF;
}

object{
	outline:none;
}

.text10 { font-size:77%; }
.text11 { font-size:85%; }
.text12 { font-size:93%; }
.text13 { font-size:100%; }
.text14 { font-size:108%; }
.text15 { font-size:116%; }
.text16 { font-size:123%; }

br.clear{
	clear:both;
}

.gray{
	color:#777777;
}

.pink{
	color:#c2007b;
}

.hText{
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
}

div#footer{
	margin:0;
	padding:0;
	width:100%;
	background-image:url(../images/footer/footer_bg.jpg);
	background-position:top center;
	background-color:#000;
	background-repeat:no-repeat;
	
}