
body{
	text-align: center;
	position: center;
	background-color: #000000;
} 

#all {
 	width: 793px;
    overflow: hidden;
	border: 1px;
	margin: 0px auto;
	background-image: url(./illust/pict/bk1.gif);

#all:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}

/*\*/
* html #all {
    height: 1em;
    overflow: visible;
}
/**/} 

#menu {
 	width: 680px;
	height: 30px;
	margin: 0px auto;
}

#info {
 	width: 410px;
	height: 120px;
 	float: right;
	margin: 0px auto;
}
 

#etc {
 	width: 280px;
 	height: 120px;
	background: #f3f7fc;
 	float: right;
	margin: 0px auto;
}

#main{
	clear: right;
	width: 680px;
	margin: 0px auto;
}

#foot {
 	width: 680px;
	height: 300px;
	margin: 0px auto;
	background-color: #f3f7fc;
}

#space {
 	clear: right;
 	position: bottom;
 	width: 793px;
	background-color: #000000;
}


dt { color: #bc8f8f;}
a:visited {color: #666666; } a:active {color: #a0e8f5;} a:link {color: #4169e1;}