/* 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;
	clear:both;
	background: url(../../images/bg.gif) no-repeat center top;
}

/* main */
div#main {
	margin:0 auto;
	width:1000px;
	height:720px;
}

/* footer */
div#footer {
	width:900px;
	height:50px;
	margin-top:10px;
	margin-right: auto;
	margin-left: auto;
}

div#footer_left {
	float:left;
	text-align:left;
	vertical-align: middle;
	margin-right: 100px;
	padding-top: 10px;
}

div#footer_right {
	padding-top: 10px;

}

div#copyrights {
	clear:both;
	width:1000px;
}

/* 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%;
}
.hide {
	position: absolute;
	left: -9999px;
	top: -9999px;
}
div#footer_bottom {
	width:1000px;
	height:40px;
	margin-top:5px;
	margin-right: auto;
	margin-left: auto;
}
div#footer_center {
	float:left;
	text-align:center;
	vertical-align: middle;
	margin-right: 100px;
	padding-top: 10px;
}
div#product_info {
	float:left;
	text-align:left;
	vertical-align: middle;
	margin-right: 100px;
}

