/*-------------------------------------- 主要排版表格與內容  */

body {
	font-size: 100%;
	line-height: 1.5;
	color: #636363;
	margin: 0px;
}

.body_inner {
	background-image: url(images/background_01.png);
	background-repeat: no-repeat;
	height: 680px;
	width: 990px;
	background-color: #F7FBFE;
	border: 1px solid #999999;
}

.main_table_top {
	height: 103px;
}

.menu_td {
	width: 172px;
	padding-top: 20px;
	padding-right: 5px;
	padding-left: -30px;
	margin: 0px;
}

.main_td {
	padding: 20px;
	margin: 0px;
	width: 826px;
	background-color: #FFFFFF;
	background-image: url(images/main_td_background.jpg);
	background-repeat: no-repeat;
	background-position: -8px -1px;
}

.title_blue {
	font-size: 26pt;
	color: #FFFFFF;
	background-image: url(images/title_icon_blue.gif);
	background-repeat: no-repeat;
	padding-left: 18pt;
}

.title_green1 {
	font-size: 26pt;
	color: #FFFFFF;
	background-image: url(images/title_icon_green1.gif);
	background-repeat: no-repeat;
	padding-left: 18pt;
}

.title_green2 {
	font-size: 26pt;
	color: #FFFFFF;
	background-image: url(images/title_icon_green2.gif);
	background-repeat: no-repeat;
	padding-left: 18pt;
}

.title_red {
	font-size: 26pt;
	color: #FFFFFF;
	background-image: url(images/title_icon_red.gif);
	background-repeat: no-repeat;
	padding-left: 18pt;
}

.title_purple {
	font-size: 26pt;
	color: #FFFFFF;
	background-image: url(images/title_icon_purple.gif);
	background-repeat: no-repeat;
	padding-left: 18pt;
}

.title_brown {
	font-size: 26pt;
	color: #FFFFFF;
	background-image: url(images/title_icon_brown.gif);
	background-repeat: no-repeat;
	padding-left: 18pt;
}

.title_normal {
	font-size: 12pt;
	color: #333333;
	letter-spacing: 4pt;
}

.sub_title {
	font-size: 12pt;
	color: #333333;
	letter-spacing: 4pt;
	background-image: url(images/arrow_black.gif);
	background-repeat: no-repeat;
	text-indent: 10pt;
	background-position: -5px;
}

.content_li {
	line-height: 1.8;
	margin-bottom: 10pt;
}
/*-------------------------------------- 一般超連結  */
a {
	font-size: 100%;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}


/*-------------------------------------- 設定文字縮排  */
.inner_10 {
	margin-left: 10pt;
}
.inner_20 {
	margin-left: 20pt;
}
.inner_30 {
	margin-left: 30pt;
}
.inner_40 {
	margin-left: 40pt;
}

/*-------------------------------------- 其它文字格式  */
.blue_text {
	color: #0000FF;
}
.red_text {
	color: #990000;
}

/*-------------------------------------- 版權宣告  */

.copyright {
	line-height: 1;
	color: #FFFFFF;
	text-align: center;
	height: 41px;
	vertical-align: middle;
	padding: 4px;
}
.copyright_list {
	width: 80%;
	text-align: left;
	font-size: 80%;
}

/*-------------------------------------- 導覽列超連結  */

.nav {
	color: #975405;
	margin-bottom: 15px;
	margin-top: 2px;
}
.nav:link {
	color: #975405;
	text-decoration: none;
}
.nav:visited {
	color: #975405;
	text-decoration: none;
}
.nav:hover {
	text-decoration: none;
	color: #FF3300;
}
.nav:active {
	color: #975405;
	text-decoration: none;
}

/*--------------------------------------主選單超連結  */
.menu_li {
	list-style-type: none;
	line-height: 2;
	list-style-position: outside;
	background-image: url(images/menu_background.gif);
	text-indent: 20pt;
	letter-spacing: 1pt;
	background-position: -5px bottom;
	background-repeat: no-repeat;
	height: 30px;
}

.menu_ul {
	padding-left: 10px;
	background-repeat: no-repeat;
}

.menu:link {
	text-decoration: none;
	color: #000000;
}
.menu:visited {
	text-decoration: none;
	color: #000000;;
}
.menu:hover {
	text-decoration: none;
	color: #FFCC00;
}
.menu:active {
	text-decoration: none;
	color: #000000;
}
.menu_p {
	margin-top: 8pt;
	margin-bottom: 8pt;
	letter-spacing: 2pt;
}

#photo_layer {
	background-image: url(images/photo.jpg);
	background-repeat: no-repeat;
}
.table_outline {
	border: 1px dashed #666666;
	margin-left: 20pt;
}
.table_outline_1 {
	border: 1px solid #333333;
}
.practice_ruler {
	text-indent: -48pt;
	margin-left: 70pt;
}
.text10pt {
	font-size: 80%;
}
.main_td_admin {

	padding: 20px;
	margin: 0px;
	width: 826px;
}
.white_text {
	color: #FFFFFF;
}
#slideshow{
	overflow:hidden;
	width:175px;
	border:1px solid #777;
	height: 352px;
}

#slideshow ul{
	padding-left:0px;
	padding:2;
	margin:0;
}

#slideshow li{
	float:left;
	margin:0 16px;
	cursor:pointer;
	padding:0;
	margin:0;
	list-style:none;
}

