@import url("contents.css");
.build-base{
	background-image: url(../chara/images/build_base.jpg);
	background-repeat: no-repeat;
	padding-top: 60px;
	text-align: center;
}
.yamatai{
	background-image: url(../chara/images/yamatai.jpg);
	padding-top: 60px;
	background-repeat: no-repeat;
	text-align: center;
}
.yamatai-header{
	background-image: url(../chara/images/yamatai02.jpg);
	padding-top: 60px;
	background-repeat: no-repeat;
	text-align: center;
}
.school{
	background-image: url(../chara/images/school.jpg);
	padding-top: 60px;
	background-repeat: no-repeat;
	text-align: center;
}
.school-header{
	background-image: url(../chara/images/school_header.jpg);
	padding-top: 60px;
	background-repeat: no-repeat;
	text-align: center;
}
.other{
	background-image: url(../chara/images/other.jpg);
	padding-top: 60px;
	background-repeat: no-repeat;
	text-align: center;
}
.other-header{
	background-image: url(../chara/images/other_header.jpg);
	padding-top: 60px;
	background-repeat: no-repeat;
	text-align: center;
}
.build-base table,
.yamatai table,
.yamatai-header table,
.school table,
.school-header table
.other table,
.other-header table
{
 margin:0px auto;
	}
.build-base table td,
.yamatai table td,
.yamatai-header table td,
.school table td,
.school-header table td
.other table td,
.other-header table td
{
	text-align: left;
}
