@charset "utf-8";
/* CSS Document */

/* 網站基本設定
---------------------------------------------*/
html,body {
	color: #333;
	font: 75% "微軟正黑體", verdana, Geneva;
	background: #fbfbfb url(../images/body_bg.jpg) repeat-x left top;
}
a {
	color: #5f5f5f;
	text-decoration: none;
	}
a:hover {
	color: #000000;
	text-decoration: underline;
	}
img {	
    display: block;
}
.clean-float {
	clear: both;
}

/* 網站結構設定
---------------------------------------------*/
#wrapper {width:990px; margin:0 auto; padding:0 10px;}

/* Header Set
---------------------------------------------*/
#header{
	width:1000px;
	height:327px;
	position:relative;
	background-image: url(../images/header_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#headerLogo{
	position:absolute;
	left: 35px;
	top: 13px;
}
#headerCatch{
	position:absolute;
	left: 32px;
	top: 47px;
}
#preCatch{
	width:480px;
	position:absolute;
	font-size: 15px;
	line-height: 20px;
	color: #333;
	letter-spacing: 2px;
	left: 35px;
	top: 155px;
	text-align:justify; /*文章齊頭齊尾*/
	text-justify:inter-ideograph;/*文章齊頭齊尾*/
}
#could{
	position:absolute;
	left: 550px;
	top: 46px;
}
#fbPhoto{
	position:absolute;
	visibility: hidden;
}

#content{ margin:30px 0; width:1000px;}
#contentLeft{ float:left; width:545px; padding-left:35px;}
#contentLeft dt{
	margin:14px 0;
	padding-bottom:14px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #dddddd;
}
#contentLeft h1{
	padding-bottom:8px;
	margin-bottom:15px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #e83972;
}
#contentLeft h2{font-size: 15px;font-weight: bolder;color: #eb3973; margin-bottom:5px;}
#contentLeft h2 a{color: #e63873;text-decoration: none;}
#contentLeft h2 a:hover{color: #FFF;text-decoration: none;background-color: #e63873;}
#contentLeft p{font-size: 13px;line-height: 18px;color: #777777;}
#contentLeft p a{color: #fd9900;text-decoration: underline;}
#contentLeft p a:hover{color: #F00;text-decoration: underline;}
#contentRight{ float:right; width:350px; padding-right:35px;}
#contentRight h1{
	padding-bottom:8px;
	margin-bottom:18px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #1cadc8;
	}
#contentRight dt{
	margin:12px 0;
	padding:8px;
	border: 1px solid #dddddd;
}
#contentRight h2{font-size: 15px;font-weight: bolder;color: #1aaec8;margin-bottom:3px;}
#contentRight h2 a{color: #1aaec8;text-decoration: none;}
#contentRight h2 a:hover{color: #FFF;text-decoration: none;background-color: #1aaec8;}
#contentRight h3{
	font-size: 15px;
	font-weight: lighter;
	color: #434343;
	margin-bottom:3px;
}
#contentRight p{
	font-size: 13px;
	color: #777777;
}
.pptImages{float:left;border: 1px solid #32b6cd;}
.pptText{
	height:68px;
	float:left;
	margin-left:10px;
	padding-left:10px;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #919191;
}
#contentRight p a{color: #fd9900;text-decoration: underline;}
#contentRight p a:hover{color: #F00;text-decoration: underline;}

#footer{
	width:100%;
	background-color: #feeeef;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #fda7b0;
}
#footerContent{ margin:0 auto; width:930px; padding:20px 0; position:relative;}
#footerLogo{}
#footerLogo dt{ margin-right:11px; float:left;}
#footerLogo dt.no{ float:right; margin-right:0;}
#footerCopyright{
	margin-top:5px;
	font-size: 11px;
	line-height: 21px;
	color: #333;
}

#facebook{
	width:300px;
	position:absolute;
	display:block;
	right: 577px;
	top: 13px;
}
#facebook li{ margin-bottom:3px;}

#footerFb{
	margin-top:10px;
	width:640px;
}
