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;
}
.rsnaimg {
	margin: 0 auto;
	padding: 10px 0;
	width: 497px;
}
.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 rgb(59,103,158);
	border-bottom: 2px solid rgb(59,103,158);
	margin: 20px 25px;
}
table {
	border: none;
	width: 750px;
	margin: 0 auto;
  	border-spacing: 0;
	border-collapse: collapse;
	margin-bottom: 30px;
}
table.pdfall td {
	border-bottom: none;
}

th {
	  background: rgb(59,103,158); /* Old browsers */
	  background: -moz-linear-gradient(top,  rgb(59,103,158) 0%, rgb(43,136,217) 50%, rgb(32,124,202) 51%, rgb(125,185,232) 100%); /* FF3.6+ */
	  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(59,103,158)), color-stop(50%,rgb(43,136,217)), color-stop(51%,rgb(32,124,202)), color-stop(100%,rgb(125,185,232))); /* Chrome,Safari4+ */
	  background: -webkit-linear-gradient(top,  rgb(59,103,158) 0%,rgb(43,136,217) 50%,rgb(32,124,202) 51%,rgb(125,185,232) 100%); /* Chrome10+,Safari5.1+ */
	  background: -o-linear-gradient(top,  rgb(59,103,158) 0%,rgb(43,136,217) 50%,rgb(32,124,202) 51%,rgb(125,185,232) 100%); /* Opera 11.10+ */
	  background: -ms-linear-gradient(top,  rgb(59,103,158) 0%,rgb(43,136,217) 50%,rgb(32,124,202) 51%,rgb(125,185,232) 100%); /* IE10+ */
	  background: linear-gradient(to bottom,  rgb(59,103,158) 0%,rgb(43,136,217) 50%,rgb(32,124,202) 51%,rgb(125,185,232) 100%); /* W3C */
	  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3b679e', endColorstr='#7db9e8',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;
}