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

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

/* ----------------------- #Contents ----------------------- */
/* ----------------------- class ----------------------- */
/**フォント**/
.Fs10pt{
	font-size: 12px;
	line-height: 18px;
	color: #333333;
}

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

#Contents li{
width:205px;
height:24em;
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:140%;
font-size:91%;
}

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

.tc01{
color:#339999;
}


.td_ttl{
background-color:#E28D92;
font-size:small;
font-weight:bold;
color:#FFFFFF;
padding:3px;
margin:20px 0px 0px 0px;
}

/*外枠*/
table.txt{
border-top:1px solid #cccccc;
border-left:1px solid #cccccc;
/*margin-top:20px;*/
}

/*セル*/
table.txt td {
background-color:#FFFFFF;
font-size:small;
color:#333333;
padding:5px;
border-right:1px solid #cccccc;
border-bottom:1px solid #cccccc;
}


/*---2010.12.24 add---*/
/*外枠*/
table.txt2{
border-top:1px solid #cccccc;
border-left:1px solid #cccccc;
margin-top:20px;
}

/*セル*/
table.txt2 td {
background-color:#FFFFFF;
font-size:small;
color:#333333;
padding:5px;
border-right:1px solid #cccccc;
border-bottom:1px solid #cccccc;
}

table.txt2 td.td_ttl {
background-color:#ffe5e5;
font-weight:bold;
}

table.txt2 td.td_ttl2 {
background-color:#ffe5e5;
font-weight:nomal;
}



