
* {
	padding:0px;
	margin:0px;
}
body {
	background: #FFFFFF url(img/hg_blossom.jpg) no-repeat top center;
	text-align:left;
	color:#FFFFFF;
	font-size:.75em;
}
.page {
	width:1024px;
	margin:0 auto 0 auto;
}
.content {
	height:620px;
}
.content_left {
	float:left;
	width:500px;
}
.content_right {
	float:right;
	width:500px;
}
.clear {
	clear:both;
}
.box_left {
	position:absolute;
	background: url(img/blossom_box_left.png) no-repeat top center;
	margin:130px 0 0 70px;
	width:317px;
	height:143px;
}
.box_left p {
	padding:0 0 15px 19px;
}
.box_right {
	position:absolute;
	background: url(img/blossom_box_right.png) no-repeat top center;
	margin:130px 0 0 70px;
	width:317px;
	height:193px;
}
.box_right p {
	padding:0 0 15px 19px;
}
.button_left {
	position:absolute;
	z-index:201;
	background: url(img/blossom_button_left.png) no-repeat top center;
	margin:255px 0 0 40px;
	width:142px;
	height:41px;
}
.button_left a {
	text-decoration:none;
	line-height:33px;
	text-align:center;
	display:block;
	color:#FFFFFF;
	font-size:1.3em;
	width:134px;
}
.button_left a:hover {
	color:#FFFFFF;
}
.button_right {
	position:absolute;
	z-index:202;
	background: url(img/blossom_button_right.png) no-repeat top center;
	margin:315px 0 0 320px;
	width:142px;
	height:41px;
}
.button_right a {
	text-decoration:none;
	line-height:33px;
	text-align:center;
	display:block;
	color:#FFFFFF;
	font-size:1.3em;
	width:134px;
}
.button_right a:hover {
	color:#FFFFFF;
}
.footer {
}
.footer_legal {
	width:1024px;
	text-align:center;
	padding:10px 0 0 0;
	color:#e866a7;
	font-size:.8em;
}
.footer_legal a {
	color:#e866a7;
}