body{
	background-color: #000025;
}

A:link{
	color: orange;
	text-decoration: underline;
}
A:visited{
	color: orange;
	text-decoration: underline;
}
A:active{	/* クリックされた時の色を定義 */
	color: yellow;
	text-decoration: underline;
}
A:hover{	/* マウスカーソルが乗った時の色を定義 */
	color: yellow;
	text-decoration: underline;
}

P{
	text-align: center;
	font-size: 12pt;
	color: #dddddd;
	font-weight: normal;
	padding: 2px;
	margin-left: 22px;
	margin-top: 0px;
	margin-bottom: 0px;
}

H1{
	text-align: center;
	color: #dddddd;
	background-color: #000025;
	font-weight: bold;
	padding: 2px;
	margin-left: 22px;
	margin-top: 20px;
	margin-bottom: 20px;
}

H2{
	text-align: center;
	color: #dddddd;
	background-color: #000025;
	font-weight: bold;
	padding: 2px;
	margin-left: 22px;
	margin-top: 20px;
	margin-bottom: 20px;
}

.CENTER{
	text-align: center;
}

.CORPLOGO{
	text-align: center;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 24px;
	margin-bottom: 24px;
}

.TABLE{
	table-layout: auto;
	width: 60%;
	margin-left: auto;
	margin-right: auto;
}

.LINE{
         color: #999999;
         height: 1px;
}

.INDEX{
	text-align: center;
	font-size: 12pt;
	color: #cccccc;
	font-weight: bold;
	padding: 2px;
	margin-top: 1px;
	margin-bottom: 1px;
}

.MENU{
	text-align: left;
	font-size: medium;
	color: #cccccc;
	font-weight: bold;
	padding: auto;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

.CAPTION1{
	text-align: left;
	font-size: 14pt;
	color: #cccccc;
	font-weight: bold;
	padding: 2px;
	margin-left: 5px;
	margin-top: 0px;
	margin-bottom: 0px;
}

.CAPTION2{
	text-align: left;
	text-valign: top;
	font-size: 9pt;
	color: #cccccc;
	font-weight: bold;
	padding: 2px;
	margin-left: 10px;
	margin-top: 0px;
	margin-bottom: 0px;
}

.CAPTION3{
	text-align: left;
	text-valign: top;
	font-size: 9pt;
	color: #cccccc;
	font-weight: bold;
	padding: 2px;
	margin-left: 15px;
	margin-top: 0px;
	margin-bottom: 0px;
}

.VERSION{
	text-align: left;
	text-valign: top;
	font-size: 5pt;
	color: #cccccc;
	font-weight: normal;
	padding: 2px;
	margin-left: 22px;
	margin-top: 0px;
	margin-bottom: 0px;
}

.TEXT{
	text-align: left;
	text-valign: top;
	font-size: 9pt;
	color: #cccccc;
	font-weight: normal;
	padding: 2px;
	margin-left: 22px;
	margin-top: 0px;
	margin-bottom: 0px;
}

.TEXT14{
	text-align: left;
	text-valign: top;
	font-size: 14pt;
	color: #cccccc;
	font-weight: normal;
	padding: 2px;
	margin-left: 22px;
	margin-top: 0px;
	margin-bottom: 0px;
}

.TEXT14C{
	text-align: center;
	text-valign: top;
	font-size: 14pt;
	color: #cccccc;
	font-weight: normal;
	padding: 2px;
	margin-left: 22px;
	margin-top: 0px;
	margin-bottom: 0px;
}

.TEXT_INDEX{
	background-color: #ddddff;
	text-align: left;
	text-valign: top;
	font-size: 14pt;
	color: #333333;
	font-weight: normal;
	padding: 2px;
	margin-left: 22px;
	margin-top: 0px;
	margin-bottom: 0px;
}

.INPUT_TEXT{
	border: 1px #bbbbbb solid;
	font-size: 9pt;
	color: #cccccc;
	ime-mode: disabled;
	background-color: #000025;
	padding: 2px;
	width: 200px;
	height: 1.4em;
}

.INPUT_API{
	border: 1px #bbbbbb solid;
	font-size: 9pt;
	color: #cccccc;
	ime-mode: disabled;
	background-color: #000025;
	padding: 2px;
	width: 400px;
	height: 1.4em;
}

.INPUT_SELECT{
	border: 1px #bbbbbb solid;
	font-size: 9pt;
	color: #cccccc;
	background-color: #000025;
	padding: 2px;
	width: 200px;
	height: 1.4em;
	select-face-color: #dcdcff;
}

.INPUT_BIO{
	border: 1px #bbbbbb solid;
	font-size: 9pt;
	color: #cccccc;
	ime-mode: active;
	background-color: #000025;
	padding: 2px;
	width: 400px;
	height: 8em;
	/*scrollbar-face-color: #dcdcff;
	scrollbar-track-color: #000025;
	scrollbar-arrow-color: #000000;
	scrollbar-highlight-color: #cccccc;
	scrollbar-shadow-color: #cccccc;
	scrollbar-3dlight-color: #cccccc;
	scrollbar-darkshadow-color: #cccccc;*/
}

.INPUT_BUTTON{
	border: 1px #bbbbbb solid;
	font-size: 9pt;
	color: #000000;
	background-color: #dcdcff;
	padding: 2px;
	width: 64px;
	height: 1.5em;
}