@charset "UTF-8";

.info_box{
	margin: 0 0 15px 9px;
}

.info_header{
	height: 110px;
	background-position: top left;
	background-repeat: no-repeat;
	position: relative;
}

#info1 .info_header{
	background-image: url("../img/all/box2a_header.png");
}
#info2 .info_header{
	background-image: url("../img/all/box2b_header.png");
}
#info3 .info_header{
	background-image: url("../img/all/box2c_header.png");
}

.info_inner{
	position: absolute;
	top: 70px;
	left: 117px;
	width: 700px;
}

.info_middle{
	background-repeat: repeat-y;
}

#info1 .info_middle{
	height: 1040px;
	background-image: url("../img/all/box2a_middle.png");
}
#info2 .info_middle{
	height: 315px;
	background-image: url("../img/all/box2b_middle.png");
}
#info3 .info_middle{
	height: 170px;
	background-image: url("../img/all/box2c_middle.png");
}

.info_footer{
	height: 25px;
	background-position: top left;
	background-repeat: no-repeat;
}

#info1 .info_footer{
	background-image: url("../img/all/box2a_footer.png");
}
#info2 .info_footer{
	background-image: url("../img/all/box2b_footer.png");
}
#info3 .info_footer{
	background-image: url("../img/all/box2c_footer.png");
}

.info_box table{
	width: 100%;
	margin: 0 auto 30px;
}

.info_box table th,
.info_box table td{
	border: 1px solid #666666;
	vertical-align: middle;
	text-align: center;
	padding: 5px 10px;
}

.info_box table th{
	padding: 5px 0;
	width: 120px;
	color: #ffffff;
}

.info_box table td{
	text-align: left;
}

#info1 th{
	background: #ff80c6;
}

#info2 th{
	background: #ffae59;
}

#info3 th{
	background: #bf75ff;
}


