@charset "utf-8";
/* CSS Document */

body{
	background:#000000;
}

#contents{
	width:100%;
	background:url(../../images/common/back.jpg) center top;
	text-align:center;
}
#contents2{
	margin:0 auto;
	padding:0;
	width:1000px;
}

#main{
	margin:0 auto 25px auto;
	width:820px;
	float:left;
}

#main table{
	margin:0 0 20px 0px;
}

#footer{
	margin:0 auto;
	padding:10px 0;
	width:1000px;
	color:#999999;
	text-align:right;
}

#footlink{
	width:400px;
	float:left;
	text-align:left;
}

#af{
	float:left;
}

#logo{
	float:right;
}

#amazon{
	padding:15px 0 0 0;
	float:right;
}

.clear{
	clear:both;
}
