@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;
}
.icon {
	vertical-align:sub;
}


#rightside #quest {
	margin-left: 18px;
	width: 590px;
	padding: 5px;
	background-image: url(../images/unknown.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: 16px;
	margin-bottom: 12px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dotted;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: dotted;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	letter-spacing: 0.1em;
}

#rightside #charge {
	margin-left: 18px;
	width: 590px;
	padding: 5px;
	margin-bottom: 12px;
	letter-spacing: 0.1em;
}

#rightside #applies {
	margin-left: 18px;
	width: 590px;
	padding: 5px;
	margin-bottom: 12px;
	letter-spacing: 0.1em;
}

#rightside #changepasswd {
	margin-left: 18px;
	width: 590px;
	padding: 5px;
	margin-bottom: 12px;
	letter-spacing: 0.1em;
}

#rightside #setting {
	margin-left: 18px;
	width: 590px;
	padding: 5px;
	margin-bottom: 12px;
	letter-spacing: 0.1em;
}

#rightside #setting h4 {
	font-size: 1.1em;
	font-weight: normal;
	color: #990000;
	margin-top: 14px;
}
#rightside table {
	border-top-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-right-width: 1px;
}
#rightside th {
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-bottom-style: double;
	border-left-style: solid;
	border-bottom-color: #999999;
	border-left-color: #999999;
	background-color: #CCCCCC;
}
#rightside 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;
}


#setting img {
	border: 1px solid #999999;
	padding: 6px;
}
#setting dl {
	margin-left: 12px;
}
#setting dl dt {
	font-size: 1.2em;
	color: #003300;
	background-image: url(../images/arrow-r2.gif);
	background-repeat: no-repeat;
	background-position: left;
	text-indent: 14px;
}
#setting dl dd {
	margin-left: 34px;
	margin-bottom: 18px;
}
