body {
	color: #333;
	font-size: 12px;
	margin: 0;
	padding: 0;
	height: 100%;
	line-height: 1.6em;
}
img {
    border: 0 none;
}
html{
	height: 100%;
}
div#wrapper {
	margin: 0;
	padding: 0;
	height: 100%;
	background-image: url(../img/footer_bg02.gif);
	background-repeat: repeat;
	background-position: center;
}

/* HEADER */
div#header {
	background: url("../img/header_bg.png") repeat-x top;
	height: 130px;
	display: block;
	margin: 0;
	padding: 0;
	width: 100%;
}
div#header div.h_con {
	width: 802px;
	margin: 0 auto;
	padding: 0;
}
div#header div.h_con:after {/*----floatハック forModernBrowser IE6・7用には別途幅指定する----*/
   content: "."; display: block; clear: both; height: 0; visibility: hidden; font-size: 0;
}
div#header div.h_con h1 {
	padding: 0;
	width: 524px;
	float: left;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 14px;
	margin-left: 0px;
	display: inline;
}
div#header div.h_con p.btn {
	padding: 0;
	width: 133px;
	float: right;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	display: inline;
}

/* NAVI */
div#navi {
	padding: 0;
	clear: both;
	margin: 0px;
}
div#navi ul {
	font-size: 0;
	line-height: 100%;
	list-style: none outside none;
	padding: 0;
	width: 802px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 1px;
}
div#navi li {
    float: left;
    margin: 0;
    padding: 0;
	display: inline;
}

/* CONTENT */
div#contentBack {
	background-image: url(../img/bg.gif);
}
div#content {
	background: url("../img/con_waku.png") repeat-y center;
	padding: 0;
	width: 808px;
	margin-top: -35px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

/* FOOTER */
div#footer {
	background: url("../img/footer_bg01.gif") repeat-x center top;
	border-top: 1px solid #fff;
	clear: both;
	padding-top: 25px;
	padding-bottom: 25px;
}
div#footer p {
	width: 100%;
	font-size: 10px;
	line-height: 1.6em;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	white-space: nowrap;
	color: #FFF;
}

