/* ----------------------- HTML ----------------------- */
/**リンク**/
a:link, a:visited {
	color: #333333;
	text-decoration: none;
}

a:hover, a:active{
	color: #CD5D63;
	text-decoration: underline;
}

/* ----------------------- #Contents ----------------------- */
/**フォント**/
#Contents h3{
	padding: 0;
	margin: 25px 0 20px 0;
}

/* ----------------------- class ----------------------- */
.txt_box {
	width: 840px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

#Contents ul{
width:840px;
margin:0px 0px 0px 0px;
padding:0px;
position:relative;
}

#Contents li{
width:265px;
height:8em;
background-color:#f4f4f4;
display:block;
margin:1px;
padding:5px;
float:left;
list-style-type:none;

}

.txt01{
background-image:url(../images/report_common/sankaku3.gif);
background-position:0px 1px;
background-repeat:no-repeat;
padding:0px 0px 0px 14px;
line-height:130%;
font-size:90%;
}

.ttl01{
font-size:130%;
font-weight:bold;
margin:0px 0px 5px 0px;
}
