@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;
	}

div#content_photo {
	float: left;
	width: 75em;
	overflow: hidden;
	}

/* Navi */ 
div#content_navi {
	float: left;
	width: 19em;
	height: 48em;
	background-color: #fff;
	overflow: hidden;
	}

div#content_navi ul {
	display: block;
	width: 13.5em;
	height: 1.6em;
	margin: 18.3em 3.8em 0em 1.7em;
	}

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

/* Copy */
div#content_copy {
	float: left;
	width: 94em;
	overflow: hidden;
	}

div#content_copy_left {
	display: inline;
	float: left;
	width: 36em;
	margin: 3.7em 3em 3.7em 2em;
	overflow: hidden;
	}

div#content_copy_left h1 {
	font-size: 2.2em;
	margin: 1.5em 0em;
	color: #630;
	overflow: hidden;
	}

div#content_copy_right {
	float: left;
	width: 42em;
	margin: 2.5em 0em 3.5em 0em;
	text-align: left;
	font-size: 1.2em;
	line-height: 1.9em;
	color: #630;
	overflow: hidden;
	}

/* Footer */
div#footer {
	clear: both;
	width: 102.4em;
	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;
	}