#wrap {
	background-image: url(g_img/head_bg.jpg);
	background-repeat: no-repeat;
	width: 100%;
	height: 800px;
}
#headContainer {
	clear: both;
	float: none;
	height: 185px;
	width: 100%;
}
#logoBox {
	float: left;
	height: 180px;
	width: 35%;
}
#logoBox a {
	text-indent: -9999px;
	display: block;
	height: 180px;
	overflow: hidden;
}

#naviBox {
	float: left;
	width: 65%;
	text-align: right;
	padding-top: 60px;
}
#mainContainer {
	clear: both;
	float: none;
	width: 95%;
	padding-bottom: 20px;
	margin-left: 35px;
}
.entryContainer {
	float: left;
	height: 235px;
	width: 122px;
	margin-right: 11px;
	margin-left: 12px;
}
.entryBodyBox {
	clear: both;
	float: none;
	height: 160px;
	width: 120px;
	border: 1px solid #e0e0e0;
}
.entryBodyBox img {
	height: 160px;
	width: 120px;
}
.entryBodyTiBox {
	clear: both;
	float: none;
	width: 122px;
	padding-top: 5px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	line-height: 1.2em;
	color: #FFFFFF;
}
#footContainer {
	clear: both;
	float: none;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #9b4e44;
}
#footNaviBox {
	clear: both;
	float: none;
	padding-left: 45px;
}
