/* CSS Document */

body {
	background-image: url(image/bg.jpg);
}

.main_body {
	padding-left: 55px;
	padding-right: 34px;
	font-size: 90%;
	line-height: 180%;
}

.img_1 {
	background-image: url(image/img_1.jpg);
	background-repeat: no-repeat;
	width:100%;
	height:312px;
}

.text_1 {
	background-color: #FFFF00;
}

.text_2 {
	font-size: 180%;
	color:red;
}