/*-------------------------------------------------------*/
#main #contents{text-align: center;position: top auto;margin: top auto;}

.list{
	margin-left:auto;
	margin-right:auto;
	width: 700px;
	border: #c3c4c5 solid 1px;
	border-collapse: collapse;
	text-align: center;
}

.list .date{
	width: 70px;
	text-align: left;
}

.list td,.list th{
	border-collapse: collapse;
	border: #eaeaea solid 1px;
	height: 24px;
}
.list th{
	font-size: 12px;
	font-weight: bold;
	width: 70px;
}
.list td{
	text-align: left;
	padding-left: 10px;
	padding-right: 10px;
}
.list td a{	color: #000000;}
.list td a:hover{	color: silver;}

.list .wt{
	background-color: #ffffff;
}

.list .bl{
	/*background-color: #e8f1f6;*/
	background-color: #f9f9f9;
}
/*-------------------------------------------------------*/

h1.title{
	background-color: red;
	font-size: 12px;
	font-weight: normal;
	color: #ffffff;
	width: 700px;
	padding: 5px 10px 5px 10px;
	background-color: #707275;
	margin: 0px 0px 5px 0px;
	text-align: right;
	margin-left:auto;
	margin-right:auto;
}
h1.title .min{
	margin-left:auto;
	margin-right:auto;font-size: 10px;font-weight: normal;}


h1.title2{
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
	width: 700px;
	padding: 5px 10px 5px 10px;
	background-color: #444444;
	margin: 0px 0px 5px 0px;
	text-align: left;
	margin-left:auto;
	margin-right:auto;
}

h1.titleS{
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
	width: 700px;
	padding: 5px 10px 5px 10px;
	background-color: #457db2;
	margin: 0px 0px 5px 0px;
	text-align: left;
	margin-left:auto;
	margin-right:auto;
}

h1.titleB{
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
	width: 700px;
	padding: 5px 10px 5px 10px;
	background-color: #006cb6;
	margin: 0px 0px 5px 0px;
	text-align: left;
	margin-left:auto;
	margin-right:auto;
}
h1.titleN{
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
	width: 700px;
	padding: 5px 10px 5px 10px;
	background-color: #c40026;
	margin: 0px 0px 5px 0px;
	text-align: left;
	margin-left:auto;
	margin-right:auto;
}

.ContEnd{padding-bottom: 10px;}