#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-right: 0px;
	margin-bottom: 15px;
	margin-top: 10px;
	margin-left: 0px;
	width: 590px;
}
#main #main1 h2 {
	font-size: 14px;
	height: 13px;
	color: #003399;
	font-style: normal;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	margin: 0px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
}
#main #main1 #text {
	padding: 0px;
	height: auto;
	margin-bottom: 10px;
}
#main1 ul {
	line-height: 1.5em;
	font-size: 12px;
}
.red {
	font-size: 13px;
	font-weight: bold;
	color: #FF3366;
}
.green {
	font-size: 13px;
	font-weight: bold;
	color: #00CC99;
}
