/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - B O D Y -  */

body {
	background-color: #fff;
	margin-left: 1px;
	margin-top: 1px;
}
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - L I N K S - */
a:link, a:visited
{
	color: #fff;
	text-decoration: none;
	background-color: #00f;
}

a:hover {
	color: #ff0066;
	background-color: #ff0066;
}
a:active {
	color: #00f;
	background-color: #00f;
}
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - T E X T -  */
.ja {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
.en
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFF;
	font-weight: bold;
}
en-dark {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #00f;
}

.hgd-A
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	border-color: blue;
	border-style: dotted;
	border-width: 1;
}

.hgd-B
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	border-color: blue;
	border-style: dotted;
	border-width: 1;
}

.hgd-C
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #00f;
	background-color: #fff;
	border-color: blue;
	border-style: dotted;
	border-width: 1;
	
}

.en-sub
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #ccc;
}


/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - T A B L E -  */
.table0
{
	background-color: #fff;
	padding: 3px;
	width: 750px;
	border-style: dotted;
	border-color: 0f0;
	border-width: 1;
}

.tgeneric
{
	background-color: #fff;
	color: #222;
	font-family: Helvetica, Arial, sans-serif;
	#font-family: Georgia, Times New Roman, Times, serif;
	font-size: 11px;
	border-style: dotted;
	border-color: black;
	border-width: 1;
	margin-left: -1px;	/* align with title */
	margin-bottom: 7px; /* cell bottom*/
	padding: 2px;
}


.table_width_1 {width: 160px;}
.table_width_2 {width: 300px;}
.table_width_3 {width: 600px;}
