@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
}
body {
	font-family: "ＭＳ ゴシック", "Osaka－等幅";
	font-size: 14px;
	line-height: 140%;
	font-style: normal;
	height: 100%;
	background-color: #FFFFFF;
}
strong {
	font-weight: bold;
}
em {
	font-size: 16px;
	font-style: normal;
}
small {
	font-size: 12px;
}
ul {
	list-style-type: none;
}
ol {
	list-style-type: decimal;
	list-style-position: outside;
}
.right {
	text-align: right;
}
.center {
	text-align: center;
}
.attention {
	font-weight: bold;
	color: #FF0000;
}
#attention {
	margin-top: 8px;
	margin-bottom: 16px;
}
#header {
	height: 80px;
	width: 100%;
	position: relative;
	background-color: #0000FF;
}
#header p {
	font-style: italic;
	font-weight: bold;
	color: #FFFFFF;
	text-align: right;
	height: 14px;
	width: 700px;
	left: 0px;
	bottom: 4px;
	position: absolute;
}
.obi_blue {
	background-image: url(common/obi/title_blue.jpg);
}
.obi_cyan {
	background-image: url(common/obi/title_cyan.jpg);
}
.obi_red {
	background-image: url(common/obi/title_red.jpg);
}
.obi_orange{
	background-image: url(common/obi/title_orange.jpg);
}
.obi_green {
	background-image: url(common/obi/title_green.jpg);
}
.obi_verdantgreen {
	background-image: url(common/obi/title_verdantgreen.jpg);
}
#main {
	width: 530px;
	margin-top: 20px;
	margin-left: 170px;
	overflow: hidden;
}
#main h1 {
	overflow: visible;
	height: 55px;
	width: 100%;
	margin-bottom: 16px;
}
#main h2 {
	overflow: visible;
	height: 50px;
	width: 100%;
	margin-top: 20px;
	margin-bottom: 8px;
}
#main h3 {
	font-weight: bold;
	color: #330099;
	margin-top: 20px;
	margin-bottom: 8px;
}
#main h4 {
	font-weight: bold;
	color: #0000FF;
	margin-top: 16px;
	margin-bottom: 8px;
}
#main p {
	color: #000000;
}
#main dl, #main dt, #main dd {
	margin: 0px;
	padding: 0px;
}
#main dt {
	width: 7em;
	float: left;
}
#main dd {
	font-size: 12px;
}
#main ol {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 50px;
	margin-right: 0px;
	padding: 0px;
	list-style-position: outside;
	list-style-type: decimal;
}
#menu {
	position: absolute;
	width: 150px;
	height: 100%;
	left: 0px;
	top: 80px;
	background-color: #999999;
}
#menu p {
	color: #FFFFCC;
	margin-top: 16px;
}
#menu img {
	height: 29px;
	width: 150px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
#menu ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#menu li, #menu li a {
	background-image: url(common/menu-19th.gif);
	display: block;
}
#menu li a:hover {
	background-image: url(common/menu_hover-19th.gif);
}
#menu li a:active {
	background-image: url(common/menu_active-19th.gif);
}
.menu01 {
	background-position: 0px 0px;
}
.menu02 {
	background-position: 0px -29px;
}
.menu03 {
	background-position: 0px -58px;
}
.menu04 {
	background-position: 0px -87px;
}
.menu05 {
	background-position: 0px -116px;
}
.menu06 {
	background-position: 0px -145px;
}
.menu07 {
	background-position: 0px -174px;
}
.menu08 {
	background-position: 0px -203px;
}
#join p {
	margin-left: 0px;
	margin-top: 16px;
	margin-right: 0px;
	margin-bottom: 16px;
}
#join h3, h4 {
	font-size: 14px;
}
#join dl {
	margin-left: 0px;
	margin-top: 16px;
	margin-right: 0px;
	margin-bottom: 16px;
}
#join dt {
	font-size: 12px;
	width: 250px;
	height: 16px;
	border: 1px solid #FFFFFF;
	display: inline;
	text-indent: 1em;
}
#join dd {
	font-size: 12px;
	width: 270px;
	height: 16px;
	border: 1px solid #FFFFFF;
	margin-left: 260px;
	*margin-left: 0px; /* for WinIE */
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.inputok {
	background-color: #FFFFCC;
}
.inputerr {
	background-color: #FFCCCC;
}
.inputindex {
	background-color: #FFFF99;
}
