body{
background-image: url('img/sky02c.jpg');
background-repeat: no-repeat;
background-attachment: fixed;
background-position: left bottom;
}

.top-all{
width: 600px;font-family: MS UI Gothic;
font-size: 85%;
margin: 5px;
padding: 5px;

}

.top{
vertical-align: top;
margin: 0;
padding: 5px;
background-color: #FFFFCC;
}

.td-left{
line-height: 100%;
text-align: left;
vertical-align: top;
margin: 1px;
padding: 5px;
width: 200px;
background-color: #996633;
}



.top-box{
color: #330000;
line-height: 130%;
text-align: left;
margin: 5px;
padding: 5px;
}

.contents{
font-family: MS UI Gothic;
font-size: 85%;
color: #330000;
line-height: 130%;
text-align: left;
margin: 3px;
padding: 5px;
height: 100px;
background-color: #FFFFCC;
}

.under-line{border-bottom: 1px dotted #993300;
}

.form{
font-family: MS UI Gothic;
font-size: 85%;
padding: 5px;
border-width: 1px;
border-color: #660000;
border-style: solid;
height: 70px;
}

.clear{
clear: none;
}


input,textarea{
		font-size: 9pt;
		color: #000000;
		border: 1px double #000000;
		background-color: #FFFFFF;
}
		
img{
vertical-align: middle;
margin: 5px;
border-width: 0;
}

a:link { color: #663300; text-decoration: none; background-color: #FFFF99; }
a:visited { text-decoration:underline; color:maroon; }
a:active { text-decoration:none; color:maroon; }
a:hover { color: #CCFF99; text-decoration: line-through; background-color: #666600; }
