@charset "shift_jis";

/***************** 基本レイアウト *****************/

.layout {
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 0;
	border-right: 1px solid #C0C0C0;
	border-left: 1px solid #C0C0C0;
	background-color: #FFFFFF;
	width:980px;
}

.normal{ font-size:15px; margin-left:20px; margin-right:20px;}
.normal dt{ line-height:23px;}


.normal_table th {
	/*display:inline;*/
    font-weight: normal;
    padding: 10px;
    width: 25%;
}


.normal_table td {
	/*display:inline;*/
    padding: 10px;
}



.normal_table2 th {
	/*display:inline;*/
    font-weight: normal;
    padding: 5px;
    width: 20%;
}


.normal_table td2 {
	display: block;
    padding: 5px;
}
.normal_table3{width:100%}
.normal_table3 th {
	/*display:inline;*/
    font-weight: normal;
    padding: 10px;background:#E9E9E9;border: 1px solid #C4C4C4
    
}


.normal_table3 td {
	/*display:inline;*/
    padding: 10px;border: 1px solid #C4C4C4
}
