@charset "UTF-8";


html, body {
	height: 100%;
}

#all {
	position: relative;
	height: 100%;
	min-height: 100%;
	margin: 0 auto;
	font-size: 75%;
	width: 985px;
	margin:0 auto;
	font-size:75%;
	background-color:#FFF;
}

body > #all {
	height: auto;
}



html {
	overflow-y: scroll;
}

/* サイト全体
------------------------------------- */

body {
	background: url(../images/common/bodybackimg.jpg) no-repeat top center;
	background-color:#FFF;
}


body.pop {
	background-color: #FFF;
	background-image: none;
}


a {
	color: #0066ff;
}


#header {
	background-color:#FFF;	
	height:112px;
	overflow:hidden;
}




/* フッターを下部に表示する
------------------------------------- */

#contents {
	clear: both;
	position: relative;
	padding-top: 10px;
	padding-bottom: 55px;
	background-color:#FFF;
}

body > #contents {
	height: auto;
}

#footer {
	clear: both;
	position: absolute;
	left: 0;
	bottom: 0;
	height: 55px;
	width: 100%;
	overflow:hidden;
	background-color:#FFF;
	border-top:1px solid #808080;
}

#footer .footer {
	margin:10px 0 0 19px;
	text-align:left;
}

#footer .footer a {
	color:#009744;
	font-weight:bold;
}

address {
	width:100%;
	text-align:left;
	margin:8px 0 0 19px;
	}
	
.clear {clear:both}

