@charset "utf-8";


/*非共通部分*/
.kouzaBox {
	margin-bottom: 20px;
	margin-left: 10px;
	width: 580px;
	background-image: url(../image/kyoushitu/image2.jpg);
	background-repeat: no-repeat;
	background-position: 370px top;
}
.textBox {
	margin-bottom: 20px;
	margin-left: 10px;
	width: 580px;
}
.textBox:after {
	content : "";
	display : block;
	height : 0;
	clear : both;
}
.text {
	margin-bottom:20px;
}
.right {
	float: right;
}
.left {
	float: left;
}
.gold {
	color: #917F57;
}
.red {
	color:#FF0000;
}
.blue {
	color:#005AC2;
}
#scheTable {
	background: #999999;
}
#scheTable th {
	font-weight: normal;
	background-color: #E7E7E7;
	padding: 3px 5px;
	text-align:center
}
#scheTable td{
	text-align: center;
	background: #FFFFFF;
	padding: 3px 0px;
	font-size: 10px;
}
#reformBox {
	margin-bottom: 20px;
	margin-left: 10px;
	width: 580px;
}
.accessTxt {
	margin-left:10px;
	float: left;
}
.access {
	margin-top:10px;
}
