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


#listTable {
	border-collapse: collapse;
	border: 1px solid #666666;
	font-size: 80%;
}
#listTable th {
	border: 1px solid #CCCCCC;
	padding: 10px 3px;
}

#listTable td {
	margin: 0px;
	padding: 3px;
	top: 0px;
	border-right: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	line-height: 140%;
}
#listTable td.uBorder {
	border-bottom: 1px dotted #CCCCCC;
}

#listTable th.uBorder {
	border-bottom: 1px solid #999999;
	border-left: 1px solid #999999;
	border-right: 1px solid #999999;
}


#nenpyouTitle {
	margin: 15px 0px 10px;
	overflow: hidden;
	height: 45px;
	background: url(../images/nenpyoTitle.gif) no-repeat left 15px;
	padding-top: 15px;
}

#nenpyouTitle h2 {
	display: block;
	padding-top: 100px;
	margin: 0px;
}

