body {
	background-color: #FFFFFF;
}

/* old link setting */
/*
a:link {
	text-decoration: underline;
	font-size: 12px;
	color: #333333;
}
a:visited {
	text-decoration: none;
	font-size: 12px;
	color: #cc9933;
}
a:hover {
	text-decoration: underline;
	font-size: 12px;
	color: #cc9933;
}
a:active {
	text-decoration: underline;
	font-size: 12px;
	color: #cc9933;
}
*/

/* new link setting 2009.05.14 */

a:link {
	color: #08427c;
	font-size: 12px;
	text-decoration: underline;
}
a:visited {
	color: #551a8b;
	text-decoration: underline;
	font-size: 12px;
	/*
	float: right;
	*/

}
a:hover {
	color: #890000;
	text-decoration: underline;
	font-size: 12px;
	/*
	float: right;
	*/

}

a[name]:hover { color: #000000; }

a:active {
	color: #890000;
	text-decoration: underline;
	font-size: 12px;

}


a.menu:link {
	text-decoration: none;
	font-size: 12px;
	color: #333333;
}
a.menu:visited{
	text-decoration: none;
	font-size: 12px;
	color: #333333;
}
a.menu:active {
	text-decoration: none;
	font-size: 12px;
	color: #333333;
}
a.menu:hover {
	text-decoration: underline;
	font-size: 12px;
	color: #333333;
}


a.menu1:link {
	text-decoration: none;
	font-size: 10px;
	color: #333333;
}

a.menu1:visited{
	text-decoration: none;
	font-size: 10px;
	color: #333333;
}
a.menu1:active {
	text-decoration: none;
	font-size: 10px;
	color: #333333;
}
a.menu1:hover {
	text-decoration: underline;
	font-size: 10px;
	color: #333333;
}



.white {
	font-size: 12px;
	color: #FFFFFF;
}

.position {
	line-height: 130%;
	font-size: 12px;
	color: #666666;
}


.b14 {
	font-size: 14px;
	line-height: 150%;
	color: #333333;
}
.b12 {
	font-size: 12px;
	line-height: 150%;
	color: #333333;
}
.b11b {
	font-size: 11px;
	color: #333333;
	line-height: 150%;
}
.b11 {
	font-size: 11px;
	color: #333333;
	line-height: 120%;
}
.b18b {
	font-size: 18px;
	font-weight: bold;
	color: #333333;
}
.b16b {
	font-size: 16px;
	font-weight: bold;
	color: #333333;	
}
.n12 {

	font-size: 12px;
	color: #333333;
}
.b10 {
	font-size: 10px;
	line-height: 110%;
	color: #333333;
	letter-spacing: 0.7px;
}

.offmenu {
	text-decoration: none;
	font-size: 12px;
	color: #999999;
}

fieldset { border: none; }
