@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
}
body {
	font-size: 12px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(image/body_bg.gif);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #9a0202;
	margin: 0px;
	line-height: 160%;
	text-align: left;
}

input {
	font-size: 12px;
}
select {
	font-size: 12px;
}
input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #da0202;
	border: 1px solid #090000;
	color: #FFFFFF;
}
textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #da0202;
	border: 1px solid #090000;
	color: #FFFFFF;
}

a, a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	color: #00FF33;
	text-decoration: underline;
}

.flash {
	text-align: left;
	padding-top: 5px;
	padding-bottom: 5px;
}
.Line {
	height: 15px;
	background-image: url(image/item_line.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	padding: 10px;
	line-height: 15px;
}
.center {
	text-align: left;
	line-height: 150%;
	padding: 8px;
}
@charset "utf-8";
.title {
	padding-left: 15px;
	font-weight: bold;
	top: 5px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #585452;
	margin-bottom: 5px;
	text-align: left;
	margin-left: 5px;
	margin-right: 5px;
}
.left {
	text-align: left;
	background-color: #EFEFEF;
}
.class {
	background-image: url(image/item_bg.gif);
	background-position: left;
}


.parentClass {
	background-image: url(images/arrow_class.jpg);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 14px;
	height: 18px;
	padding-top: 5px;
}

.subClass {
	background-image: url(images/arrow_class.jpg);
	background-repeat: no-repeat;
	background-position: 10px;
	padding-left: 24px;
	height: 20px;
}
.keyword {
	border: 1px solid #000000;
	background-color: #CC0000;
	color: #FFFFFF;
	font-size: 12px;
	height: 18px;
	margin-right: 5px;
	margin-left: 5px;
}
.btnSearch {
	color: #FFF;
	background-color: #CC0000;
	border: 1px solid #000;
	height: 18px;
	line-height: 13px;
	margin-right: 5px;
	margin-left: 5px;
	font-weight: bold;
}
.classTitle {
	font-weight: bold;
	background-image: url(image/left-top.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height: 35px;
	padding-left: 30px;
	font-size: 14px;
	color: #000000;
	text-align: left;
	padding-top: 75px;
	width: 172px;
	text-transform: uppercase;
	padding-right: 30px;
}
.classParent {
	background-image: url(image/dot1.gif);
	background-repeat: no-repeat;
	padding-top: 3px;
	background-position: 20px center;
	padding-left: 35px;
	display: block;
	color: #000000;
	margin-bottom: 3px;
	text-align: left;
	font-size: 14px;
}
.classParent a, .classParent a:link {
	font-size: 14px;
	color: #000000;
	text-decoration: none;
}
.classParent a:hover {
	font-size: 14px;
	color: #FF0000;
	text-decoration: underline;
}

.classSub {
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 40px;
	display: block;
	text-align: left;
	font-size: 12px;
	color: #000000;
}
.classSub a, .classSub a:link {
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}
.classSub  a:hover   {
	font-size: 12px;
	color: #FF0000;
	text-decoration: underline;
}

.newsLine {
	color: #FFFFFF;
	background-image: url(image/dot2.gif);
	background-repeat: no-repeat;
	background-position: 5px center;
	padding-left: 20px;
	padding-bottom: 1px;
	padding-top: 5px;
	text-align: left;
	line-height: 130%;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
}
.imgBorder {
	border:2px solid #999999;
	background-color: #FFFFFF;
}
.bottom {
	background-image: url(image/bottom_bg.gif);
	background-position: center top;
	background-repeat: repeat-x;
}
