﻿@charset "utf-8";
/*---------------------------------------------*/
/*  #wrapper
/*---------------------------------------------*/
html { overflow: auto; }
body { background-image: none; }
#wrapper {
	position: relative;
	background-image: none;
	width: 100%;
}

/*---------------------------------------------*/
/*  #main-box
/*---------------------------------------------*/
#main-box {
	position: relative;
	margin: 0 auto;
	width: 1000px;
	height: 615px;
}

/*---------------------------------------------*/
/*  #footer
/*---------------------------------------------*/
#footer {
	padding-top: 15px;
}
