﻿@charset "utf-8";
a:link {
	text-decoration: none;
	color: #215DA9;
}
a:visited {
	text-decoration: none;
	color: #215DA9;
}
a:hover {
	text-decoration: underline;
	color: #215DA9;
}
a:active {
	text-decoration: none;
	color: #ffcc00;
}
a.one:link {color: #003366}
a.one:visited {color: #0000ff}
a.one:hover {
	color: #FFFFFF
}
a.two:link {color: #FFFFFF}
a.two:visited {color: #FFFFFF}
a.two:hover {color: #FFFFFF}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.handbar {
	background-color: #08476C;
}
.hand_bg01 {
	background-image: url(../images/hand_bg01.jpg);
	background-repeat: repeat-x;
}
.hand_bg02 {
	background-image: url(../images/hand_bg02.jpg);
	background-repeat: repeat-x;
}
.foot {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 155%;
	color: #FFFFFF;
}
.line02 {
	background-image: url(../images/line02.gif);
	background-repeat: repeat-y;
}
.bookmarker01 {
	background-image: url(../images/bookmarker01.gif);
	background-repeat: no-repeat;
	width: 90px;
	height: 32px;
}
.bookmarker02 {
	background-image: url(../images/bookmarker02.gif);
	background-repeat: no-repeat;
	width: 145px;
	height: 32px;
}
.frame01 {
	background-color: #C5C5C5;
}

.frame02 {
	background-color: #FFFFFF;
}
.font12 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.font13 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
.font13b {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
}


.font15 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 140%;
}
.font15b {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
}
.font15b-1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #666666;
}

.font16b {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}
.font16 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}
.contents-color {
	background-color: #E5F0FA;
}
.titlebg01 {
	background-image: url(../images/titlebg_01.jpg);
	background-repeat: no-repeat;
	height: 37px;
	width: 236px;
}
.titlebg02 {
	background-image: url(../images/titlebg_02.jpg);
	background-repeat: no-repeat;
	height: 37px;
	width: 208px;
}
.titlebg03 {
	background-image: url(../images/titlebg_03.gif);
	background-repeat: no-repeat;
	height: 32px;
	width: 290px;
	text-indent: 10px;
}
.titlebg04 {
	background-image: url(../images/titlebg_04.jpg);
	background-repeat: no-repeat;
	height: 32px;
	width: 720px;
}
.titlebg-color01 {
	background-color: #74ACE3;
	height: 32px;
}
.map-bg {
	background-image: url(../images/line03.gif);
	height: 462px;
	background-repeat: no-repeat;
	background-position: left;
}
.map-bg01 {
	background-image: url(../images/map01.jpg);
	background-repeat: no-repeat;
	height: 73px;
	width: 238px;
}
.map-bg02 {
	background-image: url(../images/map02.jpg);
	background-repeat: no-repeat;
	height: 42px;
	width: 195px;
	background-position: right;
	margin-left: 20px;
}
.map-bg02_1 {
	background-image: url(../images/map02.jpg);
	background-repeat: no-repeat;
	height: 42px;
	width: 195px;
	background-position: left;
	margin-left: 20px;
}




.path {
	background-color: #EEEEEE;
	height: 32px;
	text-indent: 5px;
}
.fontcolor01 {
	color: #FFFFFF;
}
.fontcolor02 {
	color: #999999;
}
.fontcolor03 {
	color: #CC0000;
}
.button-bg {
	background-image: url(../images/button.jpg);
	height: 32px;
	width: 100px;
}


.tablecolor01 {
	background-color: #DFDFDF;
	height: 32px;
}
.tablecolor02 {
	background-color: #EEEEEE;
}
/*分頁結束*/.table-titlebg {
	background-color: #94BFEA;
}


/*分頁*/
div#wrapper {
	position: relative;
	width: 500px;
	margin: 0 auto;
}

h2 {
    font-size: 10pt;
    margin-top: 30px;
    border-top: 1px solid #CCC;
    background: #F1F1F1;
}

div.pagination {
    overflow: hidden;
    font-size: 9pt;
    padding: 10px 0;
}

div.pagination ul {
    list-style: none;
    padding: 2px 0;
    line-height: 16px;
}

div.pagination li {
    display: inline;
}
div.pagination.sabrosus {
	padding:3px;
	margin:3px;
	text-align:center;
}

div.pagination.sabrosus a {
	padding: 2px 5px 2px 5px;
	margin-right: 2px;
	border: 1px solid #9aafe5;

	text-decoration: none;
	color: #2e6ab1;
}

div.pagination.sabrosus a:hover, div.pagination.pagination a:active {
	border: 1px solid #2b66a5;
	color: #000;
	background-color: lightyellow;
}

div.pagination.sabrosus li.current {
	padding: 2px 5px 2px 5px;
	margin-right: 2px;
	border: 1px solid navy;
	font-weight: bold;
	background-color: #2e6ab1;
	color: #FFF;
}

div.pagination.sabrosus li.disabled {
	padding: 2px 5px 2px 5px;
	margin-right: 2px;
	border: 1px solid #929292;
	color: #929292;
}

