/* CSS Document */

body{
	text-align:center;
	margin:0px;
	color:#000;
	background-color:#FFF;
}

.outline{
	width:982px;
	margin-left:auto;
	margin-right:auto;
	margin-top:0px;
	background-color:#FFFFFF;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif,新細明體;
}

.outline .menu{
	width:408px;
	height:22px;
	background:url(../img/top_menu.jpg) no-repeat;
	padding-top:52px;
	padding-left:580px;
	color:#d75800;
	font-weight:bold;
}

.outline .menu a{
	margin:0px 10px;
	text-decoration:none;
	color:#d75800;
}

.outline .content{
	width:982px;
	height:758px;
	background:url(../img/index_content.jpg) no-repeat;
}

.outline .show{
	width:982px;
	height:758px;
	background:url(../img/show.jpg) no-repeat;
}

.outline .plan{
	width:982px;
	height:672px;
	padding:50px 0px 0px 180px;
	background:url(../img/content_bg.jpg) no-repeat;
}

.outline .plan .plantitle{
	color:#de5504;
	font-size:17px;	
	font-weight:bold;
	text-align:left;
	padding-left:200px;
}

.outline .plan .plantable{
	text-align:left;
}

.outline .plan .plantable td{
	height:25px;
	padding-left:5px;
	background-color:#ffde97;
}

.outline .plan .plantable .tabletitle{
	text-align:left;
	background-color:#fece61;
}

.outline .plan .plantable .titlecontent{
	background-color:#fece61;
	text-align:center;
}

.outline .plan .plantable .tablecontent{
	text-align:center;
}

.outline .plan .remark{
	text-align:left;	
}

.outline .footer{
	height:60px;
	color:#888888;
	text-align:left;
	margin:10px 0px 0px 10px;
}

.outline .footer .footerL{
	width:858px;
	float:left;
}

.outline .footer footerR{
	width:130px;
	float:left;
}

