@charset="UTF-8"

#container{
	width: 960px;
	height:1000px;
	background-color:blue;
}

#title{
	padding: 15px 0;
}
#BGbox{
	width: 959px;
	height: 600px;
	background-image: url("../images/BG_about.jpg");
	background-repeat: no-repeat;
	background-position: 100% 70%;
}
table{
	margin-left: 10px;
}
th{
	padding-right: 25px;
	color: #006699;
	font-size: 16px;
	font-family: 'Noto Sans Japanese' sans-serif;
	font-weight: 700;
	padding: 7px 20px;
}