@charset "utf-8";
body {
	text-align: center;
	background-color: #dbd9cd;
	background-image: url(../images/150/back2.png);
	background-repeat: repeat;
	font-family: Arial, Helvetica, sans-serif, "新細明體";
	text-decoration: none;
}

#position {
	margin: auto;
	height: auto;
	width: 910px;
}
#position #borner {
	height: 70px;
	margin: 0;
	width: 910px;
}

h1 {
	position: relative;
	width:910px;
	height:70px;
	margin:0;
	overflow:hidden;
}
h1 span {
	position:absolute;
	left:-1px;
	top:2px;
	width:100%;
	height:100%;
	background-image: url(../images/borner_index.gif);
	background-repeat: no-repeat;
}
/*內容*/
#position #content {
	float: left;
	min-height:610px;
	height: auto;
	width: 905px;
	background-color: #F3F3F3;
	padding-left: 5px;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	padding-top: 5px;
}

/*導覽列*/
#nav {
	display: block;
	float: left;
	width: 250px;
	height:auto;
	list-style-type: none;
	text-align: left;
	padding: 0;
	margin:0 5px 0 0;
}

#nav.tab{
	display: block;
	height:20px;
	width: 250px;
	float: left;
	margin:0px;
}
#nav li{
	display: block;
	float: left;
	width: 250px;
	line-height: 1.1em;
	color: #666666;
	font-size: 13px;
	margin:0px;	
}
#nav li a{
display:block;
border-bottom:1px solid #ccc;
}

#position #content #discribtion {
	float: left;
	width: 630px;
	display: block;
	margin-top: 10px;
}
#position #content #discribtion #new {
	float: left;
}

h2.head {
	font-size: 15px;
	line-height: 1.2em;
	color: #999999;
	float: left;
	padding-left: 10px;
	text-align: left;
	display: block;
	margin-bottom: 5px;
	margin-top: 00px;
}
ul.title {
	font-size: 12px;
	line-height: 1.5em;
	color: #999999;
	text-align: left;
	float: left;
	list-style-type: none;
	width: 170px;
	padding: 0px;
	display: block;
	margin: 0px;
}

#bottom {
	height: 70px;
	background-repeat: no-repeat;
	font-size: 15px;
	color: #666666;
	line-height: 3px;
	font-weight: bold;
	text-align: left;
	background-image: url(../images/bottom.gif);
	position: static;
	width: 910px;
	float: left;
}
ul.words {
	font-size: 12px;
	font-weight: normal;
	line-height:1.3em;
	display:block;
	margin-top:4px;
	margin-bottom:4px;
	padding-left:25px;
	list-style-type: none;
	letter-spacing: 0.5px;
	text-indent: 10px;
	color: #666666;
}
li.red {
	color:#800000;
}
a:link {
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: underline;
}
