body, html { 
padding : 0px; 
margin : 0; 
} 
body { 
background : transparent url('bg1.png') repeat;
text-align: left;
font : 70%/155% "trebuchet ms", sans-serif;
color : #20596a; 
}
 
#header {
width: 700px;
height:500px;
background: transparent url('kazu.png') no-repeat center top;
margin: 0;
}

#content {
width: 620px;
padding: 9px 14px 14px 14px;
background: #D8E6FB;
filter:alpha(opacity=67); 
opacity:0.67;
margin-left: 8px;
}

#footer {
clear:both;
border-top: 1px dashed #20596A;
text-align:right;
padding: 3px;
height:auto;
}

#sep {
width : auto;
background: #D8E6FB;
height: 30px;
} 

#sep2 {
width: auto;
background: #fff;
height: 15px;
margin-bottom: 8px;
}

#nav {
position: absolute;
left: 125px;
top: 322px;
width: 157px;
font: 9pt "trebuchet ms", sans-serif;
text-align: center;
text-shadow: none;
}

.nav a:link, .nav a:visited, .nav a:active {
display: block; 
color: #fff; 
background-color: #D8E6FB; 
margin-bottom: 5px; 
padding: 3px;
letter-spacing: 1px; 
text-transform: uppercase; 
}

.nav a:hover {
color: #D8E6FB;
background-color: #fff; 
}




h1 {
	background: transparent;
             	color: #8CCBDD;
	font:18pt "trebuchet ms", sans-serif;
	font-weight: normal;
	text-align: justify;
margin: 0;
text-shadow: #20596A 1px 1px;
}

h1:first-letter {
	font-style: italic;
}



a:link, a:visited, a:active {
        text-decoration: none;
			color: #9AC2F8;
font-weight: bold;
	cursor: crosshair;
             }
a:hover { 
	text-decoration: none;
		color: #fff;
font-weight: bold;
	cursor: crosshair;
}





input, select {
	background: #D8E6FB;
	font:8pt "trebuchet ms", sans-serif;
padding: 5px;
color: #20596A;
	font-weight: normal;
	text-decoration: none;
		border-width: 1px;
	border-style: solid;
	border-color: #20596A;
}

input:hover {
border-color: #fff;
}

select:hover {
border-color: #fff;
}

TEXTAREA {
	color: #20596A;
	background: #D8E6FB;
	font:8pt "trebuchet ms", sans-serif;
	font-weight: normal;
	text-decoration: none;
	border-width: 1px;
	border-style: solid;
	border-color: #20596A;
padding: 5px;
}

TEXTAREA:hover {
	border-color: #fff;
}




blockquote { 
background : #fff;
text-align : justify; 
border-left : 2px solid #9AC2F8; 
border-right: 2px solid #9AC2F8;
padding :7px; 
margin: 0 auto;
width: 340px;
}  

