@charset "utf-8";
* {
	margin: 0;
	padding: 0;
}
body {
	background-color: #ffffff;
	height: 100%;
	text-align: left;
	font-size: 11pt;
	color: #000000;
}
div.base {
	min-height: 100%;
	width: 810px;
	text-align: justify;
	background: transparent;
}
div.header {
	background-color: #000088;
	width: 100%;
	height: 150px;
	margin-bottom: 1.5em;
}
div.header h1 {
	text-align: center;
	margin: 0;
	padding-top: 80px;
	font-size: 24pt;
	color: #ffffff;
}

div.contents {
	float: left;
	width: 600px;
	border: 0;
	margin-left: 20px;
}
div.ads_right {
	float: right;
	width: 164px;
	border: 0;
	padding: 0;
}
div.ads_bottom {
	clear: both;
	text-align: center;
	padding-top: 50ex;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	padding: 0;
}
div.footer {
	clear: both;
	background-color: #000088;
	color: #ffffff;
	width: 100%;
	height: 100px;
}
div.footer address {
	padding-top: 40px;
	color: #ffffff;
	text-align: center;
	font-style: normal;
}

h2 {
	font-size: 14pt;
	font-weight: bold;
	margin-top: 3ex;
	margin-bottom: 1ex;
}
p {
	margin-top: 1ex;
	margin-left: 1ex;
	margin-right: 1ex;
	margin-bottom: 1ex;
	line-height: 1.5em;
}
ul {
	margin-left: 4ex;
	margin-top: 2ex;
	margin-bottom: 2ex;
	margin-right: 4ex;
}
li {
	margin-top: 0.5ex;
	margin-bottom: 0.5ex;
}
li.recent {
	font-size: 16pt;
	font-weight: bold;
}

a {
	text-decoration: underline;
	color: #0000ff;
}

ul.link li {
	display: inline;
	list-style-type: none;
	font-size: 6pt;
}

