/* CSS Document */

body{
	background-color:#000000;
	margin-top: 0px;
	margin-bottom: 0px;
}
a:link { color:#000000; text-decoration: underline;}
a:visited { color:#666666; text-decoration: underline;}
a:hover { color:#666666; text-decoration: underline;}
a:active { color:#666666; text-decoration: underline;}

#all_stack{
	width: 725px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	height: auto;
	border: 0px solid #999999;
}
#main_contents{
	width: 709px;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	background-color: #000000;
}
#header{
	width: 709px;
	height: 48px;
	background-image: url(../image/top2.jpg);
}
#menu{
	width: 709px;
	height: auto;
	padding-top: 2px;
}
#footer{
	width: auto;
	height: 10px;
	background-color: #666666;
}
.small{
	font-size: small;
}
.x-small{
	font-size: x-small;
}
.line-height{
	line-height: normal;
	font-size: x-small;
}
