.maintext {
	font-size: 80%;
	line-height: 140%;
}
#contents {
	width: 520px;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	text-align: left;
	color: #333333;
}
#contents h1 {
	margin-top: 60px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
#contents h2 {
	margin-top: 20px;
	margin-bottom: 10px;
}
#contents h3 {
}
#contents h4 {
	font-size: 85%;
	line-height: 135%;
	margin-top: 5px;
	margin-bottom: 2px;
	margin-left: 10px;
	border-top-width: 1px;
	border-left-width: 10px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #FF6699;
	border-left-color: #FF6699;
	background-color: #FFEEFF;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 3px;
	padding-left: 5px;
	color: #666666;
}
#contents p {
	margin-top: 8px;
	margin-right: 2px;
	margin-bottom: 15px;
	margin-left: 20px;
	font-size: 80%;
	line-height: 140%;
}
#contents table {
	width: 480px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 15px;
	margin-top: 5px;
	border: 1px solid #FFCCCC;
	border-collapse:collapse;
	}
#contents th {
	font-weight: bold;
	font-size: 80%;
	line-height: 135%;
	border: 1px solid #FFCCCC;
	border-collapse:collapse;
}
#contents td {
	font-size: 80%;
	line-height: 135%;
	border: 1px solid #FFCCCC;
	border-collapse:collapse;
}
blockquote{
	margin:20px;
	padding: 5px;
	font-size: 80%;
	line-height: 135%;
	border-top-width: 2px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FF99CC;
	border-right-color: #FFCCCC;
	border-bottom-color: #FFCCCC;
	border-left-color: #FF99CC;
	}
.green {
	color: #009900;
	font-weight: bold;
}
.orange{
	color: #FF6600;
	font-weight:bold;
	}
.blue {
	color: #3366FF;
}
.container-a{
	width:100px;
	float:left;
	padding-top: 10px;
	padding-left: 10px;
	text-align: center;
}
.container-b{
	float:left;
	width: 390px;

}
#contents ul {
	margin-top: 8px;
	margin-right: 2px;
	margin-bottom: 15px;
	margin-left: 20px;
	font-size: 80%;
	line-height: 140%;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 1em;
	list-style-type: disc;
}
#contents ul li{
	margin-bottom: 5px;
}

