@charset "UTF-8";
body {
	padding: 0;
	margin: 0;
	background-color: #081026;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #000;
	background-image: none;
	background-repeat: repeat-x;
	background-position: top;
}
#header_age{
	background-image: url(../images/header_age.jpg);
	background-repeat: no-repeat;
	width: 1078;
	text-align: center;
	margin: 0px;
	overflow: hidden;
}
#age_check {
	background-image: url(../images/age_check2.jpg);
	background-repeat: no-repeat;
	width: 590px;
	height: 370px;
	margin-top: 300px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#container_age {
	width: 1078px;
	margin: 0 auto;
	overflow: hidden;
	text-align: center;
}
#age_content {
	width: 440px;
	height: 140px;
	text-align: left;
	margin-left: 250px;
	padding-top: 40px;
	color: #FFF;
	font-size: 11px;

}
#age_content_buttons {
	width: 440px;
	height: 1400px;
	text-align: left;
	margin-left: 250px;
	padding-top: 0px;
}
#age_content_buttons a {
	outline: none;
}
h4 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #FFF;
	margin: 0px;
}
#age_button_ja {
	background-image: url(../images/age_ja_off.gif);
	background-repeat: no-repeat;
	width: 151px;
	height: 57px;
	float: left;
	display: block;
}
#age_button_ja:hover {
	background-image: url(../images/age_ja_on.gif);
	background-repeat: no-repeat;
	width: 151px;
	height: 57px;
}
#age_button_nee {
	background-image: url(../images/age_nee_off.gif);
	background-repeat: no-repeat;
	width: 151px;
	height: 57px;
	float: left;
	margin-left: 10px;
	display: block;
}
#age_button_nee:hover {
	background-image: url(../images/age_nee_on.gif);
	background-repeat: no-repeat;
	width: 151px;
	height: 57px;

}
