@charset "UTF-8";
/* CSS Document */

html, body {
	height: 100%;
}
body {
	background-repeat: repeat-x;
	background-position: 0px 0px;
}
.wrapper {
	width: 100%;
	height: 100%;
}
.wrapper_2 {
	width: 100%;
	height: 100%;
	position: relative;
}
.wrapper_login {
	width: 100%;
	height: 100%;
}
.container {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	height: 100%;
	*height: auto;
}
.container_center {
	width: 600px;
	margin-right: auto;
	margin-left: auto;
	margin-top:10px;
	*height: auto;
	*margin-top: 10px;
	height: 100%;
	*height: auto;
}
.container_in {
	width: 900px;
}
.container_all {
	width: 880px;
	height: 600px;
	margin-right: auto;
	margin-left: auto;
	margin-top: auto;
	margin-bottom: auto;
}
.pagetop {
 position: fixed;
 bottom: 95px;
 right: 0px;
}

/* IE6用ハック */
* html, * html body {
 margin: 0;
 padding: 0;
 width: 100%;
 height: 100%;
 overflow-y: hidden;
}
 * html div#body-inner {
 height: 100%;
 overflow-y: scroll;
}
 * html div.page-back {
 position: absolute;
 right: 0px;
}
.footer {
	height: 80px;
	width: 100%;
	clear: both;
	float: left;
	margin-top: 20px;
	zoom:1;
}
.footer_login {
	height: 80px;
	width: 100%;
	clear: both;
	margin-top: 20px;
}
.foot_in {
	height: 80px;
	width: 880px;
	margin-right: auto;
	margin-left: auto;
}
.footer p {
	float: left;
	width: 500px;
	display: block;
	font-size: 11px;
	-webkit-text-size-adjust: none;
	line-height: 16px;
	color: #FFF;
	height: 48px;
	margin-top: 12px;
}
.footer a:link {
	color: #FFF;
}
address {
	height: 10px;
	width: 300px;
	float: right;
	display: block;
	margin-top: 50px;
	text-align: right;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 10px;
	-webkit-text-size-adjust: none;
	line-height: 12px;
	color: #FFF;
}
.add_login {
	height: 10px;
	width: 100%;
	display: block;
	text-align: center;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 10px;
	-webkit-text-size-adjust: none;
	line-height: 12px;
	color: #930909;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
}
address .base_add {
	color: #c5c5c5;
}
address .login_add {
	font-weight: bold;
}
