@charset "utf-8";

body, div, h1, ul, li, address	{
	margin: 0;	padding: 0;
}

img {
	border: 0;
	vertical-align: bottom;
}

body {
	text-align: center;
	line-height: 1.5;
	color: #000000;
	font-size: 1.75em;
	position: absolute;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	background: url("../imgs/bg01.jpg");
}

a, a:link, a:visited {
	text-decoration: none;
	color: #000000;
}

/* コンテンツ要素
----------------------------------------------------------- */
#wrapper {
	margin: 0 auto;
	width: 1000px;
}

.block-one {
	margin: 0 auto;
	display: none;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	background-image: url("../../japanese/index/img_01.jpg");
	background-attachment: fixed;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: 1000px 650px;
	z-index: 2;
}

.block-two {
	display: none;
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 1;
}

.block-two h1 { 
	position: absolute;
	top:-300px;
}

.block-two #contents {
	position: relative;
	top: 200px;
	//background:#bbb no-repeat;
	height:300px;
	width:100%;
}

.block-two .none {
	display: none;
}

.block-two .paging {
	overflow: auto;
	color: #000000;
	font-size: 16px;
	//padding-top: 40px;
}

.block-two .paging ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.block-two .paging ul li {
	margin: 0;
	padding: 0;
	display: inline;
	list-style-type: none;
}

.block-two .paging ul li em,
.block-two .paging ul li a {
	margin: 0 6px 0 0;
	padding: 0 7px 0 12px;
	display: block;
	float: left;
	width: auto;
	height: 24px;
	line-height: 24px;
	color: #000000;
	font-size: 1em;
	font-family: メイリオ;
	padding-bottom: 90px;
}

.block-two .paging ul li a:hover{
	text-decoration: underline;
	color: #8B8B8B;
}

.block-two .centered {
	position: relative;
	overflow: hidden;
}

.block-two .centered ul {
	position: relative;
	left: 50%;
	float: left;
}

.block-two .centered ul li {
	position: relative;
	left: -50%;
	float: left;
}

p {
	font-size: 0.45em;
	margin-top: 100px;
	margin-bottom: 0px;
}

/* clearfix */
#contents ul:after	{ height:0;	visibility: hidden;	content: ".";	display: block;	clear: both; }