/*Common CSS*/
A{
	text-decoration:none;
}
A:Link{
	color:		#0000ff;
}
A:Visited{
	color:		#6666ff;
}
A:Active{
	color:		#0000ff;
}
A:Hover{
	color:		#ff0000;
	text-decoration:underline;
	background-color:#fff0ff;
}
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:		#ff3333;
}
PRE{
	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:	#333333;	
	background-color:#00cccc;
}

/*MainTitle*/
H1.maintitle{
	font-size:	24pt;
	font-weight:	bold;
	color:		#060;
	border:		1px solid #000;*/
	margin:		1px 0px 10px;
	padding:	0 0 0 5px;
	border-width:	0 0 4px 30px;
	border-style:	solid;
	border-color:	#6c6;
	width:		100%;
}
H2.maintitle{
	font-weight:	700;
	font-size:	18pt;
	color:		#0000cc;
	padding:	0.2em 1em 0.1em 1em;*/
	margin:		10px 0 10px 0px;
	padding:	5px 0 5px 5px;
	border-width:	0 0 0 30px;
	border-style:	solid;
	border-color:	#6666ff;
}
H3.subtitle{
	color:			#cc6600;
	font-weight:		bold;
	font-size:		16pt;
	padding:		0 0 0 5pt;
	border-style:		solid;
	border-width:		0 0 0 18pt;
	border-color:		#ff0000;
}

/*SiteMap*/
SPAN.own-page{
	color:		#cc3333;
	font-weight:	bold;
	font-size:	10pt
}
SPAN.own-page2{
	color:		#cc3333;
	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;
}

