@charset "utf-8";
*{
	margin:0;
	padding:0;
}
a{
	outline:0;
}
img{
	border:none;
}
form{
	display:inline;
}
.clearfix{zoom:1;}
.clearfix:after{
    content:".";
    display: block;
    height:0px;
    clear:both;
    visibility:hidden;
}
* html .clearfix{
	display:inline-table;
	/*\*/display:block;/**/
}

.block {display: block;}
.clear{clear:both;}
.right{float:right;}
.left{float:left;}
.center{text-align:center;}
.aright {
	text-align: right;
}
.noBdr {
	border-right-style: none;
}



.f10{font-size:10px;}
.f14{font-size:14px;}
.f16{font-size:16px;}
.f18{font-size:18px;}

.pink{color:#DC167E;}
.txt_red{ color: #CC3300;}
.txt_10g{
	color: #999999;
	font-size: 10px;
	}

.pt5{padding-top:5px;}
.pr5{padding-right:5px;}
.pb5{padding-bottom:5px;}
.pl5{padding-left:5px;}

.pt10{padding-top:10px;}
.pr10{padding-right:10px;}
.pb10{padding-bottom:10px;}
.pl10{padding-left:10px;}

.pt15{padding-top:15px;}
.pr15{padding-right:15px;}
.pb15{padding-bottom:15px;}
.pl15{padding-left:15px;}

.pt30{padding-top:30px;}
.pr30{padding-right:30px;}
.pb30{padding-bottom:30px;}
.pl30{padding-left:30px;}

.form_bt{ padding: 6px 40px; font-weight: bold;}

.none{display:none;}
.lastItem{
	margin:0px;
}
li { list-style: none; }

a:link,a:visited {
	color: #0066FF;
}
a:hover{
	text-decoration:none;
	color:#FE880B;
}
.pagetop{
text-align: right;
margin-bottom: 30px;
}

body {
	background: #FFF url(../img/bg_body.gif);
	color:#000;
	font: 12px/160% Verdana, Geneva, sans-serif;
}



#wrapper {
	width: 800px;
	margin: 0px auto;
	background: #FFF;
}
#headTtl{
	width: 800px;
	margin: 0px auto;
	display: block;
	height: 16px;
	font: normal 10px/16px Arial, Helvetica, sans-serif;
	background: #FFF;
}
#headTtl ul {
	width: 150px;
	float:right;
}
#headTtl ul li{
	float:right;
}
#headTtl li a{
	display:block;
	padding-left: 18px;
	padding-right: 10px;
	text-decoration: none;
	color:#000;
}
.langEnD {
	background: url(../img/icon_en_d.gif) no-repeat left center;
}
.langEnD a {
	color: #666;
	text-decoration: none;
}
.langEnD a:hover {
	background: url(../img/icon_en.gif) no-repeat left center;
	color: #000;
	text-decoration: underline;
}
.langCn {
	background: url(../img/icon_cn.gif) no-repeat left center;
	font-weight: bold;
}



#head {
	background: #FFF url(../img/head_img.jpg) no-repeat;
	height: 85px;
	width: 760px;
	padding: 20px 20px 15px 20px;
}



#head strong {
	background: url(../img/logo.gif) no-repeat;
	display: block;
	float: left;
	height: auto;
	width: 171px;
}
#head strong a {
	display: block;
	height:0pt;
	overflow:hidden;
	padding-top:60px;
	font-size:1px;
}
#headInquiry {
	float: right;
	width: 237px;
	height: 65px;
}
#headInquiry a {
	display: block;
	height:0pt;
	overflow:hidden;
	padding-top:65px;
	font-size:1px;
}

#pan{
margin:0px auto 15px auto;
padding:0px;
width:585px;
font-size:10px;
color:#999999;
}


#contents {
	background: #FFF url(../img/bg_line.gif) repeat-y 20px 20px;
	padding: 0px 20px;
	margin-bottom: 20px;

}
#body {
	float: right;
	width: 585px;
}

#body h2.maintltle{
	background: url(../img/bg_title.gif) bottom no-repeat;
	color: #857E32;
	padding: 10px 20px 30px 20px;
	margin-bottom: 15px;
	font-size: 20px;
	}

#body h2{
	padding: 0px;
	margin-bottom: 15px;
	}

#body h3.subtitle{
	border: 5px solid #F0EED7;
	color: #706A29;
	font-size: 15px;
	padding: 5px;
	margin: 30px 0px 15px 0px;
	}

#side {
	float: left;
	width: 140px;
	padding: 5px;
}
#menu {
	margin-bottom: 15px;
}
#menu h3,#discountBox h3{
	height: 32px;
	width: 141px;
	display: block;
}
#menu li {
	border-top: 1px solid #ECEACD;
}
#menu ul li a {
	text-decoration: none;
	color: #585858;
	display:block;
	background: #FFF url(../img/mini_arrow.gif) no-repeat 7px center;
	padding: 6px 0px 6px 13px;
	font-size: 12px;
	line-height: 12px;
}

