@charset "Shift_JIS";

body {
	background-color: #e9e9e9;
	background-image: url(../images/body_bg.gif);
	background-repeat: repeat-x;
	background-position: center top;
}

#wrapper {
	text-align:left;
	padding:0;
	width:1030px;
	background-image: url(../images/wrapper_bg.png);
	background-repeat: repeat-y;
	background-position: center;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}


#wrapper #head {
	position:relative;
	height:102px;
	width:1000px;
	margin-right: 15px;
	margin-left: 15px;
}

#wrapper #footer {
	text-align:center;
	padding:40px 0 60px;
	color: #999;
}

#content {
	width:1000px;
	margin-right: 15px;
	margin-left: 15px;
}



/* ========== page top ========== */
.pagetop {
	position: fixed;
	bottom: 20px;
	right: 20px;
	display: none;
}
.pagetop a {
    display: block;
	filter:alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
}
.pagetop a:hover {
	filter:alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
}
