@charset "utf-8";
/* CSS Document 
*/

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
	height:0;
}

.clearfix {
	display: inline-block;
}

/* Hides from IE-mac \*/
_ html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */ 

html,body{height:100%; width:100%; overflow:visible!important; overflow:hidden}
/*用div偽裝body*/
div#body_box{
  position:relative;
  width:100%;
  height:100%;
  overflow-x:auto;
  overflow-y:scroll;
  cursor:default;
	background-image: url(/templates/images/index_02.gif);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
}
/*懸停的元素 id=fixed*/
div#fixed{
  position:fixed!important;
  position:absolute;
  z-index:200;
  top:160px;
  right:20px;
} 


body {
	padding: 0;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #3C3728;
	margin: 0px;
	line-height: 24px;
	background-image: url(/templates/images/index_02.gif);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
}

h1, h2, h3 {
	margin: 0;
	padding-top: 5;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}

h2 { font-size: 24px; }
h3 { font-size: 20px; }

form, p {
	margin: 0;
	padding: 0;
}

a {
	color: #000000;
	text-decoration: none;
}

img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

a:hover {
	text-decoration: none;
}

.image {
	float: left;
	margin: 5px 15px 0 0;
	border: 4px solid #000000;
}

.byline {
	margin: 0;
	padding: 0 0 0 5px;
	font-size: 9px;
	background-color: #66CCFF;
}
.input_width {
	width: 500px;
}

/* Header */

#header {
	width: 960px;
	height: 112px;
	margin: 0 auto;
	background: url(images/img2.jpg);
	border: 4px solid #000000;
}

#header h1 {
	float: left;
	padding: 40px 0 0 20px;
	text-transform: uppercase;
	font-size: 36px;
	color: #ACA283;
}

#header h2 {
	float: right;
	padding: 95px 5px 0 0;
	font-size: 9px;
}

#header a {
	text-transform: uppercase;
	text-decoration: none;
	font-size: 11px;
	color: #ACA283;
}

/* Menu */

#menu {
	width: 950px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}


/* Content */
#logo {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	height:115px;
}

#lang {
	float: right;
	margin-right: 20px;
	_margin-right:10px;
	margin-top: 50px;
}

#lang a {
	padding-left: 10px;
	padding-right: 10px;
	background-image: url(/templates/images/dot.jpg);
	background-repeat: no-repeat;
	background-position: left;
}

.toplink {
	width:auto; height:25px; clear:both; padding:0;
}

#main_content {
	width: 960px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-repeat: no-repeat;
	background-position: bottom;
}

#colOne {
	float: left;
	width: 260px;
}

#colOne h3 {
	margin: 5px 0 10px 0;
	color: #000000;
}

#colOne ul {
	padding: 0px;
	margin: 0px;
	line-height: normal;
}
#colOne li {
	margin: 0px;
	display:list-item;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 15px;
	background-image: url(/templates/images/index_23.gif);
	background-repeat: no-repeat;
	background-position: left 10px;
	list-style-type: none;
}

#colOne a {
	color: #333333;
	font-size: 12px;
	line-height: 14px;
}

#colOne .color_red a{
	color:#FF0000;
}

#colTwo {
	float: right;
	height: auto;
	width: 700px;
	padding-top: 15px;
	clear: right;
}
.tableunderline {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FF66CC;
}

/* Footer */

#footer {
	width: 960px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	clear: both;
	padding-top: 20px;
}

#footer p {
	margin: 0;
	padding: 0 0 4px 0;
	font-size: 12px;
	line-height: 12px;
}

/* clumbs */

#clumbs {
	text-align: right;
	margin-right: 20px;
}

.hr_line {
	color: #999999;
	text-decoration: none;
	height: 1px;
}

/* 內文調整 */
#contentul ul {
	margin:0px; 
}
#contentul li {
	list-style-position: outside;
	list-style-type: disc;
}
