/*年齢認証部のHTML編集*/
body {
	margin: 0px;
	padding: 0px;
	border: 0px;
	font-size: 10px;
	color: #FFFFFF;
	background: #000000;
	text-align: center;
}

a{
	
   	color: #FFFFFF;
   	text-decoration: none; 
}

a:hover{
   	color: #FFFF00;
   	text-decoration: none; 
}

.strong{
	font-weight: lighter;
}

img{
	border: 0;
}

#main{
	width: 780px;
	padding: 0 10px;
	font-size: 14px;
	line-height: 120%;
	margin: auto;
}

/*宣伝用ページのＨＴＭＬ*/
.halfLeft{
	float: left;
}

.halfRight{
	float: right;
}

.imgLeft{
	float: left;
	margin: 0 5px 5px 0;
}


.center{
	background-image: url(../image/index/center.gif);
	background-repeat: repeat-y;
	color: #333333;
	width: 360px;
	text-align: left;
}

.footer{
	background-image: url(../image/index/footer.gif);
	background-repeat: no-repeat;
	width: 360px;
	height: 15px;
}




h2,p{
	margin: 0;
	padding: 0;
}


#titleText{
	font-size: 10px;
	font-weight: lighter;
	margin: 150 0px 5px 0;
	padding: 0px;
	border: 0px;
	text-align: center;
}

#titleText2{
	font-size: 10px;
	font-weight: lighter;
	margin: 20px 0px;
	padding: 0px;
	border: 0px;
	text-align: center;
}

h1{
	font-size: 10px;
	font-weight: lighter;
	margin: 0 10px 0 0;
	padding: 0px;
	border: 0px;
}

/*テーブル枠*/
table{
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	border: 0;
}

img{
	border: 0;
}

.enter{
	float: right;
}

.margin0500{
	margin: 5px 0;
}

.margin1000{
	margin: 10px 0;
}

.padding10{
	padding: 10px;
}


.marginH05{
	font-size: 10px;
	margin: 10px 10px 0 0;
}

.copyright{
	margin: 0 10px 0 0;
	font-style: normal;
}

a.copyright{
   	color: #FFFFFF;
   	text-decoration: none; 
}

.indexheader {
	background-repeat: repeat-x;
	background-image: url(../image/index/bg.jpg);
	margin: 0;
	height: 250px;
	text-align: center;
	vertical-align: bottom;
	border-top: 1px solid #666666;
	border-bottom: 1px solid #666666;
}


#indexfooter{
	background-image: url(image/index/footer_bg.jpg);
	background-repeat: repeat;
	color: #FFFFFF;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: right;
	vertical-align: top;
	clear: both;
}



.contentsText{
	text-align: center;
}

.buttonsEneter{
	text-indent: -53500px;
	display: block;
	width: 105px;
	height: 30px;
	float: right;
}

a.buttonsEneter{
	background-image: url(./image/index/enter_anime.gif);
}
a:hover.buttonsEneter{
	background-position: 0px -30px;
}

.textLeft{
	text-align: left;
}

.textCenter{
	text-align: center;
}

.textRight{
	text-align: right;
}


.clearfix:after {
   content: ".";
   display: block;
   clear: both;
   height: 0;
   visibility: hidden;
}
.clearfix { display: inline-block; }
/* exlude MacIE5 \*/
* html .clearfix { height: 1% }
.clearfix {display:block;}
/* end MacIE5 */
