/*基本設定*/
body{
margin:0px;
font-size:10px;
background-image:url("../img/back.gif");
color:#eee;
}
table,tr{
font-size:10px;
color:#eee;
}
img{
border:0px;
}
th{
	height:20px;
	width:30px;
	vertical-align:top;
	text-align:left;
	color:#ca8;
}

/*基本設定*/



/*詳細設定*/
.space1{
	margin-top:40px;
}
.orange{
	color:#d85;
	font-weight:100;
}
.space2{
	margin-top:70px;
	margin-bottom:50px;
}
#base{
	width:700px;
	height:100%;
}
#info{
	width:450px;
	background-color:#000;
	padding:0px 20px 20px 20px;
}

#menu{
	border-left:dotted 1px #777;
	width:430px;
	background-color:#000;
	font-size:10px;
	padding:80px 20px 20px 20px;
}
.com{
	font-weight:100;
	font-size:10px;
	color:#777;
	margin:0px 0px 0px 10px;
}
a:link{
	color:#6bf;
	text-decoration:none;
	text-align:center;
}
a:visited{
	color:#6bf;
	text-decoration:none;
	text-align:center;
}
a:hover{
	color:#6bf;
	text-decoration:underline;
	text-align:center;
}
/*詳細設定*/


