@charset "utf-8";
/* CSS Document */
body{
	margin-left: 10px;
	margin-top: 0px;
	background-color: #FFFFFF;
	font-family: "微軟正黑體", "Times New Roman", Times, serif;
	font-size: 14px;
}

/* content--------------------------*/
.Content_title {
	width:95%;
	height:30px;
	float:left;
	_margin:0 0 0 6px;
	line-height:20px;
	font-size:1em;
	color:#FFFFFF;
	font-weight:bold;
	letter-spacing: 0.5em;
	margin:10px;
	padding:10px;
	background-color: #006633;
}

/* Content */
.Content_left {
	width:300px;
	height:auto;
	float:left;
	padding:10px 10px 10px 11px;	
}
.Content_left .li a:hover{
	color:#fd7921;
	text-decoration:none;
	font-weight:bold;
}

.Content_right {
	width:300px;
	float:right;
	padding:5px 10px;
}
.Content_right .li a:hover{
	color:#fd7921;
	text-decoration:none;
	font-weight:bold;
}

/* build Content */
.build {
	color: #003300;
	background-color: #FFFFFF;
}


.build a{
	text-decoration: none;
}

.build2 {
	font-size: 12pt;
	color:#FFFFFF;
	background-color: #008080;
	font-weight: bold;
	text-align: center;
	}

.build3 {
	font-size: 14pt;
	text-decoration: underline;
	color: #FFF;
	background-color: #008080;
	background-position: center;
}

.small {
	font-size: 0.95em;
	color: #993300;
	text-align: center;
	background-color: #FC9;
	display: block;
	padding: 10px;
	border-top-color: #999;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #999;
	margin: 10px;
}
.small-1 {
	font-size: 0.9em;
	color: #008080;
	background-position: 20px;
	text-align: center;
	font-weight: bold;
}

.small1 {
	font-size: 1.2em;
	color: #0066FF;
	line-height: 30px;
	font-weight: bold;
	padding-left: 30px;
}


.cha {
	font-size: 12pt;
	line-height: 20px;
	color: #2A1F00;
	font-style: normal;
	font-weight: normal;
	padding: 15px;
	
}
.big {
	font-size: 1.2em;
	line-height: 30px;
	color: #008080;
	height: 30px;
	font-weight: bold;
	font-variant: normal;
	background-position: center center;
	vertical-align: middle;
	margin: 10px;
	padding: 10px;
}
.big .black {
	line-height: 30px;
	color: #0000;
	height: 30px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-variant: normal;
	background-position: center center;
	vertical-align: middle;
}


/* ==================== img  ==================== */	
.img {
	float: right;
	padding: 5px;
	border:1px solid #ddd;
	margin:5px;	
}
.img2 { float: left; padding: 2px; border: 1px solid #ddd; margin: 5px;}
.img3 { padding: 4px; border: 1px solid #ddd; background: #fff; margin: 5px;}

/*==================== mo  ====================*/

/*mo*/	
.mo {
	display: none;
}
.pc {
	display:block;}	
	
@media only screen and (max-width:768px)
{

.pc {
	display: none; !important;
}
.mo {
	display: block;
}
	}
	
	
/*==================== navbtm  ====================*/
	.navbtm{
	font-size: 1em;
	display: block;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #008080;
	letter-spacing: 0.3em;
	margin-top: 20px;
	}

.navbtm ul	{
	font-weight: bold;
	background-color: #600;
}

.navbtm li	{list-style-type: none;
	float: left;}

.navbtm li a	{
	display: block;
	width: 120px;
	line-height: 25px;
	text-align: center;
	background-color: #F90;
	text-decoration: none;
	border: 1px solid #CCCCCC;	
}

.navbtm li a:hover	{
	background-color: #008080;
	color: #FFF;
}
