@charset "UTF-8";

html {
	background: url(../img/bg_html.gif) right top repeat-y;
	min-width: 1100px;
	height: 100%;
	overflow: hidden;
}

html > body {
	height: auto;
	min-height: 100%;
}

body {
	background: url(../img/bg_body.gif) left top repeat-y;
	padding: 0 15px;
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック",sans-serif;
	min-width: 1070px;
	height: 100%;
	font-size: 76%;
	position: relative;
}

div.head {

}

div.head div.section01 div.logo01 {
	width: 239px;
	float: left;
	padding-top: 10px;
}

div.head div.section02 {
	margin: 0px -15px 0;
	padding-top: 15px;
	clear: both;
	position: relative;
	z-index: 1;
}

div.contents-body {
	background-position: left top;
	background-repeat: repeat-x;
	padding: 0 15px 70px;
	position: relative;
	z-index: 0;
}

/* :: foot :: */
div.foot div.bg01 {
	height: 10px;
}

div.foot div.unit01 {
	height: 10px;
}
/* コピーライトを表示しないので除く（有効にするとsafariで縦スクロールバーが表示されてしまう）
div.foot div.bg01 p.p02 {
	position: absolute;
	top: 35px;
	left: 15px;
}
*/
div.page-top {
	bottom: 30px;
	position: fixed!important;
	position: absolute;
	right: 0;
}

/* ::: clear-fix ::: */
div.contents-body div.main div.h1-01-b div.inner-h1-01-02,
div.contents-body div.main div.h1-01-b,
div.contents-body div.main div.h1-01 div.inner-h1-01-02,
div.contents-body div.main div.h1-01,
div.head div.section02 ul,
div.head div.section01 div.unit01 div.block02 p.p03,
div.head div.section01 div.unit01 div.block02,
div.head div.section01 div.unit01 div.block01,
div.head div.section01 div.unit01,
div.head div.section01,
div.head,
.clear-fix {
	zoom: 100%;
}

.clearfix:after {
	content: ".";  /* 新しい要素を作る */
	display: block;  /* ブロックレベル要素に */
	clear: both;
	height: 0;
	visibility: hidden;
}

.clearfix {
	min-height: 1px;
}

* html .clearfix {
	height: 1px;
	/*¥*//*/
	height: auto;
	overflow: hidden;
	/**/
}
