/* CSS Document */
/********************************
レイアウト
*********************************/
body {
	margin:0;
	padding:0;
	background:url(../images/bg.jpg) center top no-repeat #fcf5e2;
}

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:960px;
	clear:both;
}

/* main */
div#main {
	margin:0;
	width:960px;
	height:600px;
}

/* footer */
div#footer {
	width:960px;
	height:40px;
	margin-top:12px;
}

div#footer_left {
	float:left;
	text-align:left;
}

div#footer_right {
	float:right;
	text-align:right;
}

div#copyrights {
	clear:both;
	width:960px;
}

/* 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%;
}

/* goiken&support */
#goiken_support_box {
	float:right;
	width:140px;
	padding-top:13px;
}

#support {
	display:block;
	width:54px;
	height:9px;
	background:url(../images/support_black.gif) top left no-repeat;
	text-align:left;
	text-indent:-9999px;
}

#goiken {
	display:block;
	width:47px;
	height:9px;
	background:url(../images/goiken_black.gif) top left no-repeat;
	text-align:left;
	text-indent:-9999px;
}

.support_container {
	float:right;
	padding-right:10px;
}

.goiken_container {
	float:left;
}