/*Common CSS*/
BODY{
	background-color:	#e0e0e0;
	color:			#000000;
	line-height:		1.4em;
	font-size:		11pt;
	margin:			1% 5% 0% 5%;
}

H1{
	text-align:		center;
	vertical-align:		middle;
	font-family:		"lr SVbN",Osaka,sans-serif;
	font-size:		20pt;
/*	font-weight:		890;	*/
	color:			#00c;
/*	background-color:	#003;	*/
	line-height:		1.6em;
	margin:			0px;
	padding:		0px;
	border:			0px ridge #cc6;
}

H3{
	text-align:		center;
	font-size:		12pt;
	color:			NAVY;
	margin:			0px;
	padding:		0px;
	border:			0px;
}



A{
	text-decoration:	none;
}
A:Link{
	color:			DEEPPINK;
}
A:Visited{
	color:			PURPLE;
}
A:Active{
	color:			MEDIUMBLUE;
}
A:Hover{
	color:			#f00;
	text-decoration:	underline;
	background-color:	#fdd;
}
ADDRESS{
	font-family:		sans-serif;
	font-size:		10pt;
	font-style:		normal;
}
EM{
	font-weight:		bold;
	font-style:		normal;
	color:			#206420;
}
STRONG{
	font-weight:		bold;
	font-style:		normal;
	color:			#f33;
}
PRE{
	font-weight:		normal;
	white-space:		pre;
	font-size:		10pt;
	line-height:		1.1em;
	color:			#000;
	background-color:	#ccc;
	margin:			1em 2em 1em 20pt;
	padding:		0.5em;
	border:			1pt solid #000;
}
BLOCKQUOTE{
	padding:		0.5em;
	border-width:		0.1em;
	border-style:		solid;
	border-color:		#333;	
	background-color:	#0cc;
}
DEL{
	text-decoration:	line-through;
}
INS{
	text-decoration:	none;
}



/*class selectors*/

h1.maintitle{
	text-align:		center;
	font-size:		8pt;
	font-weight:		900;
	color:			f00;/*#cfc;*/
	background-color:	#090;
	margin:			0px;
	padding:		2px;
	border:			5px ridge #0c0;
}
h2.maintitle{
	font-weight:		700;
	font-size:		18pt;
	color:			#00c;
	margin:			10px 0 10px 0px;
	padding:		5px 0 5px 5px;
	border-width:		0 0 0 30px;
	border-style:		solid;
	border-color:		#66f;
}
h3.subtitle{
	color:			#c60;
	font-weight:		bold;
	font-size:		16pt;
	padding:		0 0 0 5pt;
	border-style:		solid;
	border-width:		0 0 0 18pt;
	border-color:		#f00;
}
h4.subtitle{
	color:			#600;
	font-weight:		bold;
	font-size:		16pt;
	padding:		0px;
	border-style:		solid;
	border-width:		1px 0px;
	border-color:		#600;
}
h5.subtitle{
	color:			#009;
	font-weight:		bold;
	font-size:		12pt;
}

p.sentence{			/**/
	line-height:		130%;
	text-indent:		1.2em;
}
dl dt{
	color:			#330;
	font-weight:		bold;
}
dl dd{
	margin-bottom:		10px;
}

/*SiteMap*/
SPAN.own-page{
	color:			#c33;
	font-weight:		bold;
/*	font-size:		10pt;000511*/
}
SPAN.own-page2{
	color:			#c33;
	font-weight:		bold;
}

DIV.position{
	font-size:		10pt;
}
DIV.caution{
	font-size:		10pt;
}
DIV.gototop{
	font-size:		10pt;
	text-align:		right;
}
SPAN.whatsnew{
	font-size:		8pt;
	color:			#f00;
}
