@charset "utf-8";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
	background-color: #EDEDED;
	background-repeat: repeat-x;
	background-image: url(images/bg.jpg);
	font-family: Arial, Helvetica, sans-serif;
}

/*====================山頭====================*/

#header {
	margin: auto;
	padding: 0;
	width: 1000px;
	height: 450px;
	position: relative;
}
#header h1 {	
    margin: 0;
	padding: 0;
	background-image: url(images/header.jpg);
	display: block;
	height: 450px;
	width: 1000px;
	text-indent:-9999px;
}
#logo , #logo a {	
	margin: 0;
	padding: 0;
	height: 76px;
	width: 173px;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 999;
	background-image: url(images/menu.gif);
	background-position: -235px -204px;
}
#logo a:hover {
}
#fb {	
    margin: 0;
	padding: 0;
	position: absolute;
	height: 35px;
	width: 450px;
	top: 20px;
	right: 0px;
	text-align: right;
}
/*====================選單====================*/
#menu {
	padding: 0;
	margin: 0 auto;
	height: 35px;
	width: 1000px;
	background-image: url(images/menu.gif);
}
#menu ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#menu li {
	float: left;
}
#menu li a {
	margin: 0 0 0 20px;
	padding: 0;
	height: 35px;
	width: 225px;
	display: block;
	background-image: url(images/menu.gif);
	text-indent:-9999px;
}
#menu li.btu01 a {
	background-position: -20px top;
}
#menu li.btu02 a {
	background-position: -265px top;
}
#menu li.btu03 a {
	background-position: -510px top;
}
#menu li.btu04 a {
	background-position: -755px top;
}
#menu li.btu01 a:hover {
	background-position: -20px -35px;
}
#menu li.btu02 a:hover {
	background-position: -265px -35px;
}
#menu li.btu03 a:hover {
	background-position: -510px -35px;
}
#menu li.btu04 a:hover {
	background-position: -755px -35px;
}

/*====================內容====================*/
#container {
	width: 1000px;
	background-color: #FFF;
	margin: 0 auto;
	padding: 30px 0;	
}
#content {
	margin: 0 auto;
	width: 960px;
	background-color: #EDEDED;
	clear: both;
	overflow: hidden;
}

/*====================左欄====================*/

#sidebar {
	padding: 0;
	margin: 0;
	float: left;
}
#sidebar p.p1 {	
    display: block;
	padding: 0;
	margin: 0;
	width: 225px;
	height: 133px;
	background-image: url(images/menu.gif);
	background-position: 0 -204px;
}
#sidebar p.p2 {
	display: block;
	padding: 0;
	margin: 0;
	width: 225px;
	height: 133px;
	background-image: url(images/menu.gif);
	background-position: left -337px;
}

/*====================右欄內容====================*/

#main {
	padding: 5px 0 20px 20px;
	margin: 0;
	background-color: #FFF;
	float: right;
	width: 715px;
	}
#main ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#main li {
	margin: 0;
	padding: 0 0 5px 0;
	font-size: 16px;
	font-weight: bold;
	color: #333;
	letter-spacing: 0.1em;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #b2b2b2;
	line-height: 50px;
}
#main li ul{
	list-style-type: none;
	padding: 0px;
	margin: -40px 0 0 90px;	
}
#main li ul li{
	line-height: 30px;
	color: #b93728;
	text-align: justify;
	border: none;
	}
.top , .top a{
	margin-top: -40px;
	font-size: 12px;
	font-weight: normal;
	text-align: right;
	color: #b93728;
	text-decoration: none;
}
.top a:hover{
	text-decoration: underline;
}


#button {	
    padding: 0;
	margin: 10px auto 0 auto;	
	position: relative;	
	height: 105px;
	width: 285px;
}
#button a{
	height: 105px;
	width: 285px;	
	background-image: url(images/menu.gif);
	background-position: 0px -70px;
	bottom: 0;
	text-indent: -9999px;
	display: block;
}
#button a:hover{
	background-position: -285px -70px;
	}


.t_01 {
	font-size: 15px;
	color: #666;
	font-weight: bold;
	line-height: 20px;
}
.t_02 {
	font-size: 13px;
	color: #666;
	font-weight: normal;
	line-height: 20px;
	text-align: justify;
}
.t_03 {
	font-size: 15px;
	color: #333;
	font-weight: bold;
	line-height: 20px;
}