body{
    font-size:12px;
    background-repeat:no-repeat;
    background-position:50% 0%;
    background-attachment: fixed;
}
#accordion1 .ui-widget-content a,#member a{
    color:#600 !important;
    font-weight:bold;
    text-decoration:none !important;
}
#accordion1 .ui-widget-content a:hover,#member a:hover{
    color:#F63 !important;
    font-weight:bold;
}
ul#menu li a {
    color:white;
    padding-left: 4.5px;
    text-align: center;
    text-decoration: none;
    margin-left:6px;
}
ul#menu {
    font-size:12px;
    list-style:none;
    border:0px solid #333;
    padding:0px;
    padding-top: 3px;
    overflow:auto; /* makes sure the container fits the floated list-items below */
    background:url('../images/E+plus_menu.png');
    background-position: 0px 0.5px;
    background-size:cover;
    border-radius: 99px;
}
ul#menu li{
    position:relative; /* allows us to set the z-index */
    z-index:5; /* raises the z-index of the line item 5 levels all other elements */
    margin:3px 0px;
    padding:6px 6px 5px;
    float:left; /* floats list items to the left, creating a horizontal menu */
    border-width:0 1px 0 0;
    border-color: #fff;
    border-style:solid;
    color:#FFC;
    padding-right: 15px;
}
ul#menu li.backLava {
    background-color:#F63;
　  border:0px solid #90c6Ff;
　  /* 以下是圓角效果*/
    border-radius: 20px; /* Opera 10.5+ */
　  -moz-border-radius: 20px; /* Firefox */
　  -webkit-border-radius: 20px; /* Safari 和 Chrome */
}
#member{
    font-size:12px;
    border:1px dashed #CCC;
}
#member td{
    border-color:#CCC;
    border-width:0 0px 1px 0px;
    border-style:dashed;
}
img{
    background:#FFC;
    border:0px;
}
#errordialog {
    display:none;
}
p{
    margin:0px;
    padding-top:0px;
    padding-bottom:0px;
    font-size:14px;
    font-weight:bold;
    color:#FF9;
    text-align:center;
}
#world{
    background:url('../images/table_ht_bg.jpg');
}
marquee{
    height:20px;
    bgcolor:#F8D4E6;
    font-size:14px;
    text-align:center;
    background:#FF9;
    padding-top:3px;
}
.img{
    float:left;
    text-align:left;
    width:230px;
    height:150px;
    background:#F99;
    margin:0px 25px;
    border:1px dashed #CCC;
    border-radius: 10px;
}
#subject{
    float:left;
    margin-top:35px;
    margin-left:10px;
    font-family:"標楷體";
    font-size:20px;
    color:#FF6;
    font-weight:bold;
}
#MENU{
    float:right;
    margin:0px;
    margin-top:10px;
    margin-right:30px;
    padding:0px;
}
#top{
    clear:both;
    float:left;
    margin:0px;
    padding:0px;
    margin-top:5px;
}
/*內頁樣式*/
#focus{
	background:#FF9;
	font-weight: normal;
	 color: #600;
	border: 1px solid #600;
}
#table1 {
	border-collapse:collapse;
	border-color:#600;
	border-width:0px;
	border-style:solid;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 1px 1px 1px #191919;
	-webkit-box-shadow: 1px 1px 1px #191919;
	box-shadow: 1px 1px 1px #191919;
	background:#FFF;
}
#table1 td {
	border-collapse:collapse;
	border-color:#ccc;
	border-width:1px;
	border-style:solid;
    height: 20px;
}
#table1 th {
	border-collapse:collapse;
	border-color:#fff;
	border-width:1px;
	border-style:solid;
 	background: url('table_ht_bg.jpg');
 	color:#FF9;
	font-size:14px;
	font-weight:bold;
    height: 25px;
}
#table1 #th1 {
    border-collapse:collapse;
    border-color:#fff;
    border-width:1px;
    border-style:solid;
    background: url('table_ht_bg.jpg');
    color:#FF9;
    font-size:16px;
    font-weight:bold;
    height: 30px;
}
#mustlogin{
	padding:0px;
	margin:0px;
	color:#F03;
	margin-top:50px;
}