* {
  margin:0;
  padding: 0;
}
img {
  border: 0;
}
a:link, a:visited {
  color:#666666;
  text-decoration:none;
}
a:hover, a:active {
  color:#333333;
  text-decoration:underline;
}
html, body {
  height: 100%;
  text-align: center;
  font-family: "Hiragino Kaku Gothic Pro","Meiryo","MS PGothic","Osaka";
  line-height: 1.4em;
  background: #000000;
}
#holder-box {
	text-align: left;
	width: 780px;
	margin: 0px auto;
	padding-top: 50px;
  background: url(images/bg.png);
    position: relative;
}
#top-link-box {
	width:150px;
	position: absolute;
	top: 5px;
	left: 600px;
}
#bottom-link-box {
	text-align: center;
	padding: 20px 0px;
}
#copyright-box {
	font-size: 60%;
}
#copyright-box p {
	text-align: right;
	padding-right: 10px;
}
.subheader-box {
	margin-top: 20px;
	margin-bottom: 2px;	
}
/* table */
table {
	border-collapse:collapse;
}
table.data-table {
	margin: 20px 30px 2px;
	width: 300px;
	font-size: 60%;
}
table.data-table th, table.data-table td {
	padding: 2px 2px;
	line-height: 1em;
	border: 1px solid silver;
	background: #ffffff;
	text-align: center;
}
table.data-table th.label {
	font-size: 70%;
	border: 1px solid #353535;
	text-align: left;
	background: #c0c3e2;
}
table.data-table-long {
	margin-left: 30px;
	width: 600px;
	font-size: 60%;
	border-collapse: collapse;
}
table.data-table-long th, table.data-table-long td {
	padding: 2px 2px;
	line-height: 1em;
	border: 1px solid silver;
	background: #ffffff;
	text-align: center;
}
table.data-table-long th.label {
	font-size: 70%;
	border: 1px solid #353535;
	text-align: left;
	background: #c0c3e2;
}

/* list */
ul.info-list {
	font-size: 80%;
	width: 90%;
}
ul.info-list li {
	text-indent: -1em;
	list-style-position: inside;
	padding-left: 2em;
}
/* p */
p.attention {
	font-size: 70%;
	padding-left: 35px;
}