@charset "utf-8";
/* CSS Document */

@import url("reset.css");
#top {
	background-color: #4a4a4a;
	margin: 0px;
	height: 14px;
	width: 100%;
}
#alltop {
	width: 100%;
	position: fixed;
	z-index: 1;
	top: 0px;
	height: 145px;
}

#wrap {
	margin: auto;
	width: 950px;
}
#index {
	width: 100%;
}

#index_bk {
	background-color: #4A4A4A;
	width: 100%;
	margin-bottom: 0px;
	padding-top: 15px;
	padding-bottom: 12px;
}
#menuBar {
	background-color: #4A4A4A;
	width: 100%;
	margin-bottom: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 0px;
	margin-left: 0px;
	box-shadow: 0px 3px 5px #555;
}



#menu {
	width: 890px;
	height:30px;
	margin: auto;
	background-color: #4a4a4a;
	padding-top: 5px;
	padding-right: 30px;
	padding-bottom: 5px;
	padding-left: 30px;
	position: relative;
}
#menu ul {
	list-style-type: none;
	margin-left:0;
	padding-top:0px;
	display: block;
}
#menu ul li {
	float: left;
}
#menu ul li a{
	text-indent:-9999px;
	outline:none;
	height:30px;
	width: 110px;
	display:block;
	background-position:left top;
	background-repeat: no-repeat;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #FFF;
} 
#menu ul li a:hover{
	background-position:left bottom;
} 
#menu ul .m1 a { background-image: url(../images/menu/m01.png); }
#menu ul .m2 a { background-image: url(../images/menu/m02.png); }
#menu ul .m3 a { background-image: url(../images/menu/m03.png); }
#menu ul .m4 a { background-image: url(../images/menu/m04.png); }
#menu ul .m5 a { background-image: url(../images/menu/m05.png); }
#menu ul .m6 a { background-image: url(../images/menu/m06.png); }
#menu ul .m7 a { background-image: url(../images/menu/m07.png); }
#menu ul .m8 a { background-image: url(../images/menu/m08.png); border:none; }



/*menu_end*/


#indexbanner {
	background-image: url(../images/index_bannerbg.jpg);
	background-repeat: no-repeat;
	margin: auto;
	height: 510px;
	width: 950px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCC;
	border-left-color: #CCC;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 40px;
	padding-left: 0px;
}
#index_content {
}

#index_content a{
	font-family: Arial, Helvetica, sans-serif, "微軟正黑體";
	font-size: 15px;
	line-height: 25px;
	color: #FFF;
	text-decoration: none;
	background-image: url(../images/index_content.gif);
	height: 100px;
	width: 720px;
	margin: auto;
	padding-top: 85px;
	padding-right: 195px;
	padding-bottom: 0;
	padding-left: 35px;
	display: block;
}
#head {
	margin: auto;
	height: 95px;
	width: 100%;
	text-align: center;
	background-color: #FFF;
}
#main {
	width: 820px;
	padding-top: 30px;
	padding-bottom: 25px;
	margin-top: 145px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}
#main_sp {
	width: 890px;
	padding-top: 30px;
	padding-bottom: 25px;
	margin-top: 145px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}

.tilte {
	font-family: "微軟正黑體";
	font-size: 18px;
	line-height: 20px;
	font-weight: bold;
	color: #222;
	background-image: url(../images/title_icon.gif);
	background-repeat: no-repeat;
	height: 20px;
	padding-left: 25px;
	padding-bottom: 35px;
	width: 95%;
}
.titleimg {
	display: block;
	width: 100%;
	padding-bottom: 35px;
}
.content {
	font-family: "微軟正黑體";
	font-size: 15px;
	line-height: 28px;
	color: #222;
	text-decoration: none;
	display: block;
}
.link_sp {
	width: 880px;
	padding-top: 0px;
	padding-bottom: 5px;
	margin-top: -25px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}

#sp_box {
	padding: 25px;
	width: 835px;
	background-color: #FFF;
	margin-bottom: 20px;
}
#sp_box #photo  {
	padding: 0px;
	float: left;
	height: 245px;
	width: 210px;
}
#sp_box #info {
	background-image: url(../images/sp_bg.gif);
	background-repeat: no-repeat;
	float: left;
	width: 575px;
	padding-left: 50px;
	font-family: "微軟正黑體";
	font-size: 13px;
	line-height: 22px;
	color: #222;
}
#sp_box #info h3 {
	font-family: Arial, Helvetica, sans-serif, "微軟正黑體";
	font-size: 25px;
	line-height: 35px;
	font-weight: bold;
}
.sp_head {
	font-family: "微軟正黑體";
	padding-top: 15px;
	padding-bottom: 20px;
	font-size: 25px;
	font-weight: bold;
	text-decoration: none;
	color: #E4007F;
}

.table_agenda {
	font-family: Arial, Helvetica, sans-serif, "微軟正黑體";
	font-size: 15px;
	line-height: 22px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #606060;
}
.table_agenda tr td {
	padding-top: 5px;
	padding-bottom: 5px;
}
.agenda_bold {
	font-size: 18px;
	line-height: 28px;
	font-weight: bold;
	color: #003c95;
}
#main .content ol li {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #777;
	padding-bottom: 5px;
	margin-bottom: 5px;
}
#main .content ul {
	padding-left: 20px;
}
#main .content ul li {
	padding-left: 5px;
	list-style-type: disc;
	padding-top: 15px;
}








#footer {
	text-align: center;
	display: block;
	width: 100%;
	height: 72px;
}
#apDiv1 {
	position:absolute;
	left:490px;
	top:30px;
	width:67px;
	height:24px;
	z-index:1;
	visibility: hidden;
}

#apDiv2 {
	position:absolute;
	left:710px;
	top:30px;
	width:67px;
	height:24px;
	z-index:1;
	visibility: hidden;
}

#apDiv3 {
	position:absolute;
	left:825px;
	top:30px;
	width:67px;
	height:24px;
	z-index:1;
	visibility: hidden;
}
.slideshow {
	height: 510px;
	width: 950px;
	margin: auto;
	padding:0 ;

}
.slideshow img{ height: 510px; 	width: 950px;}
