@charset "utf-8";
/* CSS Document */
@import url("sisbase.css");

#main #leftside {
	float: left;
	width: 176px;
	height: auto;
	padding: 6px;
}
#leftside h2 {
	font-size: 1.15em;
	font-weight: 500;
	background-image: url(../images/titleback.gif);
	background-repeat: no-repeat;
	background-position: center;
	margin-bottom: 12px;
	color: #FFFFFF;
	letter-spacing: 0.1em;
	text-align: center;
}
#leftside h3 {
	background-image: url(../images/paper.gif);
	background-repeat: no-repeat;
	background-position: left;
	font-size: 1.4em;
	font-weight: normal;
	text-indent: 24px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	margin-right: 22px;
	margin-bottom: 8px;
	color: #333333;
	letter-spacing: 0.1em;
}
#leftside ul {
	list-style-type: none;
	margin-left: 16px;
	margin-bottom: 22px;
}
#leftside ul li {
	font-size: 1em;
	background-image: url(../images/arrow-r2.gif);
	background-repeat: no-repeat;
	background-position: left;
	text-indent: 14px;
	letter-spacing: 0.1em;
}
#leftside ul li a {
}



#main #rightside {
	float: right;
	width: 644px;
	height: auto;
	padding: 6px;
}
#rightside h2 {
	background-image: url(../images/paper.gif);
	background-repeat: no-repeat;
	background-position: left;
	font-weight: normal;
	text-indent: 24px;
	font-size: 1.6em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	margin-bottom: 12px;
	margin-right: 26px;
	color: #333333;
	letter-spacing: 0.2em;
}


#rightside h3 {
	font-size: 1.2em;
	font-weight: normal;
	background-image: url(../images/h_o2.gif);
	background-repeat: no-repeat;
	background-position: left;
	text-indent: 24px;
	text-decoration: underline;
	letter-spacing: 0.2em;
}
#rightside #quest {
	margin-left: 18px;
	width: 580px;
	padding: 8px;
	background-image: url(../images/unknown.gif);
	background-repeat: no-repeat;
	background-position: 5px 5px;
	text-indent: 20px;
	margin-bottom: 12px;
	letter-spacing: 0.1em;
	background-color: #CCFFFF;
}


#rightside table {
	margin-left: 18px;
	margin-bottom: 22px;
	letter-spacing: 0.1em;
	width: 600px;
	border-spacing: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
}

#rightside table ol {
	list-style-position: outside;
	list-style-type: decimal;
	margin-left: 28px;
	margin-right: 12px;
	margin-bottom: 18px;
}
#rightside table td {
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #999999;
	border-left-color: #999999;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
#rightside table td.url {
	width: 126px;
	font-weight: bold;
	background-color: #FFFFCC;
}
#rightside table td.urlx {
	font-weight: bold;
	color: #000033;
	font-size: 1.1em;
	background-color: #FFFFCC;
}

#rightside table td.fee {
	width: 126px;
	font-weight: bold;
	background-color: #CCFFCC;
}
#rightside table td.feex {
	font-weight: bold;
	color: #000033;
	font-size: 1.1em;
	background-color: #CCFFCC;
}

#rightside table td.info {
	text-align: left;
	padding-right: 5px;
	padding-left: 5px;
}
#rightside table td.head {
	width: 120px;
}


#rightside dl {
	font-size: 1em;
	margin-left: 18px;
	margin-bottom: 3px;
}
#rightside dl dt {
	font-size: 1.3em;
	background-image: url(../images/arrow25-003.gif);
	background-repeat: no-repeat;
	background-position: left;
	text-indent: 24px;
	letter-spacing: 0.1em;
}
#rightside dl dd {
	font-size: 1em;
	margin-bottom: 12px;
	margin-left: 24px;
	margin-right: 32px;
	letter-spacing: 0.1em;
}
