/* base */
BODY
{
	background-color: #ffffff;
	color: #000000;
	font-family: Times New Roman, serif;
	font-size: 11pt;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
A:link
{
	color: #ff6600;
	text-decoration: none;
}
A:visited
{
	color: #ff6600;
	text-decoration: none;
}
A:active
{
	color: #ff6600;
	text-decoration: none;
}
A:hover
{
	color: #ff0000;
	text-decoration: underline;
}



/* template */
.header
{
	width: 100%;
	background-color: #ffffff;
	border-style: solid;
	border-width: 0px 0px 1px 0px;
	border-color: #ffffff;
	margin: 0px 0px 0px 0px;
	padding-top:50px ;
/*	padding: 50px 5% 0px 5%;	*/
}
.header A:link
{
	color: #000000;
	font-weight: 600;
	text-decoration: none;
}
.header A:visited
{
	color: #000000;
	font-weight: 600;
	text-decoration: none;
}
.header A:active
{
	color: #000000;
	font-weight: 600;
	text-decoration: none;
}
.header A:hover
{
	color: #999999;
	font-weight: 600;
	text-decoration: none;
}
.now
{
	color: #333333;
	font-size: 20pt;
	font-weight: 900;
}
.headspace
{
	margin-top: 70px;
}
.document
{
	width: 100%;
	background-color: #ffffff;
	border-style: solid;
	border-width: 1px 0px 1px 0px;
	border-color: #000000;
	margin: 0px 0px 0px 0px;
/*	padding: 0px 15% 0px 15%;	*/
}
.footspace
{
	margin-top: 70px;
}
.footer
{
	width: 100%;
	background-color: #ffffff;
	border-style: solid;
	border-width: 1px 0px 0px 0px;
	border-color: #ffffff;
	margin: 0px 0px 0px 0px;
/*	padding: 0px 5% 0px 5%;	*/
}
.footer A:link
{
	color: #000000;
	font-weight: 600;
	text-decoration: none;
}
.footer A:visited
{
	color: #000000;
	font-weight: 600;
	text-decoration: none;
}
.footer A:active
{
	color: #000000;
	font-weight: 600;
	text-decoration: none;
}
.footer A:hover
{
	color: #999999;
	font-weight: 600;
	text-decoration: noen;
}
.footer TD
{
	color: #000000;
	font-weight: 600;
}



/* tree */
.heading
{
	color: #000000;
	font-size: 13pt;
	font-weight: 600;
}
.contents A:link
{
	color: #000000;
	font-weight: 600;
	text-decoration: none;
}
.contents A:visited
{
	color: #000000;
	font-weight: 600;
	text-decoration: none;
}
.contents A:active
{
	color: #000000;
	font-weight: 600;
	text-decoration: none;
}
.contents A:hover
{
	color: #999999;
	font-weight: 600;
	text-decoration: none;
}
.explanation
{
	color: #ffffff;
	font-size: 8pt;
}



/* table */
.title
{
	color: #000000;
	font-size: 13pt;
	font-weight: 600;
}
.title A:link
{
	color: #000000;
	text-decoration: none;
}
.title A:visited
{
	color: #000000;
	text-decoration: none;
}
.title A:active
{
	color: #000000;
	text-decoration: none;
}
.title A:hover
{
	color: #999999;
	text-decoration: none;
}
.subtitle
{
	color: #000000;
	font-size: 11pt;
	font-weight:600;
}
.comment
{
	font-size: 11pt;
	margin-left: 30px;
}
.comment TD
{
	font-size: 11pt;
}
.table TD
{
	font-size: 11pt;
}



/* other */
.center
{
	text-align: center;
}
.space30
{
	margin-top: 30px;
}
.space50
{
	margin-top: 50px;
}
.space100
{
	margin-top: 100px;
}
