@charset "UTF-8";

/*--------------------------------------------------------------------
report.html(report)
report.css
--------------------------------------------------------------------*/
/*Wrapper*/
div#Wrapper02 {
	padding: 0 0 20px 0;
}

div#Global ul li#GMBtnF a.this { background-position: -416px -22px; }

/*Main*/
div#Main {
	width: 720px;
	margin: 5px auto 0 auto;
	padding: 0 0 50px 0;
	background: #a2a9b0 url(../../img/contents_btm.gif) no-repeat center bottom;
}

div#Main h2 {
	height: 48px;
	background: url(../../img/report/title.jpg) no-repeat left top;
	text-align: left;
	text-indent: -99999px;
	overflow: hidden;
}

div#Main table {
	width: 530px;
	margin: 50px auto 0 auto;
	border-collapse: collapse;
	border: 0 none;
}

div#Main table tr th {
	width: 50%;
	padding: 5px 0 5px 65px;
	border: 0 none;
	text-align: left;
	vertical-align: top;
}

div#Main table tr td {
	width: 50%;
	padding: 5px 0 5px 40px;
	border: 0 none;
	text-align: left;
	vertical-align: top;
}

div#Main table tr th a,
div#Main table tr td a {
	text-decoration: none;
	color: #fff;
}

div#Main table tr th a:hover,
div#Main table tr td a:hover {
	text-decoration: underline;
	color: #b5d800;
}

div#Main table tr.Line01 th,
div#Main table tr.Line01 td {
	background: #bec3c8;
}

div#Main table tr.Line02 th,
div#Main table tr.Line02 td {
	background: #8b949d;
}