@import url(./reset.css);

body {
	font: normal 12px Helvetica, Georgia, Arial, Verdana, sans-serif;
	color: #030303;
}

.fleft { float: left; }
.fcenter { margin: 0 auto; }
.fright { float: right; }

.tl { text-align: left; }
.tc { text-align: center; }
.tr { text-align: right; }
.tj { text-align: justify; }

.breaker {
	display: block;
	clear: both;
	overflow: hidden;
	height: 0;
	font-size: 0;
	line-height: 0;
	margin: 0;
	padding: 0;
}


#container {
	width: 960px;
	margin: 0 auto;
	background: #fff;
	overflow: hidden;
}

#hbloc {
	width: 960px;
	height: 498px;
	overflow: hidden;
	background: #fff;
	padding-bottom: 1px;
}

#fbloc {
	height: 244px;
	background: #ebebeb;
	padding: 18px 0;
	border-top: 1px solid #acacac;
}
.offer {
	display: block;
	float: left;
	width: 250px;
	margin: 0 35px;
}
	.offer .visual {
		width: 250px;
		height: 125px;
		overflow: hidden;
	}
	.offer h2,
	.offer h2 a {
		font-size: 18px;
		color: #ff2b1f;
		text-decoration: none;
		margin-top: 15px;
		margin-bottom: 8px;
	}
	.offer p,
	.offer p a {
		color: #000;
		text-decoration: none;
	}
