@charset "UTF-8";


body {
	font-family: "ヒラギノ丸ゴ ProN","Hiragino Maru Gothic ProN";
    font-size: 62.5% ;
	line-height:1.6;
	text-justify: inter-ideograph;
	background-image: url("chu-st.png");
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment:fixed;
}


h1 {
	font-size: 50px;
    text-align:center;
}



p {
	color: #4B4B4B;
	font-size: 12px;
}


a {
	color: #39F;
	font-size: 12px;
	margin-left:500px;
	
}

/* --- ボックス --- */
div.section {
	width: 600px;
	height: 400px;
	overflow: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	left:0;
	right:0;
	margin: auto;
}
