/* 表 */
.contents_box table{
	border-top:none;
	width:100%;
	margin-bottom:5px;
}
.contents_box td,th{
	padding:5px 5px 5px 5px;
	vertical-align:middle;
	font-size:120%;
}
.contents_box th{
	padding:5px 5px 5px 5px;
	font-weight:bold;
}
.contents_box th.column01{
	width:100px;
}
.contents_box th.column02{
	width:70px;
}
.contents_box th.column04{
	width:60px;
}
.contents_box th.column05{
	width:50px;
}
.contents_box th.column06{
	width:80px;
}
.bgcolor1 tr:nth-child(odd) td {background-color: #eff7ff;}
.bgcolor1 tr:nth-child(even) td {background-color: #ffffff;}
.bgcolor1 tr td.title {
	background-color:#eeeeee;
}
