#con #sub ul {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	list-style-type: square;
	padding-left: 15px;
}
#con #sub ul li {
	font-size: 90%;
}
#con #main h1 {
	background-image: url(img/h1back.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	margin-right: 5px;
	margin-left: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	color: #141A40;
	font-weight: bold;
	font-size: 180%;
}
#con #main h2 {
	font-weight: bold;
	font-size: 90%;
	margin-left: 20px;
	margin-top: 30px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333;
	margin-right: 10px;
	padding-bottom: 3px;
	padding-left: 3px;
}
#con #main table {
	margin-left: 20px;
	font-size: 90%;
	color: #333;
	font-family: "Lucida Grande", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック",  "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	background-color: #666;
	margin-bottom: 30px;
}
#con #main table tr {
	background-color: #FFF;
}
#con #main table tr td {
	padding: 7px;
}
#con #main table tr td p {
	margin: 0px;
	padding: 0px;
}

