@charset "utf-8";

/*-------------------------------------
Main
---------------------------------------*/
#Main p.date{
width:580px;
text-align:right;
font-size:84%;
margin:-10px 0 0 0;
padding:0 0 5px 0;
}

/* section
---------------------*/
#Main div.section{
	width:580px;
	padding:30px 0 0 0;
	margin:0 10px 0 10px;
	overflow:hidden;
}

#Main div.section h3{
width:563px;
height:25px;
margin:0 0 20px 0;
padding:7px 0 0 17px;
font-weight:bold;
font-size:117%;
color:#433A32;
background:url(../../images/common/ttl_section_sub.jpg) no-repeat;
}
#Main div.section h4{
padding:0 0 10px 15px;
color:#433A35;
font-weight:bold;
background:url(../images/ic_table_ttl.jpg) no-repeat left 3px;
}

#Main div.section table{
	width:580px;
	border-top:1px solid #D9D6C4;
	border-left:1px solid #D9D6C4;
}
#Main div.section table th,
#Main div.section table td{
	padding:10px;
	text-align:left;
	border-bottom:1px solid #D9D6C4;
	border-right:1px solid #D9D6C4;
}
#Main div.section table thead th{
	width:180px;
	font-weight:bold;
	background:#F3F2E8;
}
#Main div.section table tbody th{
	width:180px;
	font-weight:normal;
	background:#F3F2E8;
}
#Main div.section table tbody td{
text-align:center;
}

#Main div.section table thead td.c01{
background:#F2EBEB;
}
#Main div.section table thead td.c02{
background:#F2F5E8;
}
#Main div.section table thead td.c03{
background:#EBF0F2;
}

#Main div.section p.attention{
margin:10px 0 0 0;
font-size:84%;
}
#Main div.section p.attention span{
color:#900;
}
#Main div.section p.infor{
margin:10px 0 0 0;
}


/*company tablearea*/
#Main div.section table.comp th{
width:100px;
text-align:center;
}
#Main div.section table.comp td{
text-align:left;
}
#Main div.section table#c01 th{
background:#F2EBEB;
}
#Main div.section table#c02 th{
background:#F2F5E8;
}
#Main div.section table#c03 th{
background:#EBF0F2;
}










