﻿body {
	background-color: #222;
	font-family: Arial;
	margin: 0;
	padding: 0;
	color: #fff;
}

a {
	color: #ffc;
	text-decoration: none;
}

a:hover {
	color: #f55;
	text-decoration: none;
}

a img {
	border: none;
}

p {
	text-indent: 1em;
}

strong {
	color: #e90;
	font-weight: bold;
}

h1, h2, h3 {
	color: #fc0;
}

dl {
	margin-left: 2em;
}

q {
	color: #fe9;
	quotes: "" ""; 
}

blockquote {
	margin: 10px;
	padding: 0 10px;
	border: solid 1px #cbb;
	background-color: #544;
}

sup {
	font-size: x-small;
}

#page {
	background: #444 url(./image/page.png) repeat-y top left;
	width: 900px;
	margin: auto;
	padding: auto;
}

#page2 {
	background: #444 url(./image/page2.png) repeat-y top left;
	width: 900px;
	margin: auto;
	padding: auto;
}

#maphead {
	background: #444 url(./image/maphead.png) repeat-y top left;
	width: 900px;
	height: 16px;
	margin: auto;
	padding: auto;
}

#mapfoot {
	background: #444 url(./image/mapfoot.png) repeat-y top left;
	width: 900px;
	height: 16px;
	margin: auto;
	padding: auto;
}

#header {
	width: 850px;
	height: 48px;
	background: #333 url(./image/header.png) no-repeat top left;
	padding-top: 40px;
	padding-left: 50px;
}

#title {
	font-size: 140%;
	font-weight: bold;
	text-shadow : 0 0 5px #640;
}

#description {
	color: #000;
	margin-left: 1em;
	padding-left: 5px;
}

#menulinks {
	clear: both;
font-size: 9pt;
	width: 875px;
	height: 45px;
	padding-left: 25px;
	line-height: 100%;
	background: #333 url(./image/menulinks.png) no-repeat bottom left;
}

#menulinks a, #menulinks .nopage {
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 10px;
	height: 20px;
	background-image: none;
	display: block;
	color: #fff;
	text-decoration: none;
	float: left;
	font-weight: bold;
}

#menulinks .nopage {
	color: #ccc;
}
 
#menulinks a:hover, #menulinks a.active {
	background: #333 url(./image/menuhover.png) repeat-x top left;
	text-decoration: none;
	color: #fff;
}

.menuline {
	width: 2px;
	height: 23px;
	float: left;
	display: block;
	background: #333 url(./image/menuline.png) repeat-x top left;
}

.menuspace {
	width: 40px;
	height: 23px;
	float: left;
	display: block;
}

#mainarea {
	width: 870px;
	clear: both;
	padding-left: 30px;
}

#contentarea {
	width: 505px;
	padding-left: 10px;
	padding-right: 40px;
	padding-bottom: 20px;
	float: left;
	line-height: 160%;
}

#sidebar {
	float: left;
	width: 265px;
	line-height: 14pt;
}

.photo {
	width: 280px;
	margin: 10px 0;
	color: #fff;
	text-align: center;
}

.photo p {
	display: block;
	text-align: left;
	border: solid 1px;
	color: #bbb;
	margin-top: 0;
	padding: 0 4px;
}

.photoank {
	color: #e90;
	font-size: 80%;
	font-weight: normal;
}

.zoomtxt {
	background-color: #79d;
	margin: 0 1px;
}

.large {
	width: 480px;
	margin: auto;
}

.attn {
	font-size: 75%;
	color: #e90;
}

table.history {
	font-size: 80%;
	background-color: #1a1a1a;
	border: solid #cbb 1px;
	margin: 10px;
	border-collapse: collapse;
	text-align: left;
	line-height: 120%;
}

table.history th {
	padding: 4px 10px;
	border: solid #cbb 1px;
	color: #eee;
	background-color: #655;
	white-space: nowrap;
}

table.history td {
	padding: 2px 10px;
	border: solid #cbb 1px;
}

table.history colgroup.year {
	width: 10em;
	_width: 8em;
	background: #544;
}

table.history colgroup.rail1 {
}

.button {
	display: block;
	float: left;
	width: 180px;
	height: 48px;
	margin-right: 20px;
	background: url(./image/nanshin10.gif) center top;
}

.button:hover {
	background: url(./image/nanshin10.gif) center bottom;
}

#footer {
	width: 900px;
	clear: both;
	height: 73px;
	padding-top: 33px;
	text-align: center;
	line-height: 14pt;
	background-image: url(./image/footer.png);
	background-repeat: no-repeat;
	background-color: #000;
}

#copy {
	font-size: 75%;
}

.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}
