@charset "UTF-8";

html {
	background: url(../../img/bg_html.gif) right top repeat-y;
	/*min-width: 1100px;*/
	min-width: 1024px;
	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;*/
	min-width: 994px;
	height: 100%;
	font-size: 76%;
	position: relative;
}

div.head div.section01 div.logo01 {
	width: 208px;
	height: 63px;
	float: left;
	padding-top: 12px;
    white-space: nowrap;
}

div.head div.section02 {
	margin: 0px -15px 0;
	padding-top: 5px;
	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-left {
    position: absolute;
	bottom: 0;
    background-image: url(../../img/footer/bg_footer.gif);
    background-repeat: repeat-x;
    background-position: left top;
    width: 20%;
    height: 27px;
}

div.foot-right {
    position: absolute;
	bottom: 0;
    background-image: url(../../img/footer/bg_footer.gif);
    background-repeat: repeat-x;
    background-position: left top;
    width: 90%;
    height: 27px;
    right: 15px;
}

div.foot-right span.foot-copyright {
    font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ ゴシック",sans-serif;
    position: absolute;
    right: 0;
    margin-top: 10px;
    margin-right: 7px;
    font-size: 12px;
    color: #fff;
}

/*
div.foot div.bg01 {
	background: url(../../img/bg_div_bg01.gif) left bottom repeat-x;
	width: 50%;
	height: 55px;
	position: absolute;
	bottom: 0;
}

div.foot div.bg02 {
	background: url(../../img/bg_div_bg02.gif) center bottom repeat-x;
	width: 95%;
	height: 55px;
	position: absolute;
	bottom: 0;
}

div.foot div.unit01 {
	background: url(../../img/bg_div_unit01.gif) right bottom no-repeat;
	width: 50%;
	height: 28px;
	position: absolute;
	right: 15px;
	bottom: 0;
}
コピーライトを表示しないので除く（有効にすると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;
	/**/
}
