@charset "utf-8";
@import url("./reset.css");	 /* リセット用 */

/* ---------------------------------
index.css
年齢認証ページのCSS設定
------------------------------------ */

/******************* html/body *******************/
html,body{
	height:100%;
}

body {
	text-align:center;
	color:#ac99d7;
}

/******************* ヘッダー *******************/
h1{
	font-size: 14px;
	font-weight: normal;
	line-height:26px;
	color:#000000;
}

/******************* コンテンツ *******************/
#flash_content{
	margin:0 auto;
}

#text_area{
	padding:30px 0;
}

#text_area a{
	padding:0 30px;
}
/******************* フッター *******************/
address{
	line-height:20px;
}