@charset "UTF-8";


/*=================================

	1.主要素設定

==================================*/
html {
	height:100%;
}
body {
	height: 100%;
	background: #000000;
}
#leftRight{
	height:270px;
	position:absolute;
	top:0;
	width:100%;
}
#leftC{
	float:left;
}
#rightC{
	float:right;
}
#header{
	width:840px;
	margin-left: auto;
	margin-right: auto;
}
#contents-top{
	width: 840px;
	height: 39px;
	background-image: url('images/contents-top.gif');
	margin-left: auto;
	margin-right: auto;
}
#contents{
	width: 840px;
	min-height:500px;
	height: auto !important;
	height: 500px;
	background: #ffffff;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

#footer {
	position: fixed !important;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 237px;
	background-image: url('images/fire.png');
	background-repeat: repeat-x;
}
#btn{
	float:left;
	margin-left:10px;
	margin-top:50px;
}
#btn2{
	float:right;
	margin-left:10px;
	margin-top:50px;
}
#link {
	font-size:10px;
	margin-right:8px;
	margin-top:5px;
	text-align: right;
}

.round {
	width: 420px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
}
.round td {
	text-align: center;
}