@charset "utf-8";
/* CSS Document */
#index_lr {
	position: absolute;
	height: 300px;
	width: 450px;
	left: 75px;
	top: 40px;
}
#index_title {
	text-align: center;
	position: absolute;
	height: 30px;
	width: 450px;
	left: 0px;
	top: 5px;
}
#index_content {
	position: absolute;
	top: 45px;
	width: 450px;
	height: 65px;
	text-align: center;
	left: 0px;
}

