@charset "utf-8";
.menu {
	padding-top: 6px;
}
/* CSS Document */

#main {
	height: 1900px;
	width: 800px;
	margin: auto;
	border-right-width: 5px;
	border-left-width: 5px;
	border-right-style: none;
	border-left-style: none;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
	border-top-style: none;
	border-bottom-style: none;
}
#main h2 {
	margin-left: 300px;
	padding-top: 30px;
}
#main h3 {
	text-align: center;
	margin-top: 80px;
}
#main p {
	text-align: left;
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	font-size: 11px;
	color: #666;
	width: 600px;
	line-height: 1.5em;
	margin-left: 130px;
}
#main ol li {
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	font-size: 11px;
	line-height: 1.5em;
	width: 600px;
	margin-left: 100px;
	color: #666;
	margin-top: 20px;
}
ul li {
	list-style-type: disc;
}

#main table tr td {
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	font-size: 11px;
	color: #666;
	line-height: 1.5em;
	margin-top: 10px;
	width: 300px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}
#main .about tr td ol li {
	width: 300px;
	margin: 0px;
}
#main .about tr td ol li ul {
	margin-top: 10px;
	margin-bottom: 10px;
}

#main table tr {
	padding-bottom: 10px;
}
