@charset 'UTF-8';

/* ***************************************************************************************** reset */
html, body, div, span, applet, object, iframe, embed,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td
{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	color: #fff;
	background: transparent;
	font-size: 100%;
	font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'メイリオ', 'ＭＳ Ｐゴシック', sans-serif;
}

html,body {
    height: 100%;
	background: #000;
}

html {
	overflow-y: scroll;
}

a{
	color: #ff0088;
	text-decoration: none;
}

ul {
	list-style-type: none;
	list-style-position: outside;
}

address,caption,cite,code,dfn,em,strong,th,var {
	font-style: normal;
}



/*********************** レイアウト ***************/
#container{
	width: 850px;
    height: 100%;
    text-align: center;
    margin: 0 auto;
}

#contents{
	text-align: left;
}

#main{
	text-align: center;
	padding: 0 0 20px 0;
}


/*********************** (↓)年齢認証 index.php ***************/
.age-h1{
	font-size: 80%;
	color: #aaa;
	text-align: left;
	padding: 10px 0 0 100px;
}

.age-p{
	font-size: 75%;
	padding: 10px 0;
	line-height: 1.3em;
}

.age-dl{
	width: 520px;
	margin: 0 auto;
}

.age-over-dd{
	padding: 15px 15px 0 0;
}

.age-under-dd{
	padding: 25px 0 0 0;
}

.age-over-a{
	width: 325px;
	height: 90px;
	display: block;
	text-indent: -9999px;
	overflow: hidden;
	background: url( ../image/age-over-a.jpg) no-repeat left top;
}

.age-over-a:hover{
	background: url( ../image/age-over-a.jpg) no-repeat left -90px;
}

.age-under-a{
	width: 170px;
	height: 65px;
	display: block;
	text-indent: -9999px;
	overflow: hidden;
	background: url( ../image/age-under-a.jpg) no-repeat left top;
}

.age-under-a:hover{
	background: url( ../image/age-under-a.jpg) no-repeat left -65px;
}






