body{
 font-size: 9pt;
 color: #000000;
 background-color: #FFFFFF;
 background-image: url(bg01.jpg);
 background-repeat: no-repeat;
 background-attachment: fixed;
 background-position: bottom right;
}
a:link { text-decoration:none; color:Teal; }
a:visited { text-decoration:underline; color:maroon; }
a:active { text-decoration:none; color:maroon; }
a:hover { text-decoration:line-through; color:olive; }
td{
font-size: 90%;
color: #000000;
line-height: 180%;
 }
table{
padding: 10px;
width: 650px;
}
.honbun{
margin: 15px;
padding: 15px;
border-width: 5px;
border-color: #660033;
border-style: solid;
background-color: #FFFFCC;
}


input,textarea{
		border:1px double #000000;
		color:#000000;
		font-size:9pt;
		background-color:#ffffff;}