@charset "Shift_JIS";

body{
	color: #333333;
	background-color: #ffffff;
	background-image: url("./wall.gif");
}

a:link{
	color: #cc0000;
	text-decoration: underline;
}
a:visited{
	color: #330099;
	text-decoration: none;
}
a:hover{
	color: #ff3366;
	background-color: #ffe7f0;
}
a:active{color: #ff0099;}

h1{color: #0066ff; font-weight:normal;}
h2{color: #000099;}
h3{color: #006600;}
h4{color: #0066ff;}
h5{color: #666666;}
h6{color: #999999;}

h3.title{
	display: block;
	color: #006600;
	background-color: #d7ffd7;
	border-width: 1px;
	border-style: solid;
	border-color: #339933 #d7ffd7 #d7ffd7 #d7ffd7;
	font-weight: bold;
	padding: 3px;
}

h3.gray	{color: #666666;}
h4.gray	{color: #666666;}

small.g	{color: #999999;}
small.r	{color: #ff0000;}
big.g	{color: #666666; font-weight: bold;}

strong		{color: #ff0000;}
strong.g	{color: #006600;}
strong.b	{color: #0000ff;}
strong.y	{color: #999900;}
strong.o	{color: #ff6600;}
strong.s	{color: #666666;}
strong.gray	{color: #666666;}

em{
	color: #ff0000;
	font-style: normal;
	text-decoration: underline;
}

th.r{color: #990000; background-color: #ffd7d7;}
td.r{color: #990000; background-color: #fff0f0;}
th.g{color: #006600; background-color: #d7ffd7;}
td.g{color: #006600; background-color: #f0fff0;}
th.b{color: #0066ff; background-color: #d7f0ff;}
td.b{color: #0066ff; background-color: #f0f7ff;}
th.y{color: #808000; background-color: #ffffcc;}
td.y{color: #999900; background-color: #fffff0;}
th.w{color: #000000; background-color: #ffffff;}
td.w{color: #000000; background-color: #ffffff;}

div.i{
	margin-top: 8px;
	margin-right: 16px;
	margin-bottom: 8px;
	margin-left: 16px;
}

.hidden{display: none;}

.copyright{
	color: #666666;
	font-size: 9pt;
	font-weight: bold;
	font-style: normal;
	text-align: right;
}
