
#contents:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
#contents {
	display: inline-table;
	/*\*/
	display: block;
	*height: 1%;
	/**/
}

body {
	background: url(../images/bg_body.gif) repeat left top;
	text-align: center;
}

/* CONTAINER */
#container {}

/* PAGETOP */
#pageTop {
	background-color: #deded4;
	border-bottom: solid 1px #ccc;
}

/* CONTENTS */
#contents {
	margin: 0 auto;
	width: 940px;
	text-align: left;
}

/* HEADER */
#header {
	position: relative;
	margin: 0 auto;
	width: 940px;
	height: 59px;
	text-align: left;
}
	#header div.logo {
		position: absolute;
		left: 20px;
		top: 21px;
	}
	#header div.headNavi {
		position: absolute;
		left: 495px;
		top: 24px;
		background: url(../images/bg_header_navi.gif) no-repeat left top;
		width: 425px;
		height: 27px;
	}
	#header div.headNavi ul {
		padding: 3px 0 0 4px;
	}
	#header div.headNavi li {
		margin-right: 7px;
		float: left;
	}
	#header div.headNavi li.li4 {
		margin-right: 0;
	}


/* PAGEBODY */
#pageBody {
	background-color: #deded4;
	border-top: solid 1px #fff;
	border-bottom: solid 1px #ccc;
	padding-bottom: 5px;
}

/* CONTENTS */
#contents {
	background-color: #fff;
	margin: 0 auto;
	width: 940px;
	text-align: left;
}
	#contents div.pankuzu {
		border-bottom: solid 1px #e6e6e6;
		padding: 10px 20px 6px 20px;
	}
	#contents div.pankuzu p {
		color: #0597d7;
		font-size: 10px;
		/*\*/
		*font-size: 80%;
		/**/
	}
	#contents div.pageTopLink {
		border-top: solid 1px #e6e6e6;
		background-color: #fff;
		padding-top: 30px;
	}
		#contents div.pageTopLink div {
			background-color: #ebebe5;
			padding: 0 28px 18px 28px;
			text-align: right;
		}

/* PAGEBODY */
#pageBottom {
	border-top: solid 1px #fff;
}

/* FOOTER */
#footer {
	position: relative;
	margin: 0 auto;
	width: 940px;
	height: 140px;
	text-align: left;
}
	#footer div.logo {
		position: absolute;
		left: 20px;
		top: 11px;
	}
	#footer div.copyRight {
		position: absolute;
		left: 20px;
		top: 68px;
	}
	#footer p {
		position: absolute;
		left: 146px;
		top: 22px;
		color: #75736e;
		font-size: 10px;
		/*\*/
		*font-size: 80%;
		/**/
	}
	#footer div.banner {
		position: absolute;
		left: 620px;
		top: 14px;
		width: 300px;
	}
	#footer div.banner ul {
		background-color: #bfbfad;
		padding: 4px 0 4px 4px;
		float: right;
	}
	#footer div.banner li {
		font-size: 0;
		line-height: 0;
		padding-right: 4px;
		float: left;
	}