/*****************************************************************************/
/* 共通スタイル
/*****************************************************************************/

BODY
{
	margin: 0px;
	color: #333333;
	background-color: #ffffff;
	font-size: 10pt;
	line-height: 120%;
}

A:link
{
	color: #0066ff;
	text-decoration: none;
}
A:visited
{
	color: #0066ff;
	text-decoration: none;
}
A:hover
{
	color: #0066ff;
	text-decoration: underline;
}

A.headlink:link
{
	color: #ff0000;
	text-decoration: none;
}
A.headlink:visited
{
	color: #ff0000;
	text-decoration: none;
}
A.headlink:hover
{
	color: #ff0000;
	text-decoration: underline;
}

.basefont
{
	font-size: 10pt;
	line-height: 120%;
}

.pt01
{
	border-left: #cc0000 5px solid;
	padding-left: 6px;
	color: #660000;
	font-size: 14pt;
	font-weight: bold;
	line-height: 130%;
	margin-top: 4px;
}


/*****************************************************************************/

