﻿@charset "UTF-8";

/*============================================================
html
============================================================*/
html {
	height: auto;
}

/*============================================================
body
============================================================*/
body {
	height: auto;
	background-color: #fff;
	background-image: none;
}


/*============================================================
div#page
============================================================*/
#page {
	height: auto;
	background-image: none;
}

/*============================================================
div#doc
============================================================*/
#doc {
	height: auto;
	min-height: auto;
}
* html #doc {
	height: auto;
}


/*============================================================
div#contents
============================================================*/
#contents {
	position: absolute;
	top: 100px;
	left: 20px;
	padding: 0 0 354px 0;
}


/*============================================================
div#footer
============================================================*/
#footer {
display: none;
}