﻿html {
	_background: url(nothing.txt) white fixed; /* prevent screen flash in IE6 */
}

body {
	margin: 0;
	padding: 0;
	font-size: 10pt;
	_background: url(nothing.txt) white fixed; /* prevent screen flash in IE6 */
	background: url(../images/webicon/yp_back.gif);
	font-family: "微軟正黑體", Microsoft JhengHei, Arial;
}

td {
	padding: 5px;
}

.menu {
	cursor: default;
	float: left;
	width: auto;
	letter-spacing: 3px;
	padding: 5px;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 15px;
	font-size: 11pt;
	font-weight: bold;
	color: #FFFFFF;
}

.menu_title {
	color: #555555;
	font-size: 16px;
	font-weight: bold;
}

.menu_over {
	margin-top: 3px;
	cursor: default;
	float: left;
	width: auto;
	letter-spacing: 3px;
	padding: 5px;
	padding-top: 5px;
	padding-left: 10px;
	padding-right: 15px;
	font-size: 11pt;
	font-weight: bold;
	background: #60a6e6;
	border: 1px solid #FFFFFF;
	color: #FFFFFF;
	border-radius: 3px;
}

.submenu {
	float: left;
	width: 200px;
	min-height: 400px;
	padding: 0.2em 0.5em;
	border: 1px solid #EEEEEE;
	border-bottom: 0;
	background: url(../images/webicon/submenu_bg.png) repeat-x;
	color: #333333;
	line-height: 2;
	text-align: left;
}

.submenu_title {
	margin-top: 1em;
	color: #69B0FE;
	font-weight: bold;
}

.menu_shadow {
	padding: 5px;
	line-height: 20px;
	color: black;
	text-decoration: none;
}

.menu_shadow:hover {
	padding: 5px;
	line-height: 20px;
	color: #FFFFFF;
	background: #87B9E2;
	text-decoration: none;
}

a {
	text-decoration: none;
	color: black;
}

a:hover {
	color: #93AEFF;
}

.circlelist {
	background: url(../images/webicon/circle_blue.jpg) no-repeat;
	background-position: left 3px;
	cursor: default;
	padding-left: 18px;
}

.circlelist_hover, .circlelist:hover {
	background: url(../images/webicon/circle_orange.jpg) no-repeat;
	background-position: left 3px;
	cursor: default;
	padding-left: 18px;
}

.arrowlist {
	width: 140px;
	padding-left: 1em;
	box-sizing: border-box;
	background: url(../images/webicon/arrowlist_blue.jpg) no-repeat;
	background-position: left 3px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	cursor: pointer;
}

.arrowlist:hover {
	background: url(../images/webicon/arrowlist_orange.jpg) no-repeat;
	background-position: left 3px;
	cursor: pointer;
	color: #F98F51;
	text-decoration: underline;
}

.contents {
	//background: url(../images/content_bg.png) repeat-x;
	text-align: left;
	float: left;
	border: 1px solid #EEEEEE;
	border-left: 0px;
	width: 722px;
	font-size: 10pt;
	color: #555555;
	line-height: 22px;
	padding: 18px;
	padding-top: 5px;
}

.content-title,
.content-title:before,
.content-title:after {
	display: inline-block;
	display: *inline;
	margin: 0.25em 0;
	background-repeat: no-repeat;
	background-size: cover;
	zoom: 1;
}

.content-title {
	position: relative;
	margin-left: 13px;
	margin-right: 35px;
	padding: 0.5em 1em;
	background-image: url('../images/webicon/content_title_center.png');
	color: white;
	font-size: 1.2em;
	font-weight: bold;
}

.content-title:before,
.content-title:after {
	content: '';
	position: absolute;
	top: -0.25em;
	height: 100%;
}

.content-title:before {
	right: 100%;
	width: 13px;
	background-image: url('../images/webicon/content_title_front.png');
}

.content-title:after {
	left: 100%;
	width: 35px;
	background-image: url('../images/webicon/content_title_last.png');
}

.content_subject {
	padding-top: 2px;
	padding-left: 30px;
	padding-right: 25px;
	font-size: 11pt;
	color: #FFFFFF;
	font-weight: bold;
	background: url(../images/webicon/content_title_center.png) repeat-x;
}

.map_icon {
	padding-left: 12px;
	background: url(../images/webicon/map_box.jpg) no-repeat -3px 2px;
}

.map_icon_hover {
	padding-left: 12px;
	cursor: pointer;
	color: #dc8435;
	background: url(../images/webicon/map_box_hover.jpg) no-repeat -3px 2px;
}

.map_title {
	color: #3E919F;
	font-weight: bold;
}

.map_subject {
	font-size: 11pt;
	color: #3366CC;
	font-weight: bold;
}
		
.sliderbox {
	float: left;
	width: 907px;
	background: #FFFFFF;
	overflow-x: hidden;
	overflow-y: hidden;
	height: 80px;
}

.sliderleft {
	clear: both;
	float: left;
	width: 45px;
	height: 60px;
	cursor: pointer;
	background: url(../images/myslider/slider_left2.jpg) no-repeat;
	background-position: left 25px;
}

.sliderleft:hover {
	float: left;
	width: 45px;
	height: 60px;
	cursor: pointer;
	background: url(../images/myslider/slider_left.jpg) no-repeat;
	background-position: left 25px;
}

.sliderright {
	float: left;
	width: 25px;
	height: 60px;
	cursor: pointer;
	background: url(../images/myslider/slider_right2.jpg) no-repeat;
	background-position: center 25px;
}

.sliderright:hover {
	float: left;
	width: 25px;
	height: 60px;
	cursor: pointer;
	background: url(../images/myslider/slider_right.jpg) no-repeat;
	background-position: center 25px;
}

.sliderbox table {
	width: 6130px;
	font-size: 9pt;
}

.sliderbox td {
	width: 165px;
	height: 70px;
	vertical-align: top;
	padding-top: 5px;
	line-height: 20px;
	color: gray;
	font-weight: bold;
}

.sliderbox img {
	float: left;
	margin-right: 5px;
}

.sliderbox .title {
	color: #333333;
	cursor: pointer;
}

.sliderbox .title:hover {
	color: #93AEFF;
	cursor: pointer;
}

.alpha_div {
	filter: alpha(opacity=50);
	Opacity: 0.5;
}