@charset "shift_JIS";
/*
---------------------------------------------------------------------------------
FΨy[Wp[ uAQC ]
---------------------------------------------------------------------------------*/

/*
₯import
---------------------------------------------------------------------------------*/
@import "reset.css";
@import "ie6.css";
/*\*//*/@import "mac_ie.css";/**/

/*
₯FΨy[W
---------------------------------------------------------------------------------*/
body{
	background-color: #FFFFFF;
	background-image: url(../images/backGround.jpg);
}

div#all{
	width: 750px;
	height: 445px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left:-375px;
	margin-top:-222px;
	background-color: #FFF5F2;
	border: 1px solid #CCCCCC;
}

div#imgWrap{
	float: left;
	margin: 15px 10px 0px 15px;
	border: 1px solid #CCCCCC;
}

div#welcomeWrap{
	float: right;
	width: 350px;
	margin: 15px 10px 15px 0px;
}

h1#logo a{
	background: url(../images/header/logo.png) no-repeat;
	display: block;
	width: 205px;
	height: 65px;
	text-indent: -9999px;
	/*\*/overflow: hidden;/**/
}

div#welcomeWrap p{
	font-size: 65%;
	line-height: 260%;
}

div#ageCheck{
	width: 250px;
	margin: 10px auto 20px auto;
	text-align: center;
}

div#ageCheck p#enter a{
	text-align: center;
	float: left;
	width: 70px;
	height: 24px;
	display: block;
	margin: 15px 0px 0px 20px;
	text-indent: -9999px;
	background: url(../images/enter.gif) no-repeat;
	/*\*/overflow: hidden;/**/
}

div#ageCheck img{
	float: left;
	margin: 15px 20px;
	text-align: center;
}

div#ageCheck p#leave a{
	text-align: center;
	float: left;
	margin: 15px 0px 0px 0px;
	width: 70px;
	height: 24px;
	display: block;
	text-indent: -9999px;
	background: url(../images/leave.gif) no-repeat;
	/*\*/overflow: hidden;/**/
}

address {
	width: 750px;
	clear: both;
	padding: 15px 0px 10px 0px;
}

address a{
	width: 335px;
	height: 15px;
	display: block;
	margin: 0px auto;
	background: url(../images/footer/copyright.png) no-repeat;
	text-indent: -9999px;
	/*\*/overflow: hidden;/**/
}

p.rightAlign{
	font-size: 65%;
	text-align: right;
	margin: 15px 0px 0px 0px;
}

div#all:after,
div#ageCheck:after{
	/*For ModernBrowser */
	content:"";
	display: block;
	clear: both;
	height: 0px;
	/*overflow: hidden;*/
}

/*\*/
* html div#all,
* html div#ageCheck{height: 0%; overflow: visible;}/**/
