#contents {
	width: 1020px;
	padding: 0px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#contents #center #content {
	width: 770px;
	float: left;
}
#contents #center #sidmenu {
	width: 240px;
	padding: 0px;
	float: left;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#contents #center #sidmenu ul li{
	list-style-type: none;
}
#contents #center #sidmenu ul li a{
	color: #3F362C;
	text-decoration: none;
}
#contents #center #sidmenu ul li a:hover {
	color: #9E122B;
	text-decoration: underline;
}


#contents #center #sidmenu ul span {
	position: absolute;
	right: 9999px;
}
#contents #center #content h2 img {
	margin-bottom: 10px;
}

#contents #center #content h2 span {
	position: absolute;
	right: 9999px;
}


#contents #center #content table {
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #CCC;
	border-left-color: #CCC;
}

#contents #center #content table tr th {
	background-color: #F6F6F6;
	color: #666;
	margin: 0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	font-size: 0.9em;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
}

#contents #center #content table tr td {
	background-color: #FFF;
	margin: 0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	font-size: 0.9em;
	color: #333;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
}
#contents #center #content h3 {
	padding: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#contents #center #content h3 span {
	position: absolute;
	right: 9999px;
}
#contents #center #content dl dt {
	float: left;
	width: 120px;
}

#contents #center #content p {
	line-height: 1.6em;
}

