body {
	background-color: #FFF; 
	font: 80%/120% Verdana, Arial, Helvetica, sans-serif; 
	color: #555; 
	text-align: center; 
	margin: 0px;
	line-height: 1.8em;
}
#wrapper {
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 10px;
	width:970px;
	position:relative;
}
a:link, a:visited, a:active {
	color:blue; 
	font-weight:bold;
	text-decoration:none ;
}
a:hover {
	color:#E31B60; font-weight:bold;
	text-decoration: underline;
	}

/*  header nav */
#nav {
	height: 31px;
	padding-top: 20px;
	padding-right: 65px;
	text-align: right;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 1em;
}
#nav a {
	color:#494134;
	text-decoration:none;
	margin-left: 59px;	
}
#nav a:hover {
	color:#bf2e1a;
	text-decoration:none;
	margin-left: 59px;	
}

#main {
	padding-left: 15px;
	padding-right: 11px;
	margin-bottom:0px;
}
#content {
	float: right;
	width: 700px;
	font-size: 1em;
	line-height: 1.6em;
	background:url(../images/tag_bg_bottom.gif) 1px bottom no-repeat ;
	
}


#column_sec {
	float:left;
	width: 220px;
	padding-top: 20px;
}
#logo_sec {
	width:200px;
	padding-left: 15px;
}
#left{
		background:url(../images/left_bg.jpg) no-repeat right;
		height:273px;
		width:256px;
		top:200px;
		left:17px;
		position:absolute;
	}


#inner_content .os{
	width:90%;
	margin:20px auto;
	color:#FFF;
  font-size:1em;
  line-height:2.5em;

	}
#inner_content th{
	
	background:#E31B60;
}

#inner_content img{
	margin:20px auto;
	}

#inner_content table td{
	border-bottom:1px dashed #CCC;
	}
	
#inner_content ul{
	list-style-type:square;
	}	
#inner_content{
	width:600px;
	margin:20px 20px 20px 38px;
	border:1px solid #CCC;
	background:#333;
	}
	
#ps{
	margin:0px 0px 0px 50px;
	padding-bottom:
	40px;z-index:12;
	width:83%;
	font-size:1.5em;
	
	}

/* 開闔式DIV*/
#extend{
display: none; //預設為顯示
}
#close{
display: block; //預設為隱藏
}

/*footer*/
#footer {
	color: #444;
	text-align: center;
	line-height: 2.4em;
	clear: both;
	font-size: 1em;
	padding-top: 10px;
	background:url(../images/line2.gif) no-repeat top center;
}