body {
text-align: center;
	/*width: 756px;*/
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: #000000;
}

a:link {
	color: #CC3300;
}
a:hover {
	color: #006600;
	text-decoration: none;
}
a:active {
	color: #999900;
}
a:visited {
	color: #006600;
}

#contents{
width: 740px;
text-align: left;
	border-right-width: 8px;
	border-left-width: 8px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CE0000;
	border-left-color: #CE0000;
	background-color: #FFFFFF;
margin-left: auto;
margin-right: auto;
}
* html #contents{
	width: 756px;
}
* +html #contents{
	width: 756px;
}

#mainimg{
	width: 740px;
	background-color: #FFFFFF;
	margin-bottom: 2px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #666666;

}
h2 {
	margin: 2px;
}
h3 {
	font-size: 110%;
	font-weight: bold;
	color: #CC0000;
	background-image: url(../img/line_h3.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding: 5px;
	margin: 3px;
}
h4 {
	font-size: 100%;
	line-height: 140%;
	font-weight: bold;
	color: #006600;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	margin-top: 2px;
	margin-right: 2px;
	margin-bottom: 2px;
	margin-left: 2px;
}

#main {
	width: 740px;
	display: block;
	background-image: url(../img/left_bg.gif);
	background-repeat: repeat-y;
	background-position: left;
}

#left-menu{
	padding: 3px;
	width: 180px;
	float: left;
	text-align: left;
	margin-right: 1px;
}

#right-contents{
	float: right;
	width: 542px;
	font-size: 80%;
	color: #666666;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 30px;
	padding-left: 5px;
}

#contents #right-contents p {
	padding: 5px;
	line-height: 140%;
	margin-top: 5px;
	margin-right: 20px;
	margin-bottom: 5px;
	margin-left: 5px;
}

#footer{
	margin-top: 2px;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #666666;
	clear: both;

}
.disc ul {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.disc li {
	line-height: 140%;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 0px;
}

