/* CSS Document */
/********************************
レイアウト
*********************************/
body {
	margin:0;
	padding:0;
	background:#000000 no-repeat;
}

a:link {
	color: #FF0000;
	text-decoration: underline;
}
a:visited {
	color:#890000;
	text-decoration: underline;
}
a:hover {
	color: #CC0000;
	text-decoration: underline;
}
a:active {
	color: #CC0000;
	text-decoration: underline;
}

/* wrapper */
div#wrapper {
	margin:0 auto;
	width:1024px;
	clear:both;
}

/* main */
div#main {
	margin:0;
	width:1024px;
	height:580px;
}

/* footer */
div#footer {
	width:800px;
	height:54px;
	margin-top: 12px;
	margin-right: auto;
	margin-left: auto;
}

div#footer_left {
	float:left;
	text-align:left;
	vertical-align: middle;
	padding-top: 5px;
}

div#footer_right {
	float:right;
	text-align:right;
}

.amazon_link {
	display:block;
	background: url(../images/amazon_link.gif) no-repeat left center;
	text-indent:-9999px;
	top: 0px;
	height: 28px;
	width: 133px;
	float: right;
	margin-top: 10px;
	margin-right: 10px;
}

div#copyrights {
	clear:both;
	width:800px;
	padding-top: 12px;
}

/* TOS */
div#tos {
	width:660px;
	margin:0 auto;
	background:white;
	font-size:12px;
	letter-spacing:0.1em;
}

div#tos h2{
	font-size:14px;
	font-weight:bold;
	text-align:center;
	background-color: #996600;
	color: #FFFFFF;
	line-height:200%;
}

div#tos_main {
	padding:15px;
	line-height:160%;
}
#header_wrapper #header #goiken_box {
	text-align: right;
}
