@charset "utf-8";
/* ============================================ */
/*  トップページ用CSS                           */
/* ============================================ */

/* 基本CSS */
@import url("base.css");

/* トップページ */

#root {
	background-color: #000000;
	color: #FFFFFF;
}

#topimage {
	float: none;
	clear: both;
}

#main {
	margin-top: 10px;
	min-height: 400px;
	background-color: #000000;
	background-image: url("../img/back_redline.jpg");
	background-position: 143px 0px;
	background-repeat: repeat-y;
}

/* トピックス */
div#topics {
	display:table;
}
div#topics h1 {
	display: table-cell;
	text-align: left;
	vertical-align: top;
	padding-left: 40px;
	padding-top: 20px;
	font-weight: bold;
	font-size: 150%;
}
div#topics p {
	display: table-cell;
	text-align: left;
	vertical-align: top;
	padding-left: 40px;
	padding-top: 22px;
	font-weight: bold;
	font-size: 100%;
}

/* 区切り線 */
div#separator {
	display:table;
	width: 100%;
	text-align: left;
	margin-top: 20px;
}
div#separator #col1 {
	display: table-cell;
}
div#separator #col1 #line1 {
	margin-left: 20px;
	width: 110px;
	height: 4px;
	background-color: #000000;
	text-indent: -9999px;
	overflow:hidden;
}
div#separator #col2 {
	display: table-cell;
	text-align: left;
}
div#separator #col2 #line2 {
	margin-left: 35px;
	width: 710px;
	height: 4px;
	background-color: #000000;
	text-indent: -9999px;
	overflow:hidden;
}

/* 仕様 */
div#specs {
	display:table;
	margin-top: 20px;
}
div#specs h1 {
	display: table-cell;
	text-align: left;
	vertical-align: top;
	padding-left: 48px;
	padding-top: 0px;
	font-weight: bold;
	font-size: 150%;
}
div#specs table {
	display: table-cell;
	text-align: left;
	vertical-align: top;
	margin-left: 40px;
	padding-left: 55px;
	font-weight: bold;
	font-size: 100%;
	border-collapse: collapse;
}
div#specs table th {
	font-weight: bold;
	font-size: 100%;
	border: solid 1px;
	padding: 4px 8px;
	background-color: #440000;
}
div#specs table td {
	font-weight: bold;
	font-size: 100%;
	border: solid 1px;
	padding: 4px 8px;
}
