@charset "UTF-8";
#title{
background-color: #004E9D;	
}

#top{
text-align: center;	
}

.intro{
	display: flex;
	background-size: 360px 200px;
	width: 360px;
	height: 200px;
	text-align: center;
	margin-top: 30px;
	margin-bottom: 40px;
}

#main{
	text-align: center;
		
}

#bottom{
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
}

#end{
	background-color: #004E9D;
	text-align: center;
	margin-top: 0px;
	padding-top: 35px;
	padding-bottom: 25px;
}

#text{
	text-align: left;
	font-size: 14px;
	font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif;
	line-height: 28px;
	color: #000000;
	font-weight: bold;
	letter-spacing: 5%;
	padding-left: 145px;
	padding-top: 45px;	
}

span{
	font-size: 18px;
	color: #004E9D;	
}


