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

*{
	margin: 0px;
	padding: 0px;
}
/*
body{
	background: url(/image/bg.jpg) no-repeat fixed;
	background-position: center center;
	background-size: cover;
	font-size: 90%;
}

*/

body{
	background-image: url(/image/face.png), url(/image/bg.jpg);
	background-position: right top, center center;
	background-size: contain, cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	font-size: 90%;
}




/*#face{
	background: url(/image/face.png) right top no-repeat;
	-moz-background-size: 100% auto;
	background-size: 100% auto; 
}
*/
#wrapper{
	width: 80%;
	max-width: 1000px;
	margin: 0px auto;
}

h1#top{
/*	background: url(/image/logo.png) no-repeat;
	width: 494px;
	height: 87px;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	
*/
	position: relative;
	left: 0;
	opacity: 0.9;
	width: 494px;
	border-bottom: none;
	margin-top:50px;
	font-weight: lighter;
	letter-spacing: 0.4em;
}

h1#titlelogo{
/*	background: url(/image/logo.png) no-repeat;
	width: 494px;
	height: 87px;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	
*/
	position: relative;
	left: 0;
	margin-left: 30px;
	width: 494px;
	height: 100px;
	border-bottom: 1px solid #00FDF1;
}

nav{
	position: relative;
	overflow: hidden;
	height: 100px;
	margin-top: 50px;
	min-width: 494px;
}

nav ul{
	float:left;
	left:50%;
	position:relative;
	list-style: none;
}

nav ul li{
	position:relative;
	float: left;
	margin-left: 30px;
	left:-50%;
	position:relative;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: lighter;
	font-size: 150%;
	letter-spacing: 0.1em;
	display: block;
	
}

nav ul li a{
	text-decoration: none;
	color: #7a7a7a;
}


nav ul li#current{
				background-color: #7a7a7a;
				padding: 0px 10px;
}

nav ul li#current a{
                color: #F0F0F0;
}


@keyframes huwahuwa{

        0%      {
                color: #7a7a7a;
				background-color: #F0F0F0;
                }
        100%    {
                color: #F0F0F0;
				background-color: #7a7a7a;
				margin: 0px -10px;
				padding: 0px 10px;
                }

}

nav ul li a:hover{
/*	-webkit-transition-duration: 0.5s;
				-webkit-transform: translateY(3px);
				margin-top: 10px;
*/	animation-name: huwahuwa;
	animation-duration: 0.1s;
	animation-timing-function: ease-in;
	animation-iteration-count: 1;
	animation-fill-mode: forwards;
}


@-webkit-keyframes huwahuwa{

        0%      {
                color: #7a7a7a;
				background-color: #F0F0F0;
                }
        100%    {
                color: #F0F0F0;
				background-color: #7a7a7a;
				margin: 0px -10px;
				padding: 0px 10px;
                }

}

nav ul li a:hover{
/*	-webkit-transition-duration: 0.5s;
				-webkit-transform: translateY(3px);
				margin-top: 10px;
*/	-webkit-animation-name: huwahuwa;
	-webkit-animation-duration: 0.1s;
	-webkit-animation-timing-function: ease-in;
	-webkit-animation-iteration-count: 1;
	-webkit-animation-fill-mode: forwards;
}

@-moz-keyframes huwahuwa{

        0%      {
                color: #7a7a7a;
				background-color: #F0F0F0;
                }
        100%    {
                color: #F0F0F0;
				background-color: #7a7a7a;
				padding: 0px 10px;
                }

}

nav ul li a:hover{
/*	-webkit-transition-duration: 0.5s;
				-webkit-transform: translateY(3px);
				margin-top: 10px;
*/	-moz-animation-name: huwahuwa;
	-moz-animation-duration: 0.1s;
	-moz-animation-timing-function: ease-in;
	-moz-animation-iteration-count: 1;
	-moz-animation-fill-mode: forwards;
}



article{
	margin: 80px 0px 80px 30px;
	width: 530px;
}

article h1{
	margin: 0px 0px 30px 0px;
}
	
article h2{
	margin: 0px 0px 18px 0px;
}
	
article p{
	margin: 10px 0px 30px 0px;
	letter-spacing: 0.2em;
	white-space: inherit;
	line-height: 1.5em;
	text-indent: 0.5em;
}

article p span{
	text-align: right;
}


article ul{
	margin: 50px 20px;
	letter-spacing: 0.15em;
	font-size: 105%;
}

article ul li{
	margin: 20px 0px;
	padding-left: 23px;
	line-height: 1.2em;
	background:url(/image/liMark.gif) left top no-repeat;
	list-style: none;
}

article img{
	border: 1px solid #BBBBBB;
	margin: 0px 20px;
}











.button {
	display: inline-block;
	width: 494px;
	height: 87px;
	text-align: center;
	text-decoration: none;
	line-height: 87px;
	outline: none;
}
.button::before,
.button::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.button,
.button::before,
.button::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}








.button {
	position: relative;
	-webkit-perspective: 494px;
	perspective: 494px;
}
.button span {
	font-family: Georgia, "Times New Roman", Times, serif;
	display: block;
	position: absolute;
	width: 494px;
	height: 87px;
	text-align: center;
	line-height: 56px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	pointer-events: none;
}
.button span:nth-child(1) {
	color: #FFFFFF;
	-webkit-transform: rotateX(-90deg);
	-moz-transform: rotateX(-90deg);
	transform: rotateX(-90deg);
	-webkit-transform-origin: 50% 50% -30px;
	-moz-transform-origin: 50% 50% -30px;
	transform-origin: 50% 50% -30px;
}
.button span:nth-child(2) {
	-webkit-transform: rotateX(0deg);
	-moz-transform: rotateX(0deg);
	transform: rotateX(0deg);
	-webkit-transform-origin: 50% 50% -30px;
	-moz-transform-origin: 50% 50% -30px;
	transform-origin: 50% 50% -30px;
}
.button:hover span:nth-child(1) {
	color: #7a7a7a;
	margin-top: 30px;
	-webkit-transform: rotateX(0deg);
	-moz-transform: rotateX(0deg);
	transform: rotateX(0deg);
}
.button:hover span:nth-child(2) {
	-webkit-transform: rotateX(90deg);
	-moz-transform: rotateX(90deg);
	transform: rotateX(90deg);
}







dl{
	 margin: 20px 20px 40px 20px;
}

dt{
	margin: 20px 0px 10px 0px;
	font-weight: bold;
	font-style: 105%;
}

dd{
	margin: 20px 0px 20px 40px;
}

form{
	margin: 20px 0px;
}