@charset "utf-8";
/*+++++++++++++++++++++++++++++++++*/
/*Web Site SUB.CSS   Ver.*/
/*+++++++++++++++++++++++++++++++++*/
body {
	background-color: white;
	}

#MainBox {
	width: 545px;
	}

#Header {
	font-size: 1px;
	line-height: 1px;
	background-color: white;
	background-image: none;
	width: 545px;
	height: 5px;
	margin: 0;
	padding: 0;
	}

#GlobalNavi {
	font-size: 1px;
	line-height: 1px;
	background-color: white;
	width: 545px;
	height: 6px;
	margin: 0;
	padding: 0;
	}

#Footer {
	width: 545px;
	}

#Scrollup {
	width: 515px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
	}

#ContentBody {
	float: none;
	padding-top: 0;
	}
#Close-btn {
	text-indent: -9999px;
	width: 58px;
	height: 12px;
	overflow: hidden;
	float: left;
	}

#Close-btn a:link,#Close-btn a:visited {
	background-image: url(../../img/parts/btn_close.gif);
	background-repeat: no-repeat;
	width: 58px;
	height: 12px;
	display: block;
	}
#Close-btn a:hover {
	background-position: 0 -12px;
	}

