@charset "utf-8";
#contents  table {
	width: 520px;
	margin-bottom: 50px;
	margin-right: auto;
	margin-left: auto;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
#contents  td {
	height: 30px;
	padding-left: 10px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
}
#contents  .midasi {
	font-weight: bold;
	color: #666666;
	width: 100px;
	background-image: url(../images/tableback.jpg);
	background-repeat: repeat-y;
	background-position: center top;
}
#contents  .con1 {
	width: 500px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 30px;
}
#contents  a:link {
	color: #666666;
	text-decoration: none;
}
#contents  a:visited {
	color: #666666;
	text-decoration: none;
}
#contents  a:hover {
	color: #666666;
	text-decoration: underline;
}

