a:link{
	color:whitesmoke;
	text-decoration:none;
}

a:visited{
	color:whitesmoke;
	text-decoration:none;
}

a:hover{
	color:whitesmoke;
	text-decoration:underline;
}

a:more{
	color:whitesmoke;
	text-decoration:none;
}


div.navi_01{
	position:absolute;
	top:-2px;
	left:-2px;
	background:royalblue;
	padding:8px 8px 8px 8px;
	border-right-style:double;
	border-right-width:6px;
	border-right-color:royalblue;
	height:1100px;
	z-index:-2;
}

div.navi_02{
	font-size:90%;
	font-weight:bold;
	color:whitesmoke;
	line-height:180%;
	margin-left:12px;
	margin-bottom:40px;
}

table.navi{
	margin-top:30px;
}

td.information{
	font-size:90%;
	color:whitesmoke;
	background:royalblue;
	padding:4px 6px 2px 6px;
	text-align:center;
	font-weight:bold;
}

textarea.information{
	width:150px;
	height:100px;
	border-width:3px;
	border-style:double;
	border-color:white;
	font-size:80%;
	color:navy;
	padding:4px 6px 4px 6px;
}

.copy{
	font-size:75%;
	color:white;
	text-align:center;
	font-weight:bold;
	margin-top:30px;
}

img{
	border-style:solid;
	border-width:1px;
	border-color:white;
}

div.main{
	width:480px;
	margin-top:50px;
	margin-left:215px;
}

div.contents{
	font-size:85%;
	color:black;
	margin:20px 24px 20px 24px;
	border-style:solid double none none;
	border-color:dimgray;
	border-width:1px 3px 0px 0px;
	padding:8px;
}

