@import "head.css";
@import "footer.css";

body {
	background: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
}

a {
	color: #999999;
	text-decoration: none;
}

h1 {
	margin-top: 0;
}

hr {
	border: none;
	border-top: 1px solid #B9D800;
	border-bottom: 1px solid #B9D800;
	clear: both; 
}

.page {
	position: relative;
	width: 965px;
}

.content {
	text-align: left;
}

.area_a {
	float: left;
	position: relative;
	width: 200px;
	font-size: 11px;
}

.area_b {
	float: left;
	position: relative;
	width: 765px;
}

.area_b .content {
	width: 765px;
}

.area_b h1 {
	font-weight: bold;
	font-size: 18px;
}

.area_b h2 {
	color: #FF3300;
	font-weight: normal;
	font-size: 24px;
}

.line {
	border-top: 2px solid #B9D800;
	clear: both; 
	display: block;
	height: 2px;
	text-align: center;
	padding: 10px 0 10px 0;
}

.teaser {
	position: relative;
}

.teaser .teaser_a1 {
	float: left;
	position: relative;
	width: 558px;
	height: 342px;
}

.teaser .teaser_b1 {
	float: right;
	position: relative;
	width: 185px;
	height: 161px;
}

.teaser .teaser_b2 {
	margin-top: 20px;
	float: right;
	position: relative;
	width: 185px;
	height: 161px;
}
