body {
	height: 100%;
	background: rgb(238,238,238); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(238,238,238,1) 0%, rgba(204,204,204,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(238,238,238,1)), color-stop(100%,rgba(204,204,204,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(238,238,238,1) 0%,rgba(204,204,204,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(238,238,238,1) 0%,rgba(204,204,204,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(238,238,238,1) 0%,rgba(204,204,204,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(238,238,238,1) 0%,rgba(204,204,204,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#cccccc',GradientType=0 ); /* IE6-9 */
}

#container {
	width: 800px;
	height: 100%;
	min-height: 100%;
	background-color: #FFF;
	margin: 0 auto;
	padding-bottom: 20px;
	font-family:'Lucida Grande','Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
}
body > #container {
	height: auto;
}
.dollogo {
	padding: 20px;
}
.mainimg {
	display: block;
	margin: 0 auto;
}
h1 {
	text-indent: -99999px;
	background: #efefef;
	background: url(img/titleimg.png) no-repeat;
	padding: 10px;
	line-height: 1.8;
	border-top: 2px solid #930202;
	border-bottom: 2px solid #930202;
	margin: 20px 25px;
}
table {
	border: none;
	width: 750px;
	margin: 0 auto;
  	border-spacing: 0;
	border-collapse: collapse;
}
th {
	background: rgb(209,20,20); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(209,20,20,1) 0%, rgba(147,2,2,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(209,20,20,1)), color-stop(100%,rgba(147,2,2,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(209,20,20,1) 0%,rgba(147,2,2,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(209,20,20,1) 0%,rgba(147,2,2,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(209,20,20,1) 0%,rgba(147,2,2,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(209,20,20,1) 0%,rgba(147,2,2,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d11414', endColorstr='#930202',GradientType=0 ); /* IE6-9 */
	color: #fff;
	padding: 3px;
	text-shadow: 1px -1px 0 rgba(0,0,0,.5);
	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;
}
.titleimg {
	margin: 20px auto;
	width: 366px;
}
.headtext {
	text-align: center;
	font-size: 0.8em;
	line-height: 1.2;
	margin-bottom: 30px;
}