@charset "Shift_JIS";
body{
	color:#000000;
	background-color:#000014;
}
img{
	border-style:none;
	text-align:bottom;
}
.main{
	background-color:#ffffff;
	width:900px;
	margin:0 auto;
	padding:2px;
	border-color:#000000;
	border-style:solid;
	border-width:1px;
}
.menu{
	border-top-color:#000000;
	border-top-style:solid;
	border-top-width:1px;
	border-bottom-color:#000000;
	border-bottom-style:solid;
	border-bottom-width:1px;
	text-align:center;
	clear:all;
}
.sub{
	border-top-color:#000000;
	border-top-style:solid;
	border-top-width:1px;
	border-bottom-color:#000000;
	border-bottom-style:solid;
	border-bottom-width:1px;
}
.r_img{
	float:right;
}
.l_img{
	float:left;
}	
.end{
	clear:all;
}
.center{
	text-align:center;
}
.bottom{
	vertical-align:bottom;
}
.left{
	text-align:left;
}
.right{
	text-align:right;
}
a:link {
	color:#0000cd;
	text-decoration:none;
}
a:visited {
	color:#0000cd;
	text-decoration:none;
}
a:hover {
	color:#0000cd;
	text-decoration:underline;
}
a:active {
	color:#0000cd;
	text-decoration:underline;
}
