@charset "utf-8";
/* CSS Document */
html{-webkit-text-size-adjust:none;}/*chrome font-size<12px */
body {
	background-color: #f5f6f7;
	margin: 0px;
	padding: 0px;
	color: #727272;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
}
/*----上半部背景---*/
#header_wrapper {
	background-attachment: scroll;
	background-image: url(../images/index_header_bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
/*--1100---*/
#header {
	width: 1100px;
	margin-right: auto;
	margin-left: auto;
	height: 600px;
}
/*---上面次選單那塊---*/
.top{
	position: absolute;
	margin-top: 23px;
	margin-left: 681px;
}
.fb {
	width: 59px;
	height: 18px;
	float: left;
}
.s_list {
	float: left;
	width: 255px;
	margin-left: 12px;
}
.s_list A:link , .s_list A:visited{
	color:#858585;
	text-decoration:none;
}
.s_list A:hover , .s_list A:active{
	color:#5a5a5a;
	text-decoration:none;
}
/*--內容背景---*/
#content_wrapper {
	background-image: url(../images/index_con_wrapper_bg.jpg);
	background-repeat: repeat-x;
}
/*--1002---*/
#content {
	width: 966px;
	margin-right: auto;
	margin-left: auto;
	height: 230px;
	padding-right: 20px;
	padding-left: 16px;
}
/*--關於我們---*/
.about {
	float: left;
	width: 314px;
	background-image: url(../images/index_about_tit.jpg);
	background-repeat: no-repeat;
	padding-top: 20px;
}
.about_p {
	height: 105px;
	width: 314px;
	margin-bottom: 5px;
}
.about_t {
	height: 36px;
	width: 308px;
	margin-bottom: 10px;
	padding-left: 6px;
}
/*--GO案扭---*/
.go {
	height: 16px;
	width: 21px;
	padding-left: 6px;
}
/*--最新消息---*/
.news {
	float: left;
	width: 322px;
	background-image: url(../images/index_news_tit.jpg);
	background-repeat: no-repeat;
	background-position: 19px 0px;
	padding-left: 11px;
	padding-top: 20px;
}
.news_p {
	height: 107px;
	width: 315px;
}
.news_day {
	padding-left: 10px;
	margin-bottom: 3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #0f2b4a;
	font-weight: bold;
}
.news_t {
	padding-left: 10px;
	padding-bottom: 5px;
}
.news_t A:link , .news_t A:visited{
	color:#727272;
	text-decoration:none;
}
.news_t A:hover , .news_t A:active{
	color:#3f3f3f;
	text-decoration:none;
}
/*--社福---*/
.social {
	width: 319px;
	float: left;
	background-image: url(../images/index_social_tit.jpg);
	background-repeat: no-repeat;
	background-position: 14px 0px;
	padding-top: 17px;
}
.social_p {
	padding-left: 7px;
	height: 105px;
	width: 312px;
}
.social_t {
	padding-left: 16px;
	margin-bottom: 8px;
}
.social_t A:link , .social_t A:visited{
	color:#727272;
	text-decoration:none;
}
.social_t A:hover , .social_t A:active{
	color:#3f3f3f;
	text-decoration:none;
}
/*--底背景--*/
#footer_wrapper {
	clear: both;
	background-image: url(../images/footer_bg.jpg);
	background-repeat: repeat-x;
	background-position: 0px 25px;
}
/*--底圓弧背景--*/
#footer {
	width: 1002px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/footer_bg2.jpg);
	background-repeat: no-repeat;
	background-position: 29px 0px;
	height: 162px;
}
/*--左邊LOGO---*/
#footer_left {
	padding-top: 30px;
	padding-left: 70px;
	float: left;
	height: 24px;
	width: 110px;
}
/*--右邊--*/
#footer_right {
	float: left;
	margin-left: 12px;
	margin-top: 19px;
	width: 722px;
}
/*--選單---*/
.footer_list {
	height: 25px;
	border-bottom:1px solid #c9c9c9;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}
.footer_list ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.footer_list ul li {
	float: left;
	padding-right: 15px;
}
.footer_list a {
	text-decoration: none;
	color: #6a6a6a;
}
.footer_list a:hover{
	text-decoration: none;
	color: #464646;
}
/*--地址---*/
.footer_add{
	color: #605f5f;
	font-weight: bold;
	float: left;
}
/*--world--*/
.world {
	font-size: 10px;
	float: right;
	color:#b1b1b1;
}
.world A:link , .world A:visited{
	color:#b1b1b1;
	text-decoration: underline;
}
.world A:hover , .world A:active{
	color:#8f8f8f;
	text-decoration:none;
}
/*--訊息2下方---*/
.message2 {
	clear: both;
}
/*--信箱--*/
.mail {
	float: left;
	background-image: url(../images/mail.jpg);
	background-repeat: no-repeat;
	padding-left: 15px;
	background-position: 0px 7px;
}
.mail A:link , .mail A:visited{
	color:#696969;
	text-decoration: underline;
}
.mail A:hover , .mail A:active{
	color:#434343;
	text-decoration:none;
}
.copy {
	font-size: 10px;
	float: left;
	margin-left: 10px;
}