#menu ul li a:hover {
	background: #FEF5E7 url(../img/mini_arrow.gif) no-repeat 7px center;
}
#menu ul ul li a {
	text-decoration: none;
	color: #585858;
	display:block;
	background: #FFF url(../img/mini_arrow.gif) no-repeat 14px center;
	padding: 3px 0px 3px 20px;
	font-size: 10px;
	line-height: 12px;
}

#menu ul ul li a:hover {
	background: #FEF5E7 url(../img/mini_arrow.gif) no-repeat 14px center;
}

#menu .menuH {
	background: url(../img/menu_home.jpg) no-repeat;
}
#menu .menuPg {
	background: url(../img/menu_01.jpg) no-repeat;
	text-indent: -9999px;
}
#menu h3 a{
	display: block;
	height:0pt;
	overflow:hidden;
	padding-top:32px;
	font-size:1px;
}
#discountBox h3{
	text-indent: -9999px;
}



#menu .menuAn {
	background: url(../img/menu_02.jpg) no-repeat;
}



#menu .menuAnb {
	background: url(../img/menu_02.jpg) no-repeat;
	text-indent:-9999px;
}
#menu .menuVL {
	background: url(../img/menu_03.jpg) no-repeat;
}
#menu .menuSI {
	background: url(../img/menu_04.jpg) no-repeat;
}
#discountBox h3{
	background: url(../img/menu_05.jpg) no-repeat;
}
#discountBox dl {
	background: #FFF;
	padding: 5px;
}
#discountBox dl dt {
	display: block;
	background: #F5F4E6;
	text-align: center;
	font-weight: bold;
	color: #585858;
	padding: 3px;
}
#discountBox dl dt strong {
	color: #C00;
	display: block;
	font-size: 16px;
}
#discountBox dl dd {
	display: block;
	padding: 3px;
}


/* ------------------------
Left Float
 ------------------------*/

.main_left	{
	width: 270px;
	float: left;
	border-top: 2px solid  #FFCC33;
	padding: 10px 0px;
}

	
/* ------------------------
Right Float
 ------------------------*/
 

.main_right	{
	width: 270px;
	float: right;
	border-top: 2px solid #FFCC33;
	padding: 10px 0px 20px 0px;
}


#foot {
	text-align: center;
	background: #ECEACD;
}
#foot ul {
	height: 16px;
	display: block;
	border-bottom: 1px solid #ECEACD;
	padding: 12px 150px 8px;
	background: #FFFFFF url(../img/foot_bg.gif) repeat-x top;
}
#foot ul li {
	display: block;
	float: left;
	padding: 0px 5px;
	line-height: 16px;
	height: 16px;
	border-right: 1px solid #CCC;
	font-size: 12px;
}
#foot ul li a {
	text-decoration: none;
}
#foot ul li a:hover {
	text-decoration: underline;
}

#foot p {
	padding: 6px 0px 0px 0px;
	font-size: 10px;
	border-top: 1px solid #FFFFFF;
}
#foot address {
	font-style: normal;
	font-size: 10px;
	display: block;
	padding: 3px 0px 6px 0px;
}
#foot em {
	font-style: normal;
	font-size: 10px;
	background: #FB930B;
	display: block;
	color: #FFF;
	border-top: 1px solid #FFFFFF;
	padding: 3px;
}
#foot em a {
	text-decoration: none;
	color: #FFF;
}
.alignright {
	float: right;
	margin: 0 0 10px 15px;
}
.alignleft {
	float: left;
	margin: 0 15px 10px 0;
}

.storycontent p{
padding: 0 !important;
}

.write{
	margin: 10px 0;
	text-align: right;
	background: url(../../news/img/pen.gif) no-repeat 490px;
}

#btmInquiry{
	text-align: center;
	margin-top: 50px;
}
ol.num {
	padding-left: 20px;
	margin-left: 10px;
}

ol.num li{
	list-style: decimal;
}
.innerTbl {
	background: #CCC;
}
.innerTbl tr th {
	background: #E1B1AC;
	padding: 3px;
}
.innerTbl tr td {
	background: #FFF;
	padding: 3px;
}


#gallery{

margin: 20px 0px 0px 0px;

}



#gallery li {

width: 280px;

display: block;

padding-bottom: 25px;

}

#gallery img {

padding-bottom: 5px;

}

#gallery li.left {

float: left;

}

#gallery li.right {

float: right;

}





.school th{

text-align: left;

font-weight: normal;

background: #ECEACD;

padding: 6px 10px;

}

.school td.line{

padding:0px;

}

.school td{

padding: 6px 10px;

}

