body		{
		background-color:#E8E993;
		font-size:10pt;
		}
body.menu	{
		background-color:#E8E993;
		font-size:10pt;
}
table.main	{
		width:500px;
		border: 1px solid #000000;
		}
table.main_2	{
		width:500px;
		}
table.sub	{
		width:450px;
		}
td.sub_l	{
		width:150px;
		text-align:left;
		font-size:10pt;
		font-weight:bolder;
		color:#737373;
		}
td.sub_r	{
		width:300px;
		text-align:left;
		font-size:9pt;
		color:#737373;
		}
td.button	{
		width:500px;
		text-align:center;
		font-size:10pt;
		}
td.body		{
		width:500px
		text-align:left;
		background-color:#FFFFFF;
		color:#737373;
		font-size:10pt;
		}
td.menu	{
		text-align:right;
		font-size:8pt;
		color:#737373;
		}
td.title		{
		width:500px
		text-align:left;
		background-color:#000000;
		color:#FFFFFF;
		font-size:10pt;
		font-weight:bolder;
		}
td.bnr		{
		width:200px;
		text-align:center;
		background-color:#FFFFFF;
		}
td.sub_t	{
		width:60px;
		text-align:left;
		background-color:#FFFFFF;
		color:#00000;
		font-size:10pt;
		}
td.sub_b	{
		width:240px;
		text-align:left;
		background-color:#FFFFFF;
		color:#737373;
		font-size:10pt;
		}
td.sub_c	{
		width:60px;
		text-align:left;
		background-color:#FFFFFF;
		color:#000000;
		font-size:10pt;
		}
td.com		{
		width:500px;
		text-align:left;
		background-color:#FFFFFF;
		color:#737373;
		font-size:10pt;
		}
a:visited	{
		color:#000000;
		text-decoration: none;
		}
a:link		{
		color:#000000;
		text-decoration: none;
		}
a:active	{
		color:#000000;
		text-decoration: none;
		}
a:hover	{
		color:#000000;
		text-decoration: underline overline;
		}
p.subject	{
		font-size:10pt;
		color:#737373;
		line-height:18px;
		}
p		{
		font-size:10pt;
		color:#737373;
		line-height:14px;
		margin-left:10px;
		}
ul.menu	{
		list-style-image: url(dokuro.gif);
		margin-left:15px;
		}
ul		{
		margin-left:10px;
		}
ul li		{
		list-style-type: none;
		margin-bottom:1px;
		}
ul.none li	{
		list-style-type: none;
		}
h2		{
		font-size:15pt;
		}
.red		{
		color:red;
		}