@charset "UTF-8";
/* CSS Document */

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

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

#main {
	padding-bottom: 39px;
	width: 1000px;
	margin: 0 auto;
}  /* must be same height as the footer */

#footer {
	position: relative;
	margin-top: -39px; /* negative value of footer height */
	height: 39px;
	clear:both;
	background:url(../images/top/bg_footer.jpg) repeat-x;
	text-align: center;
	padding-top: 10px;
}
 
#bg_header {
	background: url(../images/top/bg_header.jpg) repeat-x center 0;
	height: 49px;
	padding: 5px 0 0 0;
	text-align: center;
}

#photo {
	background: url(../images/top/photo.jpg) no-repeat;
	width: 643px;
	height: 417px;
	margin: 50px auto 0 auto;
}

#photo h2 {
	margin: 0;
	font-size: 100%;
}

#photo h2 {
	position: relative;
	top: 0;
	left: 0;
	z-index: -1;
	
	overflow: hidden;

/*\*//*/
  display:inline-table;
/**/
}

#btn {
	width: 400px;
	margin: 30px auto 0 auto;
}

#btn:after {
	content : "";
	display : block;
	height : 0;
	clear : both;
}

.btn_left {
	width: 150px;
	float: left;
}


.btn_right {
	width: 150px;
	float: right;
}

.text {
	color: #333;
	border-top: 1px solid #999;
	margin-top: 40px;
	padding: 20px;
}

body {
	font-size: 85%;
	letter-spacing: 0.1em;
	line-height: 130%;
}

h1,h3,p,ul,li,input {
	line-height: 150%;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: 100;
}

h1 {
	text-align: center;
}

h1 a, h1 a:hover, h1 a:visited{
	text-align: center;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: 100;
}

a {
	color: #06C;
}

/* -------------------------------------------------- */
/* Flashページ */
/* -------------------------------------------------- */

#wrapper {
	color: #fff;  
	position: absolute;  
	top: 50%;  
	left: 50%;  
	margin-left: -450px;  
	margin-top: -335px;  
	width: 900px;  
	height: 670px;  
}

#box {

}  

