@charset "UTF-8";

/* ---------------------------------------------------------------- *
	common
 * ---------------------------------------------------------------- */

html, body {
	margin: 0px;
	padding: 0px;
	text-align: center;
}

body, div, ul, li, dl, dt, dd, img, h1, h2, h3, h4, h5, h6, p, header, nav, aside, figure, footer, table, tr, td {
	margin: 0px;
	padding: 0px;
}

#container {
	margin: 0px auto -360px;
	width: 1000px;
	height: auto !important;
	min-height: 100%;
	height: 100%;
	text-align: left;
	position: relative;
}

.contents {
	padding-top: 30px;
}

a img {
	border: none;
}

ul {
	list-style: none;
}

#f_space {
	height: 340px;
	clear: both;
	position: relative;
}

#up {
	height: 60px;
	z-index: 11;
	right: 10px;
	top: 10px;
	clear: both;
	padding-left: 850px;
}

#up a {
	background: url(../img/up.gif) no-repeat 0px 0px;
	text-indent: -9999px;
	display: block;
	height: 60px;
	width: 70px;
}

#up a:hover {
	background: url(../img/up.gif) no-repeat 100% 0px;
}

footer {
	text-align: left;
	clear: both;
	height: 360px;
	width: 1000px;
	position: relative;
	display: block;
	left: auto;
	background: url(../img/bg_foot.gif) repeat-x;
	margin-right: auto;
	margin-left: auto;
}
