
/* @HTML5 */

article,aside,canvas,details,figcaption,figure,
footer,header,hgroup,menu,nav,section,summary, mark {  
	display:block;
}


/* ---------------------------------- */

/* @Layout */


div#wrapper {
	min-height: 1000px;
	width: 100%;
	margin: 0;
	padding: 0 0 50px 0;
}

header {
	margin: 0
}

article {
	background: #fff; 
	position: fixed; 
	top: 0 ; 
	left: 0; 
	width: 100%; 
	min-height: 100%;  
	-moz-box-shadow: 0 0 12px #666; 
	-webkit-box-shadow: 0 0 12px #666; 
	z-index:99999;
}

article figure { 
	background: transparent;
	position: fixed; 
	min-height: 400px;
	top: 100px; 
	left: 400px; 
	margin: 0; 
	padding: 0;
}
  
article figure img { 
	padding-top: 30px;
}

article p {
	font-family: Courier;
	font-style: normal;
	line-height: 18px;
	color: #777;
	font-size: 11px;
}
    
.column {
	margin: 100px 0 0 200px;
	padding: 0 0 0 0;
	position: absolute;
}

.column ul li+li {
	margin-top: 50px;
}
    
/* ---------------------------------- */


/*top Pages */

.top-page {
	background: url(../images/top.jpg) no-repeat 50% 50%;
}
  
.bg { background-size:cover; }
  
  
.top-page h1 {
	padding: 40px 0 0 40px;
}

.top-page h2 {
	position: absolute;
    bottom: 3%;
    left: 50%;
    margin-left: -30px;
}


/* ---------------------------------- */

.text-inner {
	margin-left: 150px;
}

.text-inner p {
	line-height: 2.0em;
	letter-spacing: 0.2em;
	font-size: 122%;
	font: inherit;
}

.text-inner .minilogo {
	text-align: right;
}

#next_page {
    position:absolute;
	top:30%;
	left:50%;
    margin-left: -63px;
    width:127px;
}

#footer {
	position: absolute;
	bottom: 0;
	background-color: #5E0D10;
	width: 100%;
}

#footer_contents {
	width: 700px;
	margin: 40px auto 30px;
}

#footer_contents li {
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',sans-serif;
	letter-spacing: 0.2em;
	font-size: 85%;
	text-align:center;
	color: #fff;
	float: left;
	padding-left: 20px;
}

#copyright {
	width: 650px;
	margin: 0 auto 30px;
}

#copyright li.images {
	float: left;
}

#copyright li.text {
	float: right;
	font-style: Helvetica, Arial,'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3',Meiryo, メイリオ, sans-serif;
 	font-size: 10px;
 	color: #fff;
}