@charset "utf-8";

body {
	margin: 0px;
	font-size: 15px;
	line-height: 25px;
	color: #333;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat;
}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.clearfix {
	display: inline-block;
}
html[xmlns] .clearfix {
	display: block;
}
* html .clearfix {
	height: 1%;
}

#bg {
	background-image: url(../images/ou-bg.jpg);
	background-repeat: repeat-x;
}


#container {
	width: 1000px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

a:link {
	text-decoration: none;
	color:#06C;
}
a:visited {
	text-decoration: none;
	color:#06C;
}
a:hover {
	text-decoration: none;
	color:#03F;
}
a:active {
	text-decoration: none;
	color:#06C;
}

#logo {
	position: relative;
	padding: 14px 0 10px 0;
	margin-left:80px;
}

.marquee {
	position: absolute;
	left: 282px;
	top: 68px;
	width: 550px;
	height: 30px;
	overflow: hidden;
	border: 1px solid #CCC;
	/*background-color: #FFF;*/
}

/*marquee*/
div#abgne_marquee {
	position: relative;
	/*overflow: hidden;	超出範圍的部份要隱藏 */
	width: 550px;
	height: 30px;
	/*border: 1px solid #ccc;*/
}
div#abgne_marquee ul, div#abgne_marquee li {
	margin: 0;
	padding: 0;
	list-style: none;
}
div#abgne_marquee ul {
	position: absolute;
}
div#abgne_marquee ul li a {
	display: block;
	overflow: hidden;	/* 超出範圍的部份要隱藏 */
	font-size:12px;
	height: 30px;
	line-height: 30px;
	text-decoration: none;
}
div#abgne_marquee li {
	/*border: 1px solid #ccc;*/
}
/*marquee*/

#header {
	width: 700px;
	position: relative;
	color: #FFF;
	font-size: 15px;
	height: 83px;
	z-index: 1;
	padding-right: 150px;
	padding-left: 150px;
	margin: 0px;
}
ul.menu {
	margin: 0px;
	padding: 0px;
}
/* 特定在第一層*/
ul.menu > li.link {
	background-image: url(../images/link-in-bg.jpg);
	float: left;
	height: 80px;
	width: 140px;
	color: #FFF;
	text-align: center;
	margin: 0px;
	list-style-type: none;
}
ul.menu > li.link:hover {
	background-position: bottom;
	color: #FF0;
}
ul.menu > li.link  a {
	color: #FFF;
	display: block;
	height: 80px;
	/*padding-top:25px;*/
}
ul.menu > li.link  a:hover {
	color: #FF0;
	display: block;
}
/* 特定在第一層 > 第二層之後下拉部分之樣式 */
ul.menu > li.link > ul{
	display: none;
	float: left;
	position: absolute;
	padding: 0px;
	margin: 0;
}
/* 當第一層選單被觸發時，指定第二層顯示 */
ul.menu > li.link:hover > ul{
	display: block;
	list-style-type: none;	
	margin:0px;
}
/* 特定在第二層或之後下拉部分 li 之樣式 */
ul.menu ul li{
	border-bottom: 1px solid #CCC;
	background-color: #e3e2e2;
	width:140px;
	height: 90px;
}
/* 特定在第二層或之後下拉部分 li （最後一項不要底線）之樣式 */
ul.menu ul li:last-child {
    border-bottom: none;
}
/* 第二層或之後 選單 li 之樣式 */
ul.menu ul li a {
	color:#333 !important;
	display: block;
	height: 30px !important;
	padding-top: 10px !important;
}
ul.menu ul li a:hover {        
    background: #d00a18; 
	color:#fff !important; 
	display: block;    
}

/*按鈕*/
.ta_btn {
	background-image: url(../images/btn.jpg);
	height: 20px;
	width: 80px;
	border: 1px solid #FFF;
	color: #FFF;
	text-align: center;
	font-size: 13px;
	margin: 2px;
	cursor:pointer;
	padding-bottom: 3px;
	float: left;
}
img {
	border:none;
}

#main {
	position: relative;
	background-image: url(../images/bg.jpg);
	height: 862px;
	min-height:862px;
	height:auto !important;
	/*margin-top: 30px;*/
}
.p1-in {
	background-image: url(../images/main-bg.png);
	background-repeat: no-repeat;
	height: 214px;
	width: 488px;
	font-size: 20px;
	font-weight: bold;
	color: #6A70C6;
	margin: 0 81px 0 81px;
	padding: 200px 0 0 350px;
}

h1 {
	padding-left: 100px;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
}
h2 {
	font-size: 15px;
}
.p1-txt p {
	line-height: 20px;
}

.p1-txt {
	position: relative;
	width: 460px;
	/*height: 188px;*/
	font-size: 13px;
	color: #666;
	float: left;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 30px;
}
.p1-txt ul {
	padding: 0px 5px 5px 30px;
}
.p1-txt ul li {
	border-bottom: 1px solid #CCC;
}



.font01 {
	color: #C00;
}
.font02 {
	color: #06C;
}


.p1-m {
	background-image: url(../images/img02.png);
	height: 275px;
	width: 840px;
	position: relative;
	font-size: 13px;
	background-repeat: no-repeat;
	margin-right: 80px;
	margin-left: 80px;
}
.p1-m1 {
	height: 295px;
	min-height:295px;
	height:auto !important;
	width: 940px;
	position: relative;
	font-size: 13px;
	margin-right: 30px;
	margin-left: 30px;
}
.p3-m {
	background-image: url(../images/img03.png);
	height: 375px;
	width: 770px;
	font-size: 13px;
	position: relative;
	color: #666;
	margin-top: 0;
	margin-right: 80px;
	margin-bottom: 0;
	margin-left: 80px;
	padding-top: 40px;
	padding-right: 50px;
	padding-bottom: 0;
	padding-left: 20px;
}

.p1-table {
	position: absolute;
	left: 24px;
	top: 21px;
	width: 793px;
	height: 232px;
	font-size: 13px;
}
.p1-table1 {
	width: 910px;
	font-size: 13px;
	background-image: url(../images/st_bg.png);
	padding-right: 25px;
	padding-left: 25px;
}
.title {
	background-image: url(../images/dot01.gif);
	background-repeat: no-repeat;
	background-position: 22px 15px;
	padding-left: 40px;
	font-weight: bold;
	
}

.paper th,td {
	border-bottom: 1px dashed #CCC;
}
.paper01 td {
	border-bottom: 1px solid #FFF;
}



#footer {
	text-align: center;
	padding: 30px 0 10px 0;
	background-image: url(../images/footer.jpg);
	background-repeat: repeat-x;
	font-size: 13px;
	line-height: 20px;
	background-color: #404040;
	height: 40px;
	width: 100%;
	color: #FFF;
}
