@charset "UTF-8";
/* CSS Document */

/*-----------------------form parts-----------------------------*/

#reportList td {
	border:1px solid #CCCCCC;
	width:580px;
	margin:auto;
	padding-left:15px;
	padding-bottom:10px;
}

#reportList {
	border-collapse:collapse;
	margin:auto;
}

#reportList h2 a {
	background:url(/images/css/arrow01.gif) no-repeat;
	margin-top:10px;
	padding-left:23px;
	padding-bottom:10px;
	display:block;
}

#reportList p {
	margin-left:40px;
	line-height:1.6;
}

#impression {
	width:160px;
	margin-left:30px;
	float:right;
	background:url(/images/report/impression_bg.gif) bottom left no-repeat;
}

#impression p {
	margin:10px;
}

#detail h2 a {
	display:block;
	width:390px;
	line-height:1.4;
	background:url(/images/report/pdf.gif) right top no-repeat;
	padding-right:110px;
	padding-bottom:10px;
	height:25px;
}

#detail p {
	margin-bottom:1em;
}

.new {
	color:#CC0000;
}


/* table of contents:start */

#detail div.toc {
	margin-bottom:1em;
}

#detail div.toc ul {
	margin: 0;
	padding: 0;
}

#detail div.toc ul li {
	list-style: none;
	line-height:1.6;
}

#detail div.toc ul.l1 {
	margin-left: 1.0em;
}

#detail div.toc ul.l1 li {
	text-indent: -1.5em;
}

#detail div.toc ul.l2 {
	margin-left: 2.0em;
}

#detail div.toc ul.l2 li {
	text-indent: -1.5em;
}

/* table of contents:end */

















