@charset "utf-8";
/* CSS Document */

#contents h1 {
	margin-top: 10px;
}

#list_area .total {
	text-align: left;
	font-size: 12px;
}
#list_area .num_navi {
	text-align: left;
	line-height: 1.5em;
	font-size: 12px;
	font-weight: bold;
	color: #006699;
}
#list_area .prepost {
	text-align: right;
	line-height: 1em;
	font-size: 12px;
	color: #999999;
	margin-right: 10px;
}

.num_navi a,.prepost a {
	text-decoration: underline;
	font-size: 12px;
}
.num_navi a:hover,.prepost a:hover {
	color: #993366;
	text-decoration: none;
}


#list_area table {
	width: 570px;
	border-collapse:collapse;
	margin-top: 10px;
}
#list_area .tb_head td {
	font-size: 12px;
	line-height: 1.5em;
	text-align: center;
	border: 1px solid #996666;
	background-color: #EAD5EA;
}
.tb_head .td01 {
	width: 120px;
	text-align: left;
	font-size: 12px;
}
.tb_head .td02 {
	width: 240px;
	font-size: 12px;
}
.tb_head .td03 {
	width: 90px;
	font-size: 12px;
}
#list_area .tb_item {
	margin-bottom: 10px;
}


.tb_item .td01 {
	width: 120px;
	text-align: left;
	font-size: 12px;
	padding-top: 4px;
	padding-bottom: 4px;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	border-bottom-color: #CCCCCC;
}
.tb_item .td01 img {
	border: 1px solid #CCCCCC;
}


.tb_item .td02 {
	width: 240px;
	font-size: 12px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	text-align: left;
	padding-left: 5px;
}
.tb_item .td03 {
	width: 90px;
	font-size: 12px;
	text-align: center;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	color: #CC3366;
}.tb_item .td04 {
	font-size: 12px;
	text-align: center;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}
