@charset "utf-8";

html, body, #wrap {
	height:100%;
}

body {
	color:#000000;	
	position:relative;
	min-width:940px;
	min-height:620px;
	text-align:left;
}

body > #wrap {
	height:auto;
	min-height:100%;
}

/*/#centerArea {
	margin:-305px 0 0 -470px;
	position:absolute;
	top:50%;
	left:50%;
	width:940px;
	height:610px;
}

#centerArea h1 {
	height:50px;
}*/

#flashcontent {
	position:relative;
	width:940px;
	height:610px;
}

#flashcontent .notice {
	width:137px;
	position:absolute;
	left:687px;
	top:147px;
}

#flashcontent p.txt01 {
	padding-bottom:10px;
	color:#ff3399;
	font-size:84%;
	text-align:left;
}

#Ketsume {
	outline: none;	
}

#flashcontent p.txt02 {
	color:#000000;
	font-size:84%;
	text-align:center;
}

#flashcontent p span {
	padding-top:5px;
	display:block;
}

#main {
	padding-bottom:36px;
}  /* must be same height as the footer */

/*#footer {
	padding:0;
	position:relative;
	margin-top:-36px;
	height:36px;
	clear:both;
	text-align:left;
}*/


#footer {
	padding:0;
	text-align:left;
}

#footer .inner {
	margin:0 auto;
	width:940px;
}

#footer p.copyrights {
	float:left;
	padding-top:14px;
	padding-bottom:0;
}

#footer p.policy {
	padding-top:10px;
	padding-right:14px;
	font-size:84%;
	float:right;
}

#footer p.bn {
	margin-left:6px;
	float:right;
}

#footer a {
	color:#855e37;
	text-decoration:none;
}




/* @group clearfix=================================================================== */
.clearfix:after {
	display:block;
	clear:both;
	visibility:hidden;
	height:0;
	content:".";
}

.clearfix {
	display:inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix {
	height:1%;
}

.clearfix {
	display:block;
}
/* End hide from IE-mac */
/* @end */

