@charset "utf-8";
/* CSS Document */




img	{border:none;}

body {
	margin: 0px;
	font-family: "新細明體", Arial, Helvetica, sans-serif;
	background-color:#D9D0C6;
	text-align:left;
	margin:0px;
	padding:0px;
}

p {
	margin:0;
}


#Wrapperup {
	margin:0px;
	padding:0px 0px 0px 0px;
	background:url(bg_top.jpg) repeat-x;
	height:45px;
}

#inHeader {
	padding:0px 0px 0px 0px;
	margin:auto;
	width:1000px;
	height:260px;
	background:url(bg_top.jpg) repeat-x;
	background-color:#fff;
}

#Wrappermid {
	clear:both;
	background-color:#D9D0C6;
}

#inMain {
	padding:0px 0px 0px 0px;
	margin:auto;
	width:1000px;
}


#container {
	padding:20px 0px 20px 0px;
	width:1000px;
}

#index {
	height:555px;
	background-color:#fff;
	padding:10px;
}

#logo {
	position:absolute;
	height:140px;
	width:303px;
	padding:30px 0px 0px 30px;

}

#menu {
	position:absolute;
	padding:430px 0px 0px 0px; 

}

#Wrapperdown {
    clear:both;
	background:url(bg_down.jpg) repeat-x bottom;
}
#inFooter{
    clear:both;
	margin:auto;
	width:1000px;
	height:164px;
	background:url(bg_down_mid_index.jpg);
}
#inFootertext{
    clear:both;
    padding:80px 0px 0px 0px;
    text-align:center;
	width:1000px;
	color:#FFFFFF;
}

.copyright13{
	font-family: "Arial";
     text-align:center;
    color:#FFFFFF;
	font-size:13px;
	line-height:14px;
	letter-spacing:2px;
	padding: 10px 0px 10px 0px;
}

.copyright11{
	font-family: "Arial";
     text-align:center;
    color:#523300;
	font-size:11px;
	line-height:0px;
	letter-spacing:1px;
}

/*---------------------------------------------------------------*/

.main_image {
    width: 980px;
    height: 555px;
    float: left;
	position:absolute;
    overflow: hidden; /*--Overflow hidden allows the description to toggle/tuck away as it slides down--*/
    color: #fff;
}
.main_image h2 {
    font-size: 2em;
    font-weight: normal;
    margin: 0 0 5px;
    padding: 10px;
}
.main_image p {
    font-size: 1.2em;
    line-height: 1.6em;
    padding: 10px;
    margin: 0;
}
.block small { /*--We'll be using this same style on our thumbnail list--*/
    font-size: 1em;
    padding: 0 0 0 20px;
    background: url(icon_calendar.gif) no-repeat 0 center;
}
.main_image .block small {margin-left: 10px;}
.main_image .desc{
    position: absolute;
    bottom: 0;
    left: 0; /*--Stick the desc class to the bottom of our main image container--*/
    width: 100%;
    display: none; /*--Hide description by default, if js is enabled, we will show this--*/
}
.main_image .block{
    width: 100%;
    background: none;
    border: none;
}
.main_image a.collapse { /*--This is our hide/show tab--*/
    background: url(btn_collapse.gif) no-repeat left top;
    height: 27px;
    width: 93px;
    text-indent: -99999px;
    position: absolute;
    top: -27px;
    right: 20px;
}
.main_image a.show {background-position: left bottom;}


/**/
.image_thumb {
    width: 980px;
    background: none;
    border: none;
	position:absolute;

}
.image_thumb img {
    border: none;
    padding: 5px;
    background: none;
    float: right;
}
.image_thumb ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.image_thumb ul li{
    margin: 0;
    padding: 10px;
    background: none;
    width: 72px;
    float: right;
    border: none;
}
.image_thumb ul li.hover { /*--Hover State--*/
    background: none;
    cursor: pointer;
}
.image_thumb ul li.active { /*--Active State--*/
    background: none;
    cursor: default;
}
html .image_thumb ul li h2 {
    font-size: 1.5em;
    margin: 5px 0;
    padding: 0;
}
.image_thumb ul li .block {
    float: right;
    margin-left: 10px;
    padding: 0;
    width: 170px;
}
.image_thumb ul li p{display: none;}/*--Hide the description on the list items--*/



.container {
	overflow: hidden;
	width: 900px;
	margin: 0 auto;
}