@charset "utf-8";
/* CSS Document */
/***普通通用*********************************************************/
p {margin: 0px;padding: 0px;}
img {border: 0px;}
.clear {zoom: 1;clear: both;}
.clear:after {content: '';display: block;clear: both;visibility: hidden;height: 0;}
.bold{font-weight:bold;}
/***普通通用*********************************************************/
body {
	margin: 0px;
	padding: 0px;
	background-color:#551500;
}
#wrapper100 {
	width: 100%;
	height: auto;
	margin: 0 auto;
}
#wrapper {
	width: 1000px;
	height: auto;
	position: relative;
	margin: 0 auto;
	line-height: 18px;
	letter-spacing: 1px;
	font-size: 13px;
	font-family: Verdana, "新細明體", "微軟正黑體";
	background-image: url(bg.jpg);
	background-position: left top;
	background-repeat: repeat-y;
	}
#main {
	width: 698px;
	height: 176px;
	background:url(main_bg.jpg) repeat-y;
}
#leftsidebar {
	width: 302px;
	height: auto;
	float: left;
	
}
#rightsidebar {
	width: 698px;
	height: auto;
	float: left;
	margin: 0px 0px 0px 0px;
	
}
#container{
	width: 710px;
	height: auto;
	float: left;
	margin: 20px 0px 0px 0px;
	
}
#footer100 {
	width: 100%;
	height: auto;
	padding: 0px 0px 0px 0px;
}
#footer {
	width: 698px;
	height: 90px;
	padding: 4px 0px 120px 0px;
	margin: 0 auto;
	font-size: 13px;
	letter-spacing: 1px;
	line-height: 20px;
	font-family: Verdana;
	position: relative;
	background:url(footer/index_footer.jpg) no-repeat;
}

#footer .menu{
	width: 678px;
	height: 20px;
	padding: 29px 0px 0px 10px;
	float: left;
	text-align: left;
	color: #e6e6e6;
	}
#footer .menu A:link {
	color: #e6e6e6;
	TEXT-DECORATION: none;
}
#footer .menu A:visited {
	color: #e6e6e6;
	TEXT-DECORATION: none;
}
#footer .menu A:hover {
	COLOR: red;
	TEXT-DECORATION: underline;
}
#footer span{
	color: #B20000;

	}
#footer .community {
	position: absolute;
	z-index: 1;
	height: auto;
	width: 105px;
	left: -230px;
	top: 60px;
	
}
#footer .qr {
	position: absolute;
	z-index: 1;
	left: -230px;
	top: -35px;
	height: auto;
	width: 90px;
	height:90px;
}
#footer .info{
	width: 217px;
	height: auto;
	text-align: center;
	position: absolute;
	z-index: 1;
	left: -299px;
	top: 90px;
	color: #FFF;

}
#footer .copyright{
	width: 678px;
	height: auto;
	padding: 8px 0px 0px 20px;
	float: left;
	text-align: left;
	color: #535353;
	}
#footer .copyright A:link {
	color:#535353;
	TEXT-DECORATION: none;
}
#footer .copyright A:visited {
	color: #535353;
	TEXT-DECORATION: none;
}
#footer .copyright A:hover {
	COLOR: red;
	TEXT-DECORATION: underline;
}

/***商標*********************************************************/
#logo {
	position: absolute;
	z-index: 1;
	height: auto;
	width: 100px;
	left: 30px;
	top: 35px;
	
}

/***跑馬燈*********************************************************/
#marquee {
	position: absolute;
	z-index: 2;
	height: 18px;
	width: 304px;
	left: 39px;
	top: 148px;
	color: #FFF;
}
/*-廣告主視圖----------------------------------------*/
#ad {
	width: 698px;
	height: 480px;
	
}
/*-首頁關於我們-----------------------------------------*/
#iabout {
	height: auto;
	width: 255px;
	margin:0px 0px 0px 20px;
	color: #666666;
	font-size: 13px;
	letter-spacing: 1px;
}
#iabout .top {
	width: 255px;
	height: auto;
	float: left;
}
#iabout .center {
	width: 255px;
	height: auto;
	padding: 10px 0px 5px 0px;
	float: left;
}
#iabout .centent {
	width: 255px;
	height: auto;
	padding: 0px 0px 0px 0px;
	float: left;
	text-align: left;
	color: #333333;
	font-size: 12px;
	text-align: justify;
	text-justify: inter-ideograph;
}
#iabout .more {
	width: 42px;
	height: 15px;
	margin: 5px 0px 0px 30px;
	float: right;
	text-align: left;
}
/*上下換圖按鈕加在連結中的css，意思是<a>標籤的背景位置為往上移動圖片高度一半的單位*/

.morebut:hover, .morebut:hover span {

	background-position:0 -15px;

}

.morebut span {

	background: url('iabout/more.jpg') no-repeat 0 0;

		display: inline-block;

		width: 42px;

		height: 15px;

		-webkit-transition: background-position 100ms linear;

		-moz-transition: background-position 100ms linear;

		-o-transition: background-position 100ms linear;

		transition: background-position 100ms linear;

}

/*上下換圖按鈕結束*
/************************************************************/
/*-首頁最新消息-----------------------------------------*/
#inews {
	position: absolute;
	z-index: 1;
	top: 478px;
	left: 598px;
	height: auto;
	width: 400px;
	float: right;
	color: #2C3B48;
	font-size: 13px;
	letter-spacing: 0px;
}
#inews .more {
	width: 42px;
	height: 15px;
	margin: 5px 30px 0px 30px;
	float: right;
	text-align: left;
}
/*上下換圖按鈕加在連結中的css，意思是<a>標籤的背景位置為往上移動圖片高度一半的單位*/

.morebut:hover, .morebut:hover span {

	background-position:0 -15px;

}

.morebut span {

	background: url('iabout/more.jpg') no-repeat 0 0;

		display: inline-block;

		width: 42px;

		height: 15px;

		-webkit-transition: background-position 100ms linear;

		-moz-transition: background-position 100ms linear;

		-o-transition: background-position 100ms linear;

		transition: background-position 100ms linear;

}
/*上下換圖按鈕結束*/

#inews .top {
	width: 400px;
	height: auto;
	float: left;
}
#inews .center {
	width: 400px;
	height: auto;
	padding: 0px 0px 0px 0px;
	float: left;
	/* [disabled]border-left: 1px #9ED9E9 solid; */
}
#inews .list{
	height: 70px;
	width: 180px;
	margin: 0px 4px 0px 4px;
	float: left;
	}
#inews .photo {
	height: 54px;
	width: 64px;
	margin: 10px 5px 0px 5px;
	float: left;
	overflow: hidden;
}
#inews .photo_style {
	padding: 3px;
	background-color: #FFF;
	border: 1px solid #ccc;
}
#inews .caption {
	width: 100px;
	height: auto;
	float: right;
	text-align: left;
	color: #333333;
	font-size: 12px;
}
#inews .caption A:link {
	color: #333333;
	TEXT-DECORATION: none;
}
#inews .caption A:visited {
	color: #333333;
	TEXT-DECORATION: none;
}
#inews .caption A:hover {
	COLOR: red;
	TEXT-DECORATION: underline;
}
#inews .date {
	width: 100px;
	height: auto;
	float: right;
	margin: 10px 0px 0px 0px;
	font-size: 12px;
	text-align: left;
	color: #B22D00;
}
/************************************************************/
#sharebutton{
	width:102px;
}