@charset "Shift_JIS";

body {
	padding: 0px;
	font-size: 13px;
}

table.line {
	table-layout: fixed; width: 650px;
	border: 1px solid black;
}

a {
	color: rgb(79,170,17);
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a.list {
	color: rgb(0,51,129);
	font-size: 14px;
	text-indent: 10px;
	padding-right: 20px;
}

td {
	text-align: left;
	vertical-align: top;
	line-height: 150%;
}

td.lang {
	text-align: right;
	font-size: 20px;
}

td.lang a {
	color: rgb(0,51,129);
}

td.menu a {
	background-color: rgb(0,51,129);
	color: white;
	font-size: 14px;
	text-indent: 5px;
	padding-top: 2px;
	cursor: pointer;
	display: block;
	height: 28px;
}

td.menuactive a {
	background-color: rgb(79,170,17);
	color: white;
	font-size: 14px;
	text-indent: 5px;
	padding-top: 2px;
	display: block;
	height: 28px;
}

td.menu2 a {
	background-color: rgb(0,51,129);
	color: white;
	font-size: 10px;
	padding: 5px;
	cursor: pointer;
	line-height: 17px;
	display: block;
	height: 90px;
}

td.menu2active a {
	background-color: rgb(79,170,17);
	color: white;
	font-size: 10px;
	padding: 5px;
	display: block;
	height: 90px;
}

.content {
	padding: 0px 0px 0px 10px;
}

.content2 {
	padding: 20px 0px 0px 10px;
}

.top {
	text-size: 10px;
	text-align: right;
}

tr.copyright {
	height: 12px;
}

td.copyright {
	background-color: rgb(0,51,129);
	background-image: url('../images/greenline.png');
	font-size: 10px;
	background-repeat: repeat;
	color: white;
	text-align: center;
	vertical-align: middle;
}

.vermiddle {
	text-align: center;
	vertical-align: middle;
	border-width: 1px 1px 1px 1px;
	border-style : solid;
	border-color : black;
	border-collapse : collapse;
}

h1 {
	color: rgb(0,51,129);
	font-size: 19px;
	margin: 5px 0px 20px 0px;
}

h2 {
	color: rgb(79,170,17);
	font-size: 17px;
	margin: 0px 0px 10px 0px;
}

h3 {
	color: rgb(0,51,129);
	font-size: 13px;
	margin: 10px 0px 5px 0px;
}

h4 {
	color: rgb(79,170,17);
	font-size: 13px;
	margin: 5px 0px 0px 0px;
	font-weight: normal;
	font-style: italic;
}

p {
	margin: 0px 0px 10px 0px;
}

ol {
	line-height: 1.5em;
}

ul {
	line-height: 1.5em;
}


