/* CSS Document */

/* トップメイン */
#main {
	height: 1500px;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 10px;
}

#main_box1 {
	height: 200px;
	width: 970px;
	font-size: 20px;
	line-height: 30px;
	padding-left: 30px;
	font-weight: bold;
	background-image: url(../img/results/img_01.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding-top: 100px;
}
#main_box2 {
	height: 200px;
	width: 350px;
	font-size: 20px;
	line-height: 30px;
	padding-left: 650px;
	font-weight: bold;
	background-image: url(../img/results/img_02.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-top: 100px;
}
#main_box3 {
	height: 200px;
	width: 970px;
	font-size: 20px;
	line-height: 30px;
	padding-left: 30px;
	font-weight: bold;
	background-image: url(../img/results/img_03.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding-top: 100px;
}
#main_box4 {
	height: 200px;
	width: 350px;
	font-size: 20px;
	line-height: 30px;
	padding-left: 650px;
	font-weight: bold;
	background-image: url(../img/results/img_04.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-top: 100px;
}
#main_box5 {
	height: 200px;
	width: 970px;
	font-size: 20px;
	line-height: 30px;
	padding-left: 30px;
	font-weight: bold;
	background-image: url(../img/results/img_05.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding-top: 100px;
}
