@charset "UTF-8";
/* CSS Document */
body {
	background-color: #FFFFFF;
	font-family: "Trebuchet MS","Lucida Grande", Arial, sans-serif;
	font-size: 10pt;
	text-align: center;
	margin: 0px; /* 複数の異なるブラウザの初期設定値に対応するため、body エレメントのマージンと余白を 0 にすることをお勧めします */
	padding: 0px;
}
div#wrapper {
	margin: 0,auto;
	width: 840px;
}
div#header {
	border: none;
	margin: 0px;
	padding: 0px;
	width: inherit;
	height: 50px;
	text-align: left;
}
div#header p.header {
	font-size: 12pt;
	font-weight:bolder;
	color: #FFFFFF;
}
div#navigator {
	border: none;
	margin: 0px;
	padding: 0px;
	width: inherit;
	color: Black;
	text-align: right;
}
div#footer {
	margin-top: 30px;
	text-align: left;
	border-style: solid;
	border-width: 1px 0px 0px 0px;
	border-color: #008000;
	clear: both;
}
div#contents {
	margin: 20px,20px,20px,20px;
	text-align: center;
}
div#contents table {
	border: 0px;
    vertical-align:top;
}
div#contents td {
	border: 0px;
	padding: 10px;
    vertical-align:top;
}
div#navigator table {
	border: 0px;
    vertical-align:top;
}
div#navigator td {
	border: none;
	margin: 0px;
	padding: 0px 10px;
 	text-align: left;
   	vertical-align: bottom;
}
p {color:Black;}
.msg_error {
	color: #FF0000;
	font-weight: bolder;
	text-align: left;
}
.msg_warning {
	color: #660000;
	font-weight: bolder;
	text-align: left;
}
.msg_notice {
	color: #336600;
	font-weight: bolder;
	text-align: left;
}
.rec_count {
	text-align: right;
	font-size: 9pt;
}
div#navigator a:link {
	color: #336600;
	font-weight:bolder;
	}
div#navigator a:active {
	color: #336600;
	text-decoration: none;
	font-weight:bolder;
	}
div#navigator a:visited {
	color: #336600;
	font-weight:bolder;
	}
div#footer a:link {
	color: #336600;
	text-decoration: none;
	}
div#footer a:active {
	color: #336600;
	text-decoration: none;
	}
div#footer a:visited {
	color: #336600;
	text-decoration: none;
}
.hankaku {
	ime-mode:disabled;
}
.copyright {
	text-align: center;
}
