
#main_area{
	width:100%;
	margin: 0
}
/*h2{
	border-bottom: 4px solid #ccc;
	margin-top:10px;
}*/
table.table_spn{
	margin-bottom: 20px ;
	width:100%;
	border-collapse:collapse;
	border-bottom:1px solid #ddd;
}
table.table_spn th{
	padding:5px;
	font-weight:bold;

}
table.table_spn tr:nth-child(odd) th,
table.table_spn tr:nth-child(odd) td{
	background:#f3f3f3;
	padding:5px;
}
table.table_spn tr:first-child th,
table.table_spn tr:first-child td{
	background:#ddd; 
	padding:5px;
}
table.table_spn td{
	padding:5px;
	font-size:12px;
}

.more{
	width:100%;
	border:1px solid #a6a6a6;
	background:#d9d9d9;
	padding:10px;
	font-size:14pt;
}
.more img{
	width:16px;
}


h1{
}
.tar{
	margin-bottom:5px;
}
.blue:hover{
	color:#00b8ee;
	text-decoration:none;
}


.change_area02 {
    padding: 0 10px
}
.table01 {
    font-size: 0.9em;
    width: 100%;
}
.table01 tr td {
    border-bottom: 1px dotted #ddd;
    padding: 7px 0;
}
.ad_area {
    margin: 0 auto;
    width: 300px;
}
.txts {
    font-weight: bold;
}
.list_area01 li, .list_area02 li {
    border-bottom: 1px dotted #ddd;
    clear: both;
    font-size: 16px;
    line-height: 1.1em;
    padding: 10px;
    position: relative;
    text-align: justify;
}
.list_area01 li a, .list_area02 li a {
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
	
	
}
.list_area01 li dl dt,.list_area02 li dl dt {
	font-weight: normal !important;
}
.table01 tr td.plus {
    color: #3a932e;
}
.table01 tr td.minus {
    color: #ff0000;
}