/* ---------------------------------------------------
 * Style Sheet for HTML
 * Last modified Mar. 12, 2006 by Mask
 * original http://maskweb.jp/css/default.css
 * --------------------------------------------------- */

@charset "euc-jp";

* {
	margin: 0px;
	padding: 0px;
}

img {
	vertical-align: bottom;
}

.nowrap {
	white-space: nowrap;
}

.italic {
	font-style: italic;
}

.bold {
	font-style: normal;
	font-weight: bold;
}

.center {
	text-align: center;
}

.photodate {
	font-style: italic;
	white-space: nowrap;
}

a {
	color: #0000FF;
	background-color: transparent;
}

a:hover, a:focus {
	color: #FF0000;
	background-color: #FFFF55;
}

body {
	text-align: center;
	color: #000000;
	background-color: #FFFCFC;
}

h1 {
	margin: 0em;
	padding: 0em;
	text-align: center;
}

#layout {
	margin-top: 10px;
	margin-bottom: 5px;
	margin-left: auto;
	margin-right: auto;
	width: 780px;
	color: #000000;
	background-color: transparent;
	border-style: none;
}

#container {
	margin-top: 10px;
	margin-bottom: 5px;
	text-align: left;
	width: 100%;
	color: #000000;
	background-color: #F6FFF6;
	border-left: thin #556655 solid;
	border-right: thin #556655 solid;
	border-bottom: thin #556655 solid;
}

#copyright {
	margin-top: 5px;
	margin-bottom: 10px;
	padding-top: 0px;
	text-align: center;
	color: #000000;
	background-color: #FFFCFC;
	border-style: none;
}

#copyright table {
	margin-left: auto;
	margin-right: auto;
	vertical-align: top;
	width: 95%;
}


table.header {
	width: 95%;
	margin-left: auto;
	margin-right: auto;
	border-collapse: collapse;
}

table.header td.prev {
	font-weight: bold;
	text-decoration: none;
	white-space: nowrap;
	text-align: left;
	vertical-align: bottom;
}

table.header td.title {
	text-align: center;
	vertical-align: bottom;
}

table.header td.next {
	font-weight: bold;
	text-decoration: none;
	white-space: nowrap;
	text-align: right;
	vertical-align: bottom;
}

div.menu {
	clear: both;
	padding: 0.3em 0em;
	text-align: center;
	width: 100%;
	font-size: 80%;
	font-weight: normal;
	color: #FFFFFF;
	background-color: #556655;
}

div.menu a {
	white-space: nowrap;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
	background-color: #556655;
}

div.menu a:hover, div.menu a:focus {
	color: #FF8888;
	background-color: transparent;
}

