@charset "utf-8";
/* formatting style
-------------------------*/



* {
	font-style: normal;
	margin: 0px;
	padding: 0px;
}


body {
	color: #666666;
	background-color: #191919;
	font-size: 75%;
	line-height: 160%;
	font-family: sans-serif;
}
#main {
	width: 580px;
	margin-right: auto;
	margin-left: auto;
	background-color: #191919;
}

h1 {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 1.1em;
	color: #999999;
	padding-left: 15px;
	background-image: url(../image/haikei_btn/square_gry.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-bottom: 20px;
	padding-top: 20px;
	border-bottom: 1px solid #666666;
	margin-bottom: 20px;
}
h2 {
	font-size: 1em;
	color: #999999;
	padding-left: 15px;
	background-image: url(../image/haikei_btn/square_red.gif);
	background-repeat: no-repeat;
	background-position: left center;
	margin-bottom: 10px;
	margin-top: 10px;
}
p {
	padding-left: 30px;
}
#main table {
	width: 580px;
	border: 1px solid #999999;
	margin-bottom: 30px;
	border-collapse:collapse;
	margin-top: 20px;
}
#main th {
	text-align: left;
	font-weight: normal;
	padding-left: 15px;
	padding-top: 2px;
	padding-bottom: 2px;
	border-bottom: 1px solid #999999;
}
#main table td {
	text-align: right;
	padding-right: 15px;
	border-bottom: 1px solid #999999;
	border-left: 1px solid #999999;
}
.color {
	background-color: #2b2a27;
}
