@charset "utf-8";
@import url("menu.css");
@import url("lpcp.css");
@import url("mp.css");
@import url("multimenu.css");
body {
	margin: 0px;
	background-image: url(../images/body_bg.jpg);
	background-repeat: repeat-x;
	font-family: "新細明體";
	background-color: #C8E473;
}
a{
	color: #343235;
	text-decoration: none;
}
a:hover{
	color: #990000;
	text-decoration: none;
}
.flash{
	position: absolute;
	left: 0px;
	top: 0px;
}
html>body .flash{
	position: absolute;
	left: 0px;
	top: -22px;
}
*+html>body .flash{
	position: absolute;
	left: 0px;
	top: 0px;
}

/*----------------------------------------------------------------header star (style A)*/
.header{
	position:relative;
	height:152px;
	background-image: url(../images/header_bg.gif);
	background-repeat: no-repeat;
}
html>body .header{
	position:relative;
	height:152px;
	background-image: url(../images/header_bg.gif);
	background-repeat: no-repeat;
	margin-top: 0px;
}	
*+html>body .header{
	position:relative;
	height:152px;
	background-image: url(../images/header_bg.gif);
	background-repeat: no-repeat;
	margin-top: 0px;
}
.header h1 a{
	margin-left: 100px;
	float: left;
	}
	
@media print{ /*這一段是為了避免列印時無法出現底圖而設定的，請勿刪除*/
.header h1 a{ text-indent:0;}}
/*----------------------------------------------------------------header End*/
.accesskey {
	font-size: 10px;
	float: left;
	margin-left: -5px;
}
.accesskey a {
	color: #F9F9EA;
}

/*----------------------------------------------------------------nav star (style A)*/
.nav{
	color: #333333;
	font-size: 75%;
	margin: 5px 20px 0px 0px;
	padding: 0px;
	float: right;
	
}

.nav li{
	display:inline;
	list-style:none;
	margin-right: 5px;
}

