@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: #900;
	}

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 {
	font-size: 2em;
	margin: 0em 0em 0.5em 0em;
	color: #630;
	overflow: hidden;
	}

div#content_copy h2 {
	float: left;
	font-size: 1.7em;
	margin: 0em 0em 0.5em 0em;
	color: #630;
	overflow: hidden;
	}

div#content_copy h3 {
	font-size: 1.6em;
	margin: 0em 0em 0em 0em;
	font-family: "ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	text-align: left;
	line-height: 1.8em;
	color: #630;
	overflow: hidden;
	}

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

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

div#content_copy li {
	width: 49.8em;
	list-style-type: none;
} 

div#content_copy li a:link {
	display: block;
	list-style-type: none;
	background-image: url(../../button/button_off_link.gif);
	background-repeat: no-repeat;
	padding: 0em 0em 0em 3em;
	margin: 0em;
	background-position: 0em 0.1em;
} 

div#content_copy li a:visited {
	background-image: url(../../button/button_on_link.gif);
	background-repeat: no-repeat;
	padding: 0em 0em 0em 3em;
	margin: 0em;
	background-position: 0em 0.1em;
} 

div#content_copy li a:hover {
	background-image: url(../../button/button_on_link.gif);
} 

div#content_copy a {
	text-align: left;
	text-decoration: underline;
	font-family: "ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	line-height: 1.7em;
	color: #900;
	}

div#content_copy a:visited {
	text-decoration: none;
	color: #c96;
	}

div#content_copy a:hover {
	text-decoration: underline;
	color: #966;
	}

div#content_copy a:active {
	color: #c96;
	}
 
/* Contents table */
div#content_copy table {
	float: left;
	border-collapse: collapse;
	width: 49.8em;
	margin: 0.5em 0em 2em 0em;
}

div#content_copy th {
	width: 9em;
	font-size: 1.4em;
	line-height: 1.7em;
	text-align: right;
	color: #630;
	padding: 0.25em 0.5em 0.25em 0.25em;
	margin: 1em;
	vertical-align: top;
	white-space: nowrap;
}

div#content_copy td {
	font-size: 1.4em;
	line-height: 1.7em;
	text-align: left;
	color: #630;
	padding: 0.25em 0.25em 0.25em 0.5em;
	margin: 1em;
	vertical-align: top;
	border-left-width: 0.1em;
	border-left-style: solid;
	border-left-color: #630;
}

/* Contents photobox */
.photobox {
	float: left;
	width: 49.8em;
	margin: 0em;
	text-align: left;
}

.photobox_large {
	margin: 0em;
}

.photobox_large img {
	width: 49.8em;
	margin: 0em 0em 2em 0em;
}

.photobox_left {
	float: left;
	margin: 0em;
	overflow: hidden;
}

.photobox_left img {
	width: 22em;
	margin: 0em 0em 1em 0em;
}

.photobox_left_02 {
	float: left;
	margin: 0em;
	overflow: hidden;
}

.photobox_left_02 img {
	width: 15.5em;
	margin: 0em 0em 1em 0em;
}

.photobox_right {
	float: right;
	margin: 0em;
	overflow: hidden;
}

.photobox_right img {
	width: 22em;
	margin: 0em 0em 1em 0em;
}

.photobox_right_02 {
	float: right;
	margin: 0em;
	overflow: hidden;
}

.photobox_right_02 img {
	width: 15.5em;
	margin: 0em 0em 1em 0em;
}

.photobox_center {
	float: left;
	margin: 0em 1.6em;
	overflow: hidden;
}

.photobox_center img {
	width: 15.5em;
	margin: 0em 0em 1em 0em;
}

.photobox_middle {
	float: left;
	margin: 0em;
	overflow: hidden;
}

.photobox_middle img {
	width: 22em;
	margin: 0em 0em 1em 0em;
}

.photobox_clear {
	clear: both;
	margin: 0em;
	height: 0em;
}

/* 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;
	}
