#contents {
	margin: 0px;
	padding: 0px;
	height: auto;
}

/*title*/
#title {
	padding: 0px;
	height: 30px;
	background-image: url(../images/pageTitleBg.jpg);
	background-repeat: repeat-x;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	border-right-style: solid;
	border-right-color: #F1F1EC;
}
#title h2 {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 13px;
	font-weight: bold;
	color: #000099;
	padding-left: 10px;
	padding-bottom: 0px;
	padding-top: 8px;
	margin: 0px;
	padding-right: 0px;
}


/*main*/
#main {
	height: auto;
	padding-left: 5px;
	float: right;
	width: 600px;
}
#main #main1 {
	padding: 0px;
	height: auto;
	margin-top: 10px;
	margin-right: 5px;
	margin-bottom: 15px;
	margin-left: 0px;
}
#main #main1 h3 {
	font-size: 13px;
	color: #330099;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}
#main table {
	font-size: 12px;
	width: 589px;
	border: 1px solid #99CCFF;
}
#main td {
	border: 1px dashed #99FF99;
	width: 165px;
	padding: 5px;
}
