/* Color Section----------------------- */
body {
	color: black;
}

a:link, a:visited {	color: blue; }
a:hover { color: #99f; }
a:active { color: #99f; }

/* caution - Japanese only */
p.caution {
	color: #ccc;
}

/* 640 main window */
#content {
	float:left;
	border: solid 1px blue;		/* 640window border */
	background-color: #03c;		/* bg color and left menu color */
}

#content div.mainblock {
	border-left: solid 1px blue;	/* 640window center border */
	background-color: white;	/* bg color */
}

#content div.mainblock h2 {
}

.menublock h2 {
	color: white;	/* left menu - "contents" color */
}

li a:link, li a:visited {
	color: white;			/* menu - link text color */
	background-color: #33f;		/* menu - link bg color */
	border: 1px solid white;	/* menu - link border */
}

li a:hover {
	color: white;
	background-color: red;		/* menu - link bg color : overlap */
}

li a:active {
	color: white;
	background-color: red;
}

#content div.mainblock h2 {
	margin-top: 10px;
	margin-left: 6px;
	font-size: 16px;
	width: 250px;
	border-bottom: 4px double #fe4126;
	padding: 2px;
}

#content div.mainblock h3 {
	margin-top: 24px;
	margin-left: 10px;
	font-size: 14px;
	width: 120px;
	padding: 2px;
	border-left: 4px solid #fe4126;
	border-bottom: 1px solid #fe4126;
}

#content div.mainblock p {
	margin-top: 5px;
	margin-left: 6px;
	margin-bottom: 10px;
	font-size: 12px;
}

#content div.mainblock p a {
	text-decoration: none;
}

#content div.mainblock table {
	width: 420px;
	margin-left: 24px;
	border-top: 1px solid #99e;
	border-left: 1px solid #99e;
}


#content div.mainblock table th{
	margin: 2px; padding: 2px;
	border-right: 1px solid #66e;
	border-bottom: 1px solid #99e;
	width: 120px;
	font-size: 13px;
	text-align: left;
	font-style: bold;
}

#content div.mainblock table td{
	margin: 2px; padding: 2px;
	border-bottom: 1px dotted #00f;
	text-align: left;
}

#content div.mainblock table p {
	margin: 0px;
	font-size: 12px;
}

#content div.mainblock b.contact {
	margin: 8px 24px 12px 24px;
}