*+html>body .nav li{
	display:inline;
	list-style:none;	
}
/*...............................................*/	
.nav .home{
	height: 17px;
}
.nav .home a{
	background-image: url(../images/navicon01_17.gif);
	background-repeat: no-repeat;
	height: 17px;
	
}
html>body .nav .home a{
	background-image: url(../images/navicon01_17.gif);
	background-repeat: no-repeat;
	height: 17px;
	padding-bottom: 15px;
}
.nav .home a:hover{
	background-image: url(../images/navicon02_17.gif);
	background-repeat: no-repeat;
	height: 17px;
}
/*...............................................*/	
.nav .login{
	height: 17px;
}
.nav .login a{
	background-image: url(../images/navicon01_02.gif);
	background-repeat: no-repeat;
	height: 17px;
	
}
html>body .nav .login a{
	background-image: url(../images/navicon01_02.gif);
	background-repeat: no-repeat;
	height: 17px;
	padding-bottom: 15px;
}
.nav .login a:hover{
	background-image: url(../images/navicon02_02.gif);
	background-repeat: no-repeat;
	height: 17px;
}
/*...............................................*/	
.nav .sitemap{
	height: 17px;
}
.nav .sitemap a{
	background-image: url(../images/navicon01_05.gif);
	background-repeat: no-repeat;
	height: 17px;
}
html>body .nav .sitemap a{
	background-image: url(../images/navicon01_05.gif);
	background-repeat: no-repeat;
	height: 17px;
	padding-bottom: 15px;
}
.nav .sitemap a:hover{
	background-image: url(../images/navicon02_05.gif);
	background-repeat: no-repeat;
	height: 17px;
}
/*...............................................*/	
.nav .vocabulary{
	height: 17px;
	
}
.nav .vocabulary a{
	background-image: url(../images/navicon01_07.gif);
	background-repeat: no-repeat;
	height: 17px;
	
}
html>body .nav .vocabulary a{
	background-image: url(../images/navicon01_07.gif);
	background-repeat: no-repeat;
	height: 17px;
	padding-bottom: 15px;
}
.nav .vocabulary a:hover{
	background-image: url(../images/navicon02_07.gif);
	background-repeat: no-repeat;
	height: 17px;
}
/*...............................................*/	
.nav .mail{
	height: 17px;
}
.nav .mail a{
	background-image: url(../images/navicon01_09.gif);
	background-repeat: no-repeat;
	height: 17px;
	
}
html>body .nav .mail a{
	background-image: url(../images/navicon01_09.gif);
	background-repeat: no-repeat;
	height: 17px;
	padding-bottom: 15px;
}
.nav .mail a:hover{
	background-image: url(../images/navicon02_09.gif);
	background-repeat: no-repeat;
	height: 17px;
}
/*...............................................*/	
.nav .e{
	height: 17px;
}
.nav .e a{
	background-image: url(../images/navicon01_08.gif);
	background-repeat: no-repeat;
	height: 17px;
	
}
html>body .nav .e a{
	background-image: url(../images/navicon01_08.gif);
	background-repeat: no-repeat;
	height: 17px;
	padding-bottom: 15px;
}
.nav .e a:hover{
	background-image: url(../images/navicon02_08.gif);
	background-repeat: no-repeat;
	height: 17px;
}
/*...............................................*/	
.nav .cdc{
	height: 17px;
}
.nav .cdc a{
	background-image: url(../images/navicon01_04.gif);
	background-repeat: no-repeat;
	height: 17px;
	
}
html>body .nav .cdc a{
	background-image: url(../images/navicon01_04.gif);
	background-repeat: no-repeat;
	height: 17px;
	padding-bottom: 15px;
}
.nav .cdc a:hover{
	background-image: url(../images/navicon02_04.gif);
	background-repeat: no-repeat;
	height: 17px;
}
/*----------------------------------------------------------------nav End*/
/*----------------------------------------------------------------layout star (style A)*/
.layout{
	width:98%;
	border-collapse:collapse;
	
}
.layout td{
	vertical-align: top;	
}	
.layout .left{
	width:236px;
	background-image: url(../images/left_bg.gif);
	background-repeat: no-repeat;
	margin: 0px;
	background-position: left top;
	padding-bottom: 20px;
}
.layout .center{
	background-color: #FFFFFF;
	background-image: url(../images/center_topbg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	padding-top: 35px;
	padding-right: 15px;
	padding-bottom: 20px;
	padding-left: 15px;
}

.layout .right{
	background-color: #FFFFFF;
	background-image: url(../images/right_bg.gif);
	background-repeat: no-repeat;
	background-position: right top;
	width: 200px;
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}


/*----------------------------------------------------------------layout end*/
/*----------------------------------------------------------------footer star (style A)*/
.footer{
	clear:both;
	background-image: url(../images/footbg.gif);
	background-repeat: repeat-x;
	height: 64px;
	width: 98%;
	color: #787878;
	font-size: 78%;
	line-height: 140%;
	padding-top: 15px;
	margin-right: 1px;
}
.footer img{
	margin-left: 20px;
	float: left;
}
.footer a{
	margin-left: 5px;
	color: #006600;
	text-decoration: underline;
}
.footer a:hover{
	margin-left: 5px;
	color: #990000;
	text-decoration: underline;
}
/*----------------------------------------------------------------base End*/
/*----------------------------------------------------------------path star (style B)*/
.path{
	padding-left:22px;
	background: url(../images/home.gif) no-repeat 2px 0px;
	color: #333333;
	font-size: 83%;
	height: 17px;
	margin-left: 10px;
	padding-top: 2px;
	margin-top: 0px;
}
.path a{
	color: #333333;
	text-decoration: none;
	margin-right: 3px;
	margin-left: 3px;
}
.path a:hover{
	color: #CC0000;
	text-decoration: none;
	margin-right: 3px;
	margin-left: 3px;
}
/*----------------------------------------------------------------path End*/
/* ------------------------------------------------------------------------回頁首 */
.top{
	float: right;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
}
/* ---------------------------------------------------------網站導覽 */
.Sitemap2 {
	margin-left: 35px;
}

.Sitemap2 ul {
	font-size: 13px;
	line-height: 150%;
}
.Sitemap2 ul li {
	margin-top: 3px;
	list-style-type: square;
}
.Sitemap2 ul li a {
}
.Sitemap2 ul ul{
	font-size: 13px;
	line-height: 150%;
}
.Sitemap2 ul ul li {
	margin-top: 3px;
	list-style-type: disc;
}
.Sitemap2 ul ul li a {
}
.Sitemap2 ul ul ul{
	font-size: 13px;
	line-height: 150%;
}
.Sitemap2 ul ul ul li {
	margin-top: 3px;
	list-style-type: circle;
}
.Sitemap2 ul ul ul li a {
}
.a1 {
	margin-top: 5px;
	margin-bottom: 3px;
	float: right;
	margin-right: 15px;
}
/*................................................................內頁標題*/
.intitle{
	background-image: url(../images/title_bg01.gif);
	background-repeat: no-repeat;
	height: 47px;
	text-align: left;
	color: #9E0B0E;
	font-size: 95%;
	padding-left: 60px;
	font-weight: bold;
	padding-top: 17px;
	background-position: left top;
	margin: 10px 20px 0px 10px;
}
html>body .intitle{
	background-image: url(../images/title_bg01.gif);
	background-repeat: no-repeat;
	height: 47px;
	text-align: left;
	color: #9E0B0E;
	font-size: 95%;
	padding-left: 60px;
	font-weight: bold;
	padding-top: 17px;
	background-position: left top;
	margin: 10px 20px 10px 10px;
}
.intitle .right{
	background-image: url(../images/title_bg02.gif);
	background-repeat: no-repeat;
	height: 47px;
	float: right;
	background-position: right top;
	margin-top: -35px;
	width:53px;
}
html>body .intitle .right{
	background-image: url(../images/title_bg02.gif);
	background-repeat: no-repeat;
	height: 47px;
	float: right;
	background-position: right top;
}
*+html>body .intitle .right{
	background-image: url(../images/title_bg02.gif);
	background-repeat: no-repeat;
	height: 47px;
	float: right;
	background-position: right top;
	margin-top: -32px;
}
input {
	margin-right: 3px;
}


