﻿@charset "utf-8";
body{
	text-align:center;
	margin: 0px;
	font-family: "細明體", Arial;
	background-color:#5393c6;
	font-size: 13px;
}
input.groovybutton
{
	color:#FFFFFF;
	width:100px;
	height:25px;
	background-color:#6699cc;
	border-top-style:none;
	border-top-color:#FF9999;
	border-left-style:none;
	margin: 10px;
}

.title1{
	margin:0 0 10px 0;
}


p{
	font-size:13px;
	color: #666;
	line-height: 20pt;
	margin: 5px 0;
}
.maintxt1{
	font-size:15px;
	font-weight:bolder;
	color:#039;
	}
.maintitle{
	color:#399;
	font-weight:bold;
	}
a {
    color: #666666;
    text-decoration: none;
}
a:hover {
    color: #0000FF;
    text-decoration: underline;
}

/*Stroke*/
.Stroke{
	border:solid #ccc 1px;
	padding:15px;

	margin-bottom:15px;
	overflow:hidden;
	}
.Stroke_img{
	float:left;
	width:125px;
	}
.Stroke_main{
	float:right;
	width:565px;
	}
.Stroke_name{
	color:#06C;
	font-size:18px;
	margin:0 0 10px 0;
	border-bottom:solid #ccc 1px;
	
	}
.Stroke_name a{
	color:#06C;
	}
.date{
	color:#000;
	font-size:13px;
	}
	
/*guest*/
.guest{
	border:solid #ccc 1px;
	padding:15px;
	margin-bottom:15px;
	overflow:hidden;
	}
.guest_reply{
	margin-top:10px;
	border:	dashed #ccc 1px;
	background-color:#FFC;
	padding:8px;
	}
.guest_icon{
	margin-bottom:10px;
	text-align:center;
	}
.guest_icon a{
	color:#00F;
	}

/* global table */
.general-table{
	width: 655px;
	line-height: 1.846;
	border-collapse: collapse;
	margin: 10px 0;
}
th.table-cell, td.table-cell {
	padding: 8px;
	vertical-align: top;
	border: 1px solid #d1c0a5;
	text-align: center;
}
th.table-cell {
	font-weight: normal;
	background-color: #907956;
	color: #000000;
}

#wapper{
	width:950px;
	margin:0 auto;
	background-color:#FFF;
	overflow: hidden;
	border-left:solid #fff 10px;
	border-right:solid #fff 10px;
}
/* top區塊 */
#header{
	height: 100px;
	background-image: url(../images/top_bg.jpg);
	background-repeat: no-repeat;
}
#logo{
	width: 541px;
	height: 82px;
	float: left;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 20px;
}

/* 選單 */
#nav{
	height: 44px;
	list-style-type: none;
	text-align: center;
	background-color:#21b1ba;
}
#nav ul{
	margin:0;
	list-style:none;
	}
#nav li{
	width: 135px;
	float: left;
}

#nav li a{
	display: block;
	overflow: hidden;
	width: 100%;
	height: 0 !important;
	height /**/:44px;
	padding-top:44px;
	color: #FFFFFF;
	background-image: url(../images/nav.gif);
}

/* offMouse 位置*/
#nav01 a{ background-position: 0 0;}
#nav02 a{ background-position: -135px 0;}
#nav03 a{ background-position: -270px 0;}
#nav04 a{ background-position: -405px 0;}
#nav05 a{ background-position: -540px 0;}
#nav06 a{ background-position: -675px 0;}
#nav07 a{ background-position: -810px 0;}




#nav01 a:hover{ background-position: 0 -44px;}
#nav02 a:hover{ background-position: -135px -44px;}
#nav03 a:hover{ background-position: -270px -44px;}
#nav04 a:hover{ background-position: -405px -44px;}
#nav05 a:hover{ background-position: -540px -44px;}
#nav06 a:hover{ background-position: -675px -44px;}
#nav07 a:hover{ background-position: -810px -44px;}

/*index_news*/
.index_news{
	width:950px;
	margin:10px 0;
	overflow: inherit;
	}



/* 內文區 */
#container{
	text-align: left;
	margin:20px 0;
}

/* 左邊選單 */
#sidebar{
	float: left;
	margin: 0;
	width:189px;
	
	}

.sidebar_nav{
	margin: 0;
	background-color: #185CD9;
}

.sidebar_nav ul{
	list-style-type: none;
	margin:0 10px;
    padding: 0;
}
.sidebar_nav li{
	float: none;
	margin: 0 0 10px 0;
	padding: 0;
	border-bottom:dashed #fff 1px;
}
.sidebar_nav li a{
	color:#fff;
	font-size:13px;
	font-weight:none;
	}
.linkad{
	margin:10px 0;
	}
.sidebar_nav p{
	color:#FFF;
	margin-left:30px;
	}

#content{
	float: right;
	width: 739px;
	height: auto;
	margin: 0;
}

/* 宣告區 */
#footer{
	border-top:solid #395481 1px;
	font-size:13px;
	line-height: 18pt;
	padding: 10px 10px 10px 200px;
	margin-top:5px;
	width: 750px;
	float: left;
	position: relative;
	text-align: left;
	color: #333333;
	font-family: "細明體", "Arial Unicode MS";
}
#footer p{
	color:#333333;
	float: left;
	margin-right: 30px;
}
.footer-logo{
	width:106px;
	height: 90px;
	float: left;
	margin: 0 20px;
}
.fblink{
	width: 32px;
	height: 32px;
	margin-top: 50px;
	float: right;
	margin-right: 50px;
}

/* clearfix */
.clearFix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
.clearFix {
    display: inline-block;
}
html[xmlns] .clearFix {
    display: block;
}
* html .clearFix {
    height: 1%;
}
s
