@charset "shift_jis";
/*--------------------*/
html {
	background-color: #f5f5f5;
	color: #808080;
}
body {
	margin-right: auto;
	margin-left: auto;
}
body {
}
/* IE 7 */
*:first-child+html body {
}
/* IE 6 or sooner*/
* html body {
}
html,body {
	height: 100%;
}

/*--------------------*/
#wrapper {
	margin-right: auto;
	margin-left: auto;
}
#wrapper {
	position: relative;
	min-height: 99.9%;
}
* html #wrapper {
	height: 99.9%;
}
#wrapper {
	background-color: #f5f5f5;
}
#wrapper {
	line-height: 1.5;
	text-align: left;
}
#wrapper {
	width: 820px;
}

/*--------------------*/
#container {
	padding-bottom: 30px;
}
#container {
}
#contents {
}
#main {
	padding-bottom: 50px;
}
/*--------------------*/
#footer {
	height: 30px;
	width: 820px;
	position: absolute;
	bottom: 0;
	background-color: #f5f5f5;
	clear: both;
}
#footer #ft_area {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
#footer address {
	text-align: center;
	float: left;
	width: 760px;
}
#footer #pagemove {
	float: right;
	width: 60px;
	height: 15px;
	margin-top: 8px;
}
#ft_adrs {
	display: none;
}

