@charset "utf-8";
/* CSS Document */
h1.repo{
	background-image:url(../images/ttl_report.jpg);
	}

h2.repo_read{
	background-image:url(../images/read_report.gif);
	}
	
	
.subLinks{
	background-color:#F4EFE5;
	padding:10px;
	margin-bottom:20px;
	}
.subLinks:after{
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
	}
.subLinks{
	display:inline-table;
	min-height:1%;
	}
/* Hides from IE-mac \*/
*html .subLinks{height:1%;}
.subLinks{display:block;}
/* End hide IE-mac */
.subLinks ul{
	margin:0;
	padding:0;
	}
.subLinks li{
	float:left;
	list-style:none;
	}
.subLinks a{
	background-image:url(../images/arrowSidemenu.gif);
	background-repeat:no-repeat;
	background-position:5px 45%;
	padding-left:18px;
	margin:0 5px;
	}


/* report */
		
#kiji {
	padding-bottom:30px;
	border-bottom:#999999 1px dotted;
	}

#kiji h2{
	color:#1866AC;
	font-size:14px;
	line-height:16px;
	margin:0;
	padding:0;
	background-image:none;
	}	

/* yoko */
.tbl01{
	border-left:1px solid #999999;
	border-top:1px solid #999999;
	margin-bottom:20px;	
	}

.tbl01 th{
	background-color:#009AD6;
	color:#FFFFFF;
	padding:5px;
	text-align:center;
	border-right:1px solid #FFFFFF;
	border-bottom:1px solid #FFFFFF;
	white-space: nowrap;
	}
.tbl01 td{
	padding:5px;
	border-right:1px solid #999999;
	border-bottom:1px solid #999999;
	vertical-align:top;
	}

.tbl01 td.cent{
	text-align:center;
	}



/* text */

.gray11px{
	color:#4D4D4D;
	font-size:11px;
	line-height:16px;
	}

.gray13px{
	color:#4D4D4D;
	font-size:13px;
	line-height:19px;
	}