@charset "UTF-8";
#maincontent .frame {
	background-image: url(../img/frame.png);
	background-repeat: no-repeat;
	height: 569px;
	width: 980px;
	position: absolute;
	left: 9px;
	top: 110px;
	z-index: 3;
}
#maincontent .frame .outer {
	overflow: hidden;
	position: absolute;
	height: 450px;
	width: 980px;
	left: 30px;
	top: 80px;
}
#maincontent .frame .outer .inner {
	position: absolute;
	left: 0px;
	top: 0px;
}


#maincontent .frame .tit {
	float: left;
	margin-right: 20px;

}
#maincontent .frame .read {
	font-size: 150%;
	width: 630px;
	line-height: 1.35em;
	font-weight: bold;
	float: left;
	margin-top: 15px;
}
#maincontent .frame .items {
	margin-top: 10px;
	padding-bottom: 20px;
}
#maincontent .frame .items .item {
	margin-bottom: 30px;
}

#maincontent .frame .items .item .que {
	font-size: 220%;
	font-weight: bold;
	float: left;
	width: 80px;
	line-height: 1em;
}
#maincontent .frame .items .item .texts {
	font-size: 150%;
	float: left;
	padding-right: 10px;
	line-height: 1.35em;
	width: 740px;
}

#maincontent .frame .items .item a {
	display: block;
	color: #000;
}
#maincontent .frame .items .item a .texts {
	text-decoration: underline;
}

#maincontent .scrollbar {
	background-image: url(../../common/img/bar.png);
	height: 465px;
	width: 10px;
	position: absolute;
	left: 890px;
	top: 52px;
	
}
#maincontent .scrollbar .line {
	background-image: url(../../common/img/bar.png);
	background-repeat: no-repeat;
	height: 465px;
	width: 10px;
	position: absolute;
	left: 0px;
	top: 0px;
}
#maincontent .scrollbar .train {
	background-image: url(../../common/img/bar-train.png);
	height: 65px;
	width: 51px;
	position: absolute;
	left: -42px;
	top: 0px;
	cursor: pointer;
}
#maincontent .titlearea.encyclopedia{
	z-index: 1000;
	top: 100px;
	position: relative;
	}

