@import"base.css";

/*--------- indexページ用 ---------*/
div#mainback{
	margin:100px 0 0;
	padding:0;
	height:445px;
	text-align:center;
	background:url(/images/index/backimg.gif) repeat-x left top;
}

/*---------- マドンナアドレス用 ----------*/
div#mainadd{
	margin:0 auto;
	padding:0;
	width:666px;
	height:38px;
	text-align:left;
	background-repeat:no-repeat;
	background-position:right bottom;
	display: block;
}
div#mainadd h3{
	line-height:38px;
	padding:0;
	margin:0;
	font-size:14px;
}

/*---------- 年齢認証_説明文用 ----------*/
div#mainindex{
	margin:0 auto;
	padding:0;
	width:666px;
	height:261px;
	text-align:right;
	background-image:url(../images/index/main_img01.jpg);
	background-repeat:no-repeat;
	background-position:left top;
	position:relative;
}
div#mainindex h1{
	margin:0;
	padding:0;
	font-size:16px;
	line-height:120%;
	position:absolute;
	top:140px;
	left:410px;
}
div#mainindex p{
	margin:0;
	padding:0;
	width:225px;
	font-size:12px;
	line-height:120%;
	text-align:center;
	position:absolute;
	top:170px;
	left:375px;
}

/*---------- 年齢認証_入退場用 ----------*/
div#check{
	margin:0 auto;
	padding:0;
	width:666px;
	height:105px;
	background-image:url(../images/index/main_img02.jpg);
	background-repeat:no-repeat;
	background-position:left top;
	position:relative;
}
div#check h4 , div#check p{
	margin:0;
	padding:0;
	font-size:12px;
	line-height:120%;
	text-indent:-9999px;
}
div#check h4 a{
	display:block;
	width:140px;
	height:60px;
	position:absolute;
	top:22px;
	left:350px;
}
div#check p a{
	display:block;
	width:105px;
	height:50px;
	position:absolute;
	top:22px;
	left:535px;
}

/*---------- プラグイン用 ----------*/
div#plugin{
	margin:0 auto;
	padding:0;
	width:666px;
	height:39px;
	text-align:left;	
}
div#plugin p{
	margin:5px;
	padding:0;
	width:450px;
	font-size:12px;
	line-height:120%;
	float:right;
}
div#plugin img{
	margin:5px 10px 0 0;
	padding:0;
	float:left;
}

/*---------- ヘッダー用 ----------*/
h5#copyright{
	margin:0 auto 50px;
	padding:0;
	width:666px;
	font-size:12px;
	line-height:150%;
	text-align:right;
	clear:both;
}

