/* 初期化 */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}

fieldset, img {
	border: 0;
}

abbr, acronym {
	border: 0;
	}

address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
	font-weight: normal;
}

h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}
/* 初期化終了 */


/* ページ全体のスタイル指定 */
body {
	background-color: #ffffff;
	line-height: 1.5;
	font: 62.5% "Euphemia","Euphemia UCAS",sans-serif;
	letter-spacing: 1px;
	text-align: center;
}
/* ページ全体のスタイル指定終了 */


div#contents {
	position: relative;
	margin: 100px auto;
	width: 1200px;
	height: 640px;
}

div#mainContents {
	position: relative;
	margin: auto;
	margin-top: 0px;
	width: 840px;
	height: 640px;
}

#copyright {
	position: absolute;
	bottom: 30px;
	right: 0px;
}

div#footer h2 {
	position: absolute;
	bottom: 30px;
	right: 0px;
	display: none;
}