/* headerDIV main */
.header {
	width: 928px;
	height: 190px;
	text-align: left;
}

.header-images {
	background-image: url(../images/header-images.jpg);
	background-repeat: no-repeat;
	width: 923px;
	height: 140px;
}

.navi-main {
	background-image: url(../images/navi-bg.jpg);
	background-repeat: no-repeat;
	background-position: right;
	background-color: #666666;
	width: 928px;
	height: 25px;
}

.navi-second {
	height: 30px;
}

.content {
}

.content01 {
	width: 350px;
	margin-left: 130px;
	float: left;
}

.content02 {
	width: 340px;
	margin-left: 95px;
	float: left;
}

.box {
	background-color: #eddbcf;
	width: 230px;
	padding: 10px;
}

/* footer */
.footer {
	width: 928px;
	text-align: center;
	margin-top: 30px;
	padding-top: 10px;
	padding-bottom: 20px;
	border-top: 1px solid #ccc;
}

/* the clearingDiv for the floating areas */
.clear {
	clear: both;
	font-size: 1px;
	line-height: 1px;
	margin-top: -1px;
}

.clear-left {
	clear: left;
}