@charset "utf-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 78%;
	color: #FFFFFF;
	padding:0px;
	margin:0;
	background:url(images/bg.gif) repeat-x;
}
img{
border:0;
}
a{
color:#FFCC00;
text-decoration:none;
}
a:hover{
	text-decoration:underline;
	color:#F47B02;
}
ul{
padding-left:10px;
margin-top:12px;
margin-bottom:15px;
margin-left:20px;
}
ul li{
margin-bottom:5px;
}
#top{
background:url(images/topbg.gif) repeat-x;
height:33px;
line-height:33px;
color:#000000;
}
.floatL{
float:left;
}
.floatR{
float:right;
}
#top a{
color:#000000;
font-size:11px;
text-decoration:none;
}
#top a:hover{
text-decoration:underline;
}
#container{
}
.btn a img {
filter:alpha(opacity=80);
-moz-opacity:0.8;
opacity: 0.8;
}
.btn a:hover img {
filter:alpha(opacity=100);
-moz-opacity:1;
opacity: 1;
}
.footer{
padding:15px;
text-align:center;
background-color:#000000;
margin-top:20px;
}
h1{
	font-size:16px;
	margin-bottom:5px;
	color:#FFFF99
}
h2{
	font-size:15px;
	color:#FFCC00;
	margin-bottom:5px;
}
p{
margin:3px 5px 10px 5px;
line-height:150%;
}
p a{
color:#FF9900;
}
.intro{
width:350px; text-align:left;
float:right;
margin-top:250px;
color:#000000;
}
.intro h1{
color:#000000;
}

.artiletitle{
font-size:180%;
color:#e00000;
font-family:"標楷體";
margin-bottom:10px;
}
.artitle{
margin:5px 0px 20px 0px;
padding:0px 10px;
}
.artitlepic{
margin:0px 10px 10px 0px;
float:left;
border:1px solid #999999;
}
.artitlesubtitle{
font-weight:bold;
margin-bottom:5px;
color:#FF9900
}
.artitlecontent{
font-size:100%;
line-height:170%;
}
.artitlecontent p{
	margin:0px 0px 10px 0px;
	text-indent: 25pt;
}