@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-pa.gif);
}

#content h4 {
	font-weight: normal;
	letter-spacing: 0.5em;
	text-indent: 40px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 24px;
	padding-bottom: 48px;
}

#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: #6633FF;
	border-right-color: #6633FF;
	border-bottom-color: #663366;
	border-left-color: #663366;
}

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

#content #head {
	font-weight: bold;
	color: #9966CC;
	background-color: #FFFFFF;
	background-image: url(../images/h_pa.gif);
	background-repeat: no-repeat;
	background-position: 6px center;
	text-indent: 26px;
	padding: 6px;
}

#content #workinfo {
	padding: 6px;
}

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