@charset "utf-8";
/* --------------------------------------------------

	css/page.css

-------------------------------------------------- */
/* ------------------------
	body
------------------------ */
body {
	background-image: url(../img/top/bg.gif);
	background-repeat: repeat;
	overflow: hidden;
}

/* ------------------------
	wrapper
------------------------ */
#wrapper {
	padding-top: 20px;
	background-image: url(../img/top/wrp_bg.gif);
	background-repeat: repeat-x;
	padding-left: 0px;
}
#side h1 {
	padding-top: 0px;
}


/* ------------------------
	page
------------------------ */
#page {
	position:absolute;
	left:50%;
	top:50%;
	width: 969px;
	height: 577px;
	margin-top: -289px;
	margin-left: -485px;
	z-index: 2;
}

/* ------------------------
	side
------------------------ */
#side {
	width: 259px;
	height: 577px;
	background-image: url(../img/top/side_bg.gif);
	padding-left: 10px;
	float: left;
	padding-right: 10px;
}
/* ------------------------
	main
------------------------ */
#main {
	margin-top: 0px;
	background-image: none;
	width: 690px;
	float: left;
}
/* ------------------------
	footer
------------------------ */
#footer {
	position:absolute;
	top:100%;
	height: 21px;
	width:100%;
	margin-top: -21px;
	z-index: 1;
}
#footer p {
	width: 500px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 5px;
	padding-left: 606px;
}
#side ul .topics {
	background-image: url(../img/top/menu07.gif);
	background-repeat: no-repeat;
}
#side ul .topics a {
	padding-top: 6px;
	width: 239px;
	display: block;
	height: 18px;
	text-indent: 100px;
}
