@charset "utf-8";
/* CSS Document */

#text1{
	position:relative;
	width:740px;
	height:230px;
}
#txt_title1{
	position:absolute;
	width:740px;
	height:27px;
	top:0;
	left:20px;
}
#txt_text1{
	position:absolute;
	width:740px;
	height:200px;
	top:30px;
	left:20px;
}


#text2{
	position:absolute;
	width:740px;
	height:210px;
	top:260px;
	left:20px;
}
#txt_title2{
	position:absolute;
	width:740px;
	height:27px;
	top:0;
	left:0;
}
#txt_text2{
	position:absolute;
	width:740px;
	height:180px;
	top:30px;
	left:0;
}


#text3{
	position:absolute;
	width:740px;
	height:65px;
	top:490px;
	left:20px;
}
#txt_title3{
	position:absolute;
	width:740px;
	height:27px;
	top:0;
	left:0;
}
#txt_text3{
	position:absolute;
	width:740px;
	height:35px;
	top:30px;
	left:0;
}
