@charset "utf-8";
* {
	margin: 0;
	padding: 0;
}
body {
	background: #efd;
	color: #000;
	font-size: 11pt;
	font-family: "ＭＳ Ｐゴシック", sans-serif;
}
div.top {
	margin-bottom: 30px;
	padding-left: 80px;
	border-top: solid 10px #090;
	background: #0c0;
	color: #fff;
}
div.main {
	float: left;
	width: 600px;
	padding-left: 100px;
}
div.sidebar {
	margin-left: 705px;
}
div.bottom {
	clear: both;
	margin: 30px 0 0 100px;
	border-left: solid 5px #0c0;
	padding: 10px 15px;
}
h1 {
	padding: 10px 0;
	font-size: 20pt;
}
h2 {
	margin-left: 80px;
	padding: 10px 15px;
	border-left: solid 5px #0c0;
	font-size: 18pt;
}
h3 {
	border-left: solid 5px #0c0;
	padding: 10px 15px;
	font-size: 14pt;
}
p {
	margin-bottom: 2em;
	line-height: 2em;
}
.main ul {
	margin-bottom: 2em;
}
.main li {
	margin: 2px;
	border: solid 3px #ccc;
	padding: 5px;
	list-style-type: none;
	background: #fff;
}
.sidebar ul {
	padding: 10px;
	border-left: solid 5px #0c0;
}
.sidebar li.h {
	margin: .5em 0;
	list-style-type: none;
	font-weight: bold;
}
.sidebar li {
	margin: .5em 1.2em;
	color: #090;
}
table {
	margin-bottom: 2em;
}
th,td {
	border: solid 3px #ccc;
	padding: 5px;
	background: #fff;
}
address {
	font-style: normal;
}



em {
	font-style: normal;
	font-weight: bold;
}
strong {
	font-style: normal;
	font-weight: bold;
	color: #ff8000;
}
.b {
	font-weight: bold;
}




a:link {
	color: #0c0;
}
a:visited {
	color: #090;
}
a:hover {
	color: #0c0;
}
a:active {
	color: #ff8000;
}













div.caution {
	line-height: 1.8;
}
div.search {
	float: right;
	margin: 20px 0;
}
div.banner {
	clear: both;
	margin-bottom: 20px;
	text-align: right;
}
iframe {
	text-align: right;
}
hr {
	height: 5px;
	border-top: solid 5px #0c0;
	border-bottom: none;
}
img {
	border: none;
}
img.bl {
	border: solid 1px #ccc;
}
.block img {
	border: solid 1px #000;
}
span.subtitle {
	font-size: medium;
	font-weight: normal;
}
acronym {
	border-bottom: none;
}
.right {
	text-align: right;
}
.red {
	color: #f00;
}
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;
}