@charset "UTF-8";

/* Common */
* {
	margin: 0;
	padding: 0;
	}

body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: "ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	background: #fff;
	color: #630;
	text-align: center;
	}

a {
	text-decoration: none;
	}

a:link {
	color: #630;
	}

a:visited {
	color: #c96;
	}

a:hover {
	color:#966;
	}

a:active {
	color: #c96;
	}

/* Page */
#page {
	width: 102.4em;
	margin: 4em auto 0em auto;
	background-image: url(../../images/wall_paper.jpg);
	background-repeat: repeat-y;
	background-position: center;
	text-align: center;
	overflow: hidden;
	}

/* Content */
div#content {
	width: 94em;
	text-align: center;
	margin: 5em 4em;
	background-image: url(../../images/back_navi.gif);
	background-repeat: repeat-y;
	background-position: center;
	overflow: hidden;
	}

div#content_copy {
	display: inline;
	float: left;
	width: 49.8em;
	height: auto;
	text-align: center;
	margin: 0em 5.2em 0em 1.5em;
	overflow: hidden;
	}

div#content_copy h1 {
	display: inline;
	font-size: 2em;
	margin: 0em;
	color: #630;
	overflow: hidden;
	}

div#content_copy h2 {
	display: inline;
	font-size: 1.7em;
	margin: 0em;
	color: #630;
	overflow: hidden;
	}

div#content_copy p {
	margin: 0.5em 0em 2em 0em;
	text-align: left;
	font-size: 1.4em;
	line-height: 1.7em;
	color: #630;
	overflow: hidden;
	}

/* Content pageUp */
div#Content_pageUp {
	float: left;
	width: 49.8em;
	margin: 0em;
	padding: 0em;
	font-size: 1em;
	text-align: right;
}

/* Navi */ 
div#content_navi {
	float: right;
	width: 37em;
	height: auto;
	}

div#content_navi p {
	float: left;
	width: 18em;
	height: auto;
	margin: 15.1em 0em 0em 0em;
	overflow: hidden;
	}
	
div#content_navi ul {
	display: block;
	float: left;
	width: 16.8em;
	height: auto;
	margin: 18.3em 0em 0em 1.7em;
	}

div#content_navi li {
	display: block;
	height: auto;
	margin: 0em 0em 1em 0em;
	text-decoration: none;
	text-align: left;
	list-style-type: none;
	}

/* Footer */
div#footer {
	clear: both;
	width: 102.4em;
	height: 8.5em;
	margin: 0.5em auto;
	text-align: center;
	}

div#footer_left {
	display: inline;
	float: left;
	width: 78.4em;
	margin: 0.25em 0em 0em 1em;
	text-align: left;
	font-size: 1em;
	font-family: "ＭＳ Ｐゴシック","MS PGothic",Sans-Serif; 
	color: #630;
	overflow: hidden;
	}

div#footer_right {
	float: left;
	width: 23em;
	margin: 0em;
	text-align: left;
	overflow: hidden;
	}

div#footer_right ul {
	display: block;
	width: 23em;
	height: 4.5em;
	margin: 0em 0em 0em 1em;
	overflow: hidden;
	}

div#footer_right li {
	display: inline;
	width: 23em;
	height: 4.5em;
	margin: 0em 0em 0em 1em;
	text-decoration: none;
	text-align: left;
	list-style-type: none;
	}
