@charset "utf-8";
/* CSS Document */
@import url("base.css");
@import url("menu-a.css");

#main #content {
	width: 576px;
	padding: 12px;
	height: auto;
	float: left;
}

#content h3 {
	font-size: 1.4em;
	line-height: 2em;
	font-weight: normal;
	background-repeat: no-repeat;
	background-position: 3px;
	letter-spacing: 0.5em;
	text-indent: 40px;
	margin-bottom: 12px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #9900CC;
	background-image: url(../images/ti-h-gr.gif);
}

#content table {
	width: 420px;
	background-color: #FFFFFF;
	border-collapse: collapse;
	margin-left: 68px;
	margin-bottom: 20px;
	border-top-width: 1px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: groove;
	border-bottom-style: groove;
	border-left-style: solid;
	border-top-color: #CCFFCC;
	border-right-color: #006666;
	border-bottom-color: #006666;
	border-left-color: #CCFFCC;
}

#content table td {
	border: 1px dotted #FF0000;
}

#content #head {
	background-color: #CCFFCC;
	background-image: url(../images/h_b.gif);
	background-repeat: no-repeat;
	background-position: 6px center;
	padding: 6px;
	text-indent: 21px;
	color: #FF6600;
	font-weight: bold;
}
#content #head a {
	font-weight: bold;
	color: #FF6600;
}
#content #head a:hover {
	color: #FF0099;
}

#content #siteinfo {
	padding: 6px;
}

#content #prev,
#content #next {
	margin-left: 74px;
	margin-bottom: 16px;
}
