@charset "utf-8";
* {
	font-size: 100%;
	margin: 0px 0px 0px 0px;
	padding: 0px;
}
html, body {
	height: 100%;
}
body {
	font-family: Tahoma, Helvetica, Arial, sans-serif;
	font-weight: normal;
	font-size: 12px;
	line-height: 120%;
	color: #000000;
	height: 100%;
	background-color: #FFFFFF;
	background-repeat: no-repeat;
}
h3 {
/*	width: 99%;*/ /* Either one container block is not recognized */
	font-family: Tahoma, Helvetica, Arial, sans-serif;
	font-size: 150%;
	font-weight: bold;
	color: #FFFFFF;
	margin-left: 0px;
	margin-right: 1%; /* Either one container block is not recognized */
	margin-top: 10px;
	margin-bottom: 8px;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 1em;
	background-color: #CC0000;
}
hr {
	width: 99%;
	margin-top: 4px;
	margin-bottom: 4px;
}
ol {
	list-style-type: decimal;
	list-style-position: outside;
	margin-left: 24px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}
ul {
	list-style-type: disc;
	list-style-position: outside;
	margin-left: 24px;
	margin-right: 0px;
	margin-top: 8px;
	margin-bottom: 4px;
}
li {
	margin: 0px 0px 0px 0px;
	padding: 0px;
}
table {
	width: 99%;
	background-color: #FFFFFF;
	border: 1px solid #006600;
	border-collapse: collapse;
	table-layout: fixed;
	margin-top: 0px;
	margin-bottom: 8px;
/*	margin-right: 0px;*/
	margin-left: 0px;
}
.leftcolumn table,
.rightcolumn table {
	width: 100%; /* 1% - leftcolumn & rightcolumn are pulled already */
}
caption {
	display: none;
}
th {
	background-color:#CCFFFF;
	color: #006600;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-style: solid;
	border-color: #999999;
}
th.bold {
	background-color:#FFFFCC;
	color: #0000FF;
	font-size: larger;
}
td, .horizontal th {
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-style: dotted;
	border-color: #999999;
}
td {
	padding-left: 4px;
}
.vertical th, .vertical td {
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-style: dotted;
	border-color: #CCCCCC;
}
#container {
	position: relative;/*2007.09*/
	width: 600px;
	padding-top: 40px;
	padding-left: 100px;
}
#topicpath {
	text-align: left;
	position: relative;
	height: 20px;
	width: 99%;
	left: 0px;
	top: 10px;
	z-index: 10;
}
#selectlanguage {
	text-align: right;
	position: absolute;
	height: 20px;
	width: 100px;
	left: 484px;
	top: -5px;
	z-index: 20;
}
#title {
	position: relative;
	left: 0px;
	top: -10px;
	height: 160px;
	width: 99%;
}
.leftcolumn {
	float: left;
	width: 49%;
}
.rightcolumn {
	margin-left: 50%;
	width: 49%;
}
.lead {
	font-size: 150%;
	font-weight: bold;
	color: #990000;
	line-height: 150%;
	margin-top: 10px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 2px;
	border-left-width: 0px;
	border-style: solid;
	border-color: #FFFF00;
}
#japanese .lead {
	font-size: 130%;
}
.sublead {
	font-size: 120%;
	line-height: 130%;
	margin-bottom: 10px;
}
.gototop {
	text-align: right;
	margin-top: 4px;
	margin-bottom: 16px;
	margin-right: 10px;
}
.center {
	text-align: center;
}
.left {
	text-align: left;
}
.left1em {
	text-align: left;
	padding-left: 1em;
}
.right {
	text-align: right;
}
.hidden {
	visibility: hidden;
}
.disable {
	display: none;
}
.clear {
	clear: both;
}
.width050 {
	width: 50px;
}
.width100 {
	width: 100px;
}
.width200 {
	width: 200px;
}
.width300 {
	width: 300px;
}
.width100per {
	width: 100%;
}
.width80per {
	width: 80%;
}
.width70per {
	width: 70%;
}
.width60per {
	width: 60%;
}
.width50per {
	width: 50%;
}
.width40per {
	width: 40%;
}
.width30per {
	width: 30%;
}
.width25per {
	width: 25%;
}
.width20per {
	width: 20%;
}
.width10per {
	width: 10%;
}
/*
Button Style
*/
.btn {
	font-weight: bold;
	padding: 4px;
}
.btn a:link, .btn a:visited {
	background-color: #3399CC;
	padding: 2px 12px;
	color: #FFFFFF;
	border-top: 2px solid #66CCFF;
	border-right: 4px solid #0099CC;
	border-bottom: 2px solid #336699;
	border-left: 4px solid #33CCFF;
	text-decoration: none;
	font-weight: bold;
}
.btn a:hover {
	background-color: #99CCFF;
	padding: 2px 12px;
	color: #006600;
	border-top: 2px solid #336699;
	border-right: 4px solid #33CCFF;
	border-bottom: 2px solid #66CCFF;
	border-left: 4px solid #0099CC;
	text-decoration: none;
}

