/* CSS Document */
html,body{
	height:100%
}

body{
	font-family:新細明體;
	background:#daff5a url(images/body-bg.jpg) top repeat-x;
	padding:0px;
	margin:0px;
	font-size:13px;
	letter-spacing:1px;
	line-height:16px;
	color:#333333;
	text-align:justify;
	/*behavior:url(./csshover.htc);*/
	behavior:url(csshover.htc.php);
}

img{
	border:none;
}

a {
	color:#009999;
	text-decoration:underline;
}
a:hover{
	color:#009999;
	text-decoration:underline;
}

li {
	list-style-image:url(images/bullet01.gif);
	padding-bottom:8px;
}

li ul{
	margin-left:0px!important;
	margin-left:15px; 
	padding-left:20px!important;
	padding-left:0px;
	padding-top:5px;
}

li li{
	padding-bottom:0px;
	list-style-image:url(images/bullet02.gif);
}

#container{
	background:url(images/main-bg.gif) left repeat-y;
	/*height:100%;*/
	height:auto;
	width:100%;
	margin:0px 0px 0px 0px;
	float:left;

}

#content{
	background:url(images/main-top-bg.jpg) top left no-repeat;
	height:auto;
	width:100%;
	margin:0px 0px 0px 0px;
	float:left;
}

.index_news_bg{
	background:url(images/index_news_bg.gif) right top no-repeat;
}

.index_event_bg01{
	background:url(images/index_event_bg01.gif) right top no-repeat;
}

.index_event_bg02{
	background:url(images/index_event_bg02.gif) right top no-repeat;
}

.title01{
	font-size:16px;
	color:#006666;
	font-weight:bold;
}
.title01 a{
	color:#006666;
	text-decoration:underline;
}
.title01 a:hover{
	color:#006666;
	text-decoration:underline;
}

.comm_table {
	border-collapse:collapse;
	border: 1px #d1d1d1 solid;
}
	
.comm_table td {
	border: 1px #d1d1d1 solid;
	padding:2px;
}

.small_text{
	font-size:11px;
	color:#666666;
}

.color_text{
	color:#FF3333;
}
	
.footer{
	font-size:11px;
	color:#537900;
}

.footer a{
	color:#537900;
	text-decoration:underline;
}

.footer a:hover{
	color:#537900;
	text-decoration:underline;
}