@charset "utf-8";

body {
	text-align: center;
}
img {
	border: none;
}
h1 {
	border-top: 3px double #ddd;
	border-bottom: 3px double #ddd;
	font-size: 18px;
	font-weight: normal;
}
h2 {
    margin: 0 0 12px 0;
    padding: 0;
    font-size: 16px;
    font-weight: normal;
	text-align: left;
}
#intro {
	width: 700px;
	margin: 0 auto;
	padding: 0;
}
#container {
	width: 495px;
	margin: 0 auto;
	padding: 0;
	line-height: 1.366;
}
#container p {
	text-align: left;
}
#container p.enter {
	margin: 12px 0 0 0;
	text-align: center;
}
#container table {
    margin: 0 0 12px 0;
    border-collapse: collapse;
    border-spacing: 0;
    border: 1px solid #999;
}
#container table tr th {
    padding: 3px 6px;
    border: 1px solid #999;
    background-color: #333;
    font-size: 12px;
    font-weight: normal;
    color: #eee;
}
#container table tr td {
    padding: 3px 6px;
    border: 1px solid #999;
    font-size: 12px;
}

#container table tr th.th01,
#container table tr th.th04 {
    line-height: 38px;
    text-align: center;
}
#container table tr th.th02,
#container table tr th.th03 {
    width: 90px;
    line-height: 19px;
    text-align: center;
}
#container table tr td.td02,
#container table tr td.td03 {
    line-height: 20px;
    text-align: center;
}
#container table tr td.td04 {
    text-align: left;
}
