body {
	background: #FFFFFF;
	font: x-small "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}
a {
	font-size: x-small;
}
a:link {
	color: #0000FF;
}
a:hover {
	color: #FF0000;
}
a:active {
	color: #FF0000;
}
a:visited {
	color: #666666;
}
.navigation {
	text-align: left;
	font-size: small;
	text-indent: 15%;
}
.navigation a {
	font-size: small;
}
.title {
	text-align: center;
	font-size: medium;
	margin-top: 1em;
	margin-bottom: 1em;
	padding: 1em;
}
.title a {
	font-size: medium;
}
.title h1 {
	font-size: xx-large;
}
.title h2 {
	font-size: x-large;
}
.title h3 {
	font-size: large;
}
.title h4 {
	font-size: medium;
}
.title h5 {
	font-size: medium;
	color: #FF0000;
}

.contents {
	text-align: center;
	color: #000066;
	font-size: medium;
}
.contents a {
	font-size: medium;
}
.contents li {
	margin-top: 2em;
	margin-bottom: 2em;
}

.contents h1 {
	font-size: xx-large;
}
.contents h2 {
	font-size: x-large;
}
.contents h3 {
	font-size: large;
}
.contents h4 {
	font-size: medium;
}
.contents_to_auction {
	text-align: left;
	color: #000066;
	font-size: medium;
	margin-top: 0em;
	margin-bottom: 2em;
	background: #CCFFFF;
	padding: 1em;
	width: 800px;
	text-indent: 20%;
}

.contents_to_picture {
	text-align: left;
	color: #000066;
	font-size: medium;
	margin-top: 1em;
	margin-bottom: 1em;
	padding: 1em;
	background: #99FFCC;
	width: 800px;
	text-indent: 20%;
}
.thumbnail {
	text-align: center;
	font-size: small;
}
.thumbnail table {
	text-align: center;
}
.thumbnail tr {
	height: 2em;
}
.thumbnail td {
	width: 11em;
}


.thumbnail img {
	border-style: none;
}
.thumbnail a {
	font-size: small;
}
.picture_navigation {
	font-size: medium;
	text-align: center;
}
.picture_navigation img {
	border: none;
	margin-right: 2em;
	margin-left: 2em;
}
.picture_contents {
	font-size: medium;
	text-align: center;
}
.picture_contents img {
	border: none;
}
.red {
	color: #FF0000;
}