@charset "utf-8";
/* CSS Document */
#body {
	background-attachment: fixed;
	background-color: #D7EBFF;
	background-image: url(/uploads/images/bg.png);
	background-repeat: no-repeat;
	background-position: center top;
	padding: 0px;
	margin: 0px;
}
#top {
	height: 114px;
	width: 940px;
	padding-right: 10px;
	padding-left: 10px;
	background-image: url(/uploads/images/top_bg.png);
	margin-top: 27px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}

#search {
	padding: 5px;
	float: right;
	height: 23px;
	width: 205px;
	margin-top: 50px;
	margin-right: 5px;
}
#search_w {
	float: left;
	height: 23px;
	width: 155px;
	margin-left: 2px;
	background-image: url(/uploads/images/search/search_w.png);
	background-repeat: no-repeat;
	font-family: "微軟正黑體", Arial;
	font-size: 12px;
	line-height: 22px;
	color: #333;
	text-decoration: none;
	padding-left: 10px;
}


#search_go {
	float: left;
	height: 23px;
	width: 38px;
	background-image: url(/uploads/images/search/search_go.png);
}
#search_go:hover {
	background-image: url(/uploads/images/search/search_go_hover.png);
}


#yunlin_logo {
	float: left;
	height: 83px;
	width: 372px;
	margin-top: 10px;
}

#top_menu {
	background-image: url(/uploads/images/top_menu_bg.png);
	margin: auto;
	height: 50px;
	width: 730px;
	padding-right: 115px;
	padding-left: 115px;
}

#MENU {
	width:736px;
	margin:0 auto;
}
#MENU ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 100%;
	display: flex;
}
#MENU li{
	float: left;
	flex: 1;
}
#MENU li a{
	display: block;
	width: 120px;
	height: 40px;
	line-height: 45px;
	text-align: center;
	color: #FFFFFF;
	font-family: "微軟正黑體", Arial;
	font-weight: 900;
	text-decoration: none;
	font-size: 16pt;
	float: left;
}
#MENU li a:hover {
	background-image: url(/uploads/images/top_menu_hover_bg.png);
	background-repeat: repeat-x;
	color: #333;
}

#this a {
	background-image: url(/uploads/images/top_menu_hover_bg.png);
	background-repeat: repeat-x;
	color: #F00;
}

#content {
	background-image: url(/uploads/images/content_bg.png);
	background-repeat: repeat-y;
	margin: auto;
	height: auto;
	width: 940px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#page_title {
	font-family: "Arial Black", "微軟正黑體";
	font-size: 17px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	height: 26px;
	width: 915px;
	padding-left: 25px;
	background-image: url(/uploads/images/title_bg.png);
	background-repeat: no-repeat;
	background-position: left;
}
#profile_banner {
	height: 176px;
	width: 776px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}
#profile {
	height: auto;
	width: 776px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}

.yunlin_tab {
	clear: left;
	width: 772px;
	margin: 10px 0;
	}
	
.yunlin_tab ul,
.yunlin_tab li {
		margin: 0;
		padding: 0;
		list-style: none;
	}

ul.tabs {
	width: 100%;
	height: 32px;
	margin-left: 10px;
	}
ul.tabs li {
		float: left;
		height: 31px;
		line-height: 31px;
		overflow: hidden;
		position: relative;
		margin-bottom: -1px;	/* 讓 li 往下移來遮住 ul 的部份 border-bottom */
		border: 1px solid #999;
		background: #e1e1e1;
		border-radius: 10px 10px 0 0;
	}
ul.tabs li a {
	display: block;
	padding: 0 20px;
	color: #000;
	text-decoration: none;
	font-family: "微軟正黑體", Arial;
	}
ul.tabs li a:hover {
	color: #F00;
	font-weight: bold;
	}
ul.tabs li.active  {
		background: #fff;
		border-bottom: 1px solid #fff;
	}
ul.tabs li.active a:hover {
	font-weight: bold;
	}
div.tab_container {
		clear: left;
		width: 100%;
		border: 1px solid #999;
		background: #fff;
		border-radius: 10px;
	}
div.tab_container .tab_content {
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	}
div.tab_container .tab_content p {
		font-family: "微軟正黑體", Arial;
	}
div.tab_container .tab_content h3 {
	font-family: "微軟正黑體", Arial;
	color: #09C;
	}


#but_menu_tops {
	background-image: url(/uploads/images/buttom_top_shadow.png);
	margin: auto;
	height: 10px;
	width: 960px;
}
#but_menu {
	background-image: url(/uploads/images/button_menu_bg.png);
	margin: auto;
	height: 30px;
	width: 960px;
	text-align: center;
	padding-top: 5px;
	font-family: "微軟正黑體", Arial;
	font-size: 13pt;
	line-height: 28px;
	color: #FFF;

}
#but_menu a {
	font-family: "微軟正黑體", Arial;
	font-size: 13pt;
	line-height: 28px;
	color: #FFF;
	text-decoration: none;
	
}
#copyright {
	margin: auto;
	height: 72px;
	width: 100%;
	background-image: url(/uploads/images/copys_bg.png);
	background-repeat: repeat-x;
	text-align: center;
	font-family: "微軟正黑體", Arial;
	font-size: 10pt;
	color: #aacaff;
	text-decoration: none;
	padding-top: 10px;
}

#copyright a {
	font-family: "微軟正黑體", Arial;
	font-size: 10pt;
	color: #aacaff;
	text-decoration: none;
}
