

/* 基本設定 **/

* {
	margin: 0;
	padding: 0;
}
img {
	border: none;
	font-size: 1px;
	line-height: 0;
	vertical-align: bottom;
}
body {
	text-align: center;
	font-family: 'メイリオ',Meiryo,sans-serif,Verdana,'ＭＳ Ｐゴシック','ヒラギノ丸ゴ Pro W4','Hiragino Maru Gothic Pro',Osaka;
	background: #000;
}
#header {
	height: 85px;
	background: url(../images/etc/title_beams.jpg) 0 0 no-repeat;
}
#header * {
	font-size: 1px;
	line-height: 0;
	text-indent: -10000em;
}
#beams {
	text-align: left;
}
#lead {
	padding: 30px 18px 20px;
}
#lead p {
	color: #FFF;
	font-size: 12px;
	line-height: 1.6;
}
table {
	margin: 0 18px;
	border-collapse: collapse;
}
th {
	color: #FFF;
	font-size: 12px;
	font-weight: normal;
	line-height: 1.6;
	padding: 4px;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	border-left: 5px solid #005AFF;
	background: #444;
}
td {
	color: #FFF;
	font-size: 12px;
	line-height: 1.6;
	padding: 4px;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	background: #757575;
}
#close {
	padding: 16px 0;
}
#close p {
	font-size: 12px;
	line-height: 1.6;
	text-align: center;
}
#close p a {
	color: #3FD2FF;
}
#close p a:hover {
	color: #0C9FCC;
}
