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

#en {
	background-repeat: no-repeat;
	background-position: 50% 0 no-repeat fixed;
	background-attachment: fixed;
}
#main {
	margin-bottom: 300px;
}
h2 {
	margin-top: 100px;
	font-size: 30px;
	text-align: center;
	margin-bottom: 60px;
	letter-spacing:0.03em;
}
#main a{
	text-decoration: underline;
}

#main a:hover{
	text-decoration: underline;
}

.info {
	margin: 30px auto 0;
	text-align: justify;
	text-justify: inter-ideograph;
	font-size: 13px;
	line-height: 1.7;
	width: 700px;
	padding: 30px;
	background-color: rgba(255,255,255,0.6);}
	
.itaric {
	font-style: italic;
	font-weight: bold;
}

.text {
	margin-bottom: 200px;
}




