@charset "big5";
/* CSS Document */

body {
	font-size: 13px;
	line-height: 22px;
}
.width {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}
.grid_pd{
	padding:15px 0 15px 0;
}
.grid_banner{
	padding:15px 0 15px 0;
	text-align: center;
}

/*文章*/
.content_box{
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
	padding:10px 30px 10px 30px;
}
.content_box02{
	padding:10px 30px 10px 30px;
}
.content_imageR{
	float:right;
	margin:20px 0 30px 30px;
}
.content_imageL{
	float:left;
	margin:20px 30px 30px 0;
}
.content_article{
	text-indent :15px;
}

/*選單*/
.Menu_box {
	border-right-width: 5px;
	border-bottom-width: 5px;
	border-left-width: 5px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #ffea00;
	border-bottom-color: #ffea00;
	border-left-color: #ffea00;
}
.Menu_grid01{
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	padding:5px;
}
.Menu_word01{
	font-size: 14px;
	font-weight: bold;
	color: #F60;
}
.btnRed {
	background-image: url(../images/btn_red01.gif);
	background-repeat: no-repeat;
	height: 30px;
	width: 75px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color: #FFF;
	padding:0 0 5px 0; 
}
.btnRed:hover{
	background-image: url(../images/btn_red02.gif);
}

/*共用*/
.black15W {
	font-size: 15px;
	font-weight: bold;
	color: #000;
}
.dottedB {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
}

/*版權css*/
<style type="text/css">

.bottom {
	font-size: 13px;
	font-weight: bold;
	color: #FFF;
	background-color: #f8881a;
	height:35px;
	line-height:35px;
	text-align: center;
}
.bottom a:link{
	font-size: 13px;
	font-weight: bold;
	color: #FFF;
	background-color: #f8881a;
	text-decoration: none;
}
.bottom a:hover{
	font-size: 13px;
	font-weight: bold;
	color: #FFF;
	background-color: #f8881a;
	text-decoration: underline;
}
.bottom a:visited{
	font-size: 13px;
	font-weight: bold;
	color: #FFF;
	background-color: #f8881a;
	text-decoration: none;
}
.footer01{
	font-size: 13px;
	font-weight: bold;
	color: #bb4c05;
	text-align: center;
	padding:20px 0 10px 0;
}
.footer02{
	font-size: 13px;
	text-align: center;
	color: #000;
	line-height: 24px;
}
.footer02 a:link{
	font-size: 13px;
	text-align: center;
	color: #000;
	text-decoration: none;
}
.footer02 a:hover{
	font-size: 13px;
	text-align: center;
	color: #000;
	text-decoration: underline;
}
.footer02 a:visited{
	font-size: 13px;
	text-align: center;
	color: #000;
	text-decoration: none;
}

</style>

/* =====Top Bar=====*/

/* TopBar 背景色 */
.topbarBg {
	background-color: #f39800;
	height:35px;
}
.topbarLogo {
	padding:5px 0 5px 10px;
	text-align: left;
}
/*.topbarIcon {
	width:30px;
	text-align: right;
}*/
.topbarW {
	font-size: 13px;
	color: #000;
	text-align: right;
	padding:0 10px 0 0;
}
.topLink:link {
	font-size: 13px;
	color: #000;
	text-decoration: none;
}
.topLink:visited {
	font-size: 13px;
	color: #000;
	text-decoration: none;
}
.topLink:hover {
	font-size: 13px;
	color: #666;
	text-decoration: none;
}
.topLink:active {
	font-size: 13px;
	color: #666;
	text-decoration: none;
}
