#page_bg {
	background:url(/images/bg01.jpg) repeat-x;
}

h1 {
	font-size:24px;
	font-weight:bold;
	margin:10px 0px 5px 0px;
	color:#7F7F7F;
}

h2 {
	font-size:28px;
	font-weight:bold;
	margin:0px 0px 28px 0px;
	word-spacing:6px;
}

h3 {
	font-size:17px;
	font-weight:normal;
	margin:20px 0px 6px 0px;
}

.content_top {
	height:419px;
	background:url(/images/bg_middle.jpg) no-repeat;
}

.content_top .left {
	float:left;
	margin-top:30px;
}

.content_top .center {
	position:relative;
	float:left;	
	width:369px;
	height:206px;
	margin:65px 25px 0px 25px;
	font-size:14px;
	color:#ededed;
	text-align:justify;
}

a.button_submit {
	display:block;
	width:146px;
	height:21px;

	position:absolute;
	right:0px;
	bottom:10px;
	
	color:#FFF;
	text-decoration:none;
	font-size:14px;
	font-weight:bold;
	text-align:center;
	padding-top:4px;
	padding-right:15px;
}
a.button_submit:link, a.button_submit:active, a.button_submit:visited {
		background:url(/images/button_submit01.jpg) no-repeat;
}

a.button_submit:hover {
	background:url(/images/button_submit01_over.jpg) no-repeat;
}

.content_top .right {
	float:left;
	width:292px;
	margin-top:87px;
}

.content_top .right a {
	margin-bottom:4px;
	display:block;
}

.content .window {
	width:312px;
	float:left;
	margin:20px 0px;
	margin-right:30px;
	text-align:justify;
}

