body {
}

#container {
	width: 800px;
	height: 100%;
	min-height: 100%;
	padding-bottom: 20px;
	font-family:'Lucida Grande','Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
	overflow-x: hidden;
}
body > #container {
	height: auto;
}
.dollogo {
	padding: 20px;
}
.mainimg {
	display: block;
	margin: 0 auto;
	width: auto;
	height: 70px;
}
.thispage {
	text-align: center;
	padding-top: 20px;
	font-size: 0.8em;
}
h1 {
	text-indent: -99999px;
	background: url(img/titleimg.png) no-repeat;
	line-height: 50px;
	margin: 50px 20px 25px 20px;
}
table {
	border: none;
	width: 750px;
  	border-spacing: 0;
	border-collapse: collapse;
	margin-left: 25px;
}
th {
	background: #1FADA8;
	color: #fff;
	padding: 3px;
	font-weight: normal;
}
td {
	border-bottom: 1px solid #666;
	padding: 6px 0;
}
td.html, td.pdf {
	width: 5em;
	font-size: 0.8em;
	padding: 0 2px;
}

a.pdf {
	display: inline-block;
	padding-right: 20px;
	padding-top: 4px;
	background: url(img/icon_pdf.gif) no-repeat right center;
}
a.html {
	display: inline-block;
	padding-top: 4px;
	padding-right: 20px;
	background: url(img/icon_html.gif) no-repeat right center;
}
p.goTop {
	padding: 20px; 
	font-size: 0.7em;
	text-align: right;
}
p.goTop a {
	color: #000;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}
.footer {
	font-size: 0.8em;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	padding-top: 30px;
}