@charset "utf-8";
* {
	margin: 0;
	padding: 0;
}
body {
	width: 800px;
	margin: 0 auto 0;
	text-align: left;
	font-size: 10pt;
	background-image: url(bg_top.png);
	background-repeat: repeat-y;
	background-position: center;
	color: #000;
	font-family: "ＭＳ Ｐゴシック", sans-serif;
}
#subtitle {
	padding-bottom: 18px;
	text-align: right;
	font-size: 12pt;
}
.block {
	float: left;
	margin: 20px 30px 10px 0;
}
.block div {
	margin-bottom: 8px;
}
.end {
	margin-right: 0;
}
#search {
	float: right;
	margin: 20px 0;
}
#banner {
	clear: both;
	margin-bottom: 20px;
	text-align: right;
}
#generator {
	text-align: right;
}
#about_link {
	padding: 15px 0 .2em;
	text-align: center;
}
h1 {
	margin: 30px 0 10px;
	text-align: right;
}
h2 {
	margin-bottom: 10px;
	padding-left: 10px;
	border-bottom: solid 1px;
	border-left: solid 20px;
	font-size: 18pt;
}
ul {
	list-style-type: none;
	font-weight: bold;
}
li {
	margin-bottom: 1em;
}
address {
	padding-bottom: 20px;
	text-align: center;
	font-style: normal;
}
iframe {
	text-align: right;
}
hr {
	clear: both;
	height: 1px;
	margin: 5px 0;
	border-top: solid 1px #000080;
	border-bottom: none;
}
img {
	border: none;
}
.block img {
	border: solid 1px #000;
}
span.subtitle {
	font-size: medium;
	font-weight: normal;
}
em {
	font-style: normal;
	font-weight: bold;
}
strong {
	font-style: normal;
	font-weight: bold;
	color: #f00;
}
acronym {
	border-bottom: none;
}
.right {
	text-align: right;
}
.end {
	margin-right: 0;
}
.b {
	font-weight: bold;
}
.red {
	color: #f00;
}
a:link {
	color: #00f;
}
a:visited {
	color: #000080;
}
a:hover {
	color: #8080ff;
}
a:active {
	color: #ff0000;
}
a.title:link {
	text-decoration: none;
	color: #00f;
}
a.title:visited {
	text-decoration: none;
	color: #000080;
}
a.title:hover {
	text-decoration: underline;
	color: #8080ff;
}
a.title:active {
	text-decoration: underline;
	color: #f00;
}
a#caution {
	text-decoration: none;
	font-weight: bold;
	color: #f00;
}
a#caution:hover {
	text-decoration: underline;
	color: #ff8000;
}
a#caution:active {
	text-decoration: underline;
	color: #f00;
}
a:link img {
	border-color: #00f;
}
a:visited img {
	border-color: #000080;
}
a:hover img {
	border-color: #8080ff;
}
a:active img {
	border-color: #f00;
}
