@charset "utf-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	background-image: url(../images/150/back2.png);
	background-repeat: repeat;
}

#position/*整體位置*/ {
	margin: auto;
	clear: both;
	width: 960px;
}
/*標題*/
#position #borner {
	height: 69px;
	float: none;
	margin: 0;
}
h1 {
	position: relative;
	width:960px;
	height:69px;
	margin:0;
	overflow:hidden;
}
h1 span {
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background-position: center;
	background-image: url(../images/borner_catalog.gif);
	background-repeat:no-repeat;
}
/*上方按鍵*/
#position #btn {
	display:block;
	margin-top:0px;
	float: left;
	height: 20px;
	width: 930px;
	clear: both;
	text-align: right;
}
#position #btn a:link, #position #btn a:hover, #position #btn a:visited {
	font-size: 13px;
	line-height: 1em;
	color: #005BAC;
}
#position #btn a:hover {
	font-weight: bold;
	font-size: 10px;
}
#position #btn a:link, #position #btn a:visited {
	text-decoration: none;
}
#position #btn a:visited {
	color: #003366;
}
/*內容*/
#position #content {
	float: left;
	position: static;
	width: 960px;
	display: block;
	height: auto;
	margin: 0px;
}
/*選項列*/
#position #content #option {
	float: left;
	width: 155px;
	min-height: 150px;
	height: auto;
	display: block;
	overflow: auto;
	visibility: visible;
}
ul.navgation {
	list-style:none;
	width:150px;
	float:left;
	background: #D7E7FF;
	display: block;
	padding:0;
	margin:0;
}
ul.navgation li, ul.navgation li.tab {
	margin:0;
	float:left;
	width:100%;
	padding: 0;
}
ul.navgation a {
	width:100%;
	color:#6699cc;
	text-decoration:none;
	padding:0;
	border-bottom:solid 1px #2E5B89;
	line-height:2em;
	font-size: 13px;
	font-weight: bold;
	display:block;
}
ul.navgation a:hover {
	color:#6699cc;
	text-decoration: underline;
}
ul.navgation a:visited {
	color: #0066CC;
}
ul.navgation li.tab/*分類說明*/ {
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	color: #FFFFFF;
	line-height: 1.2em;
	background-color: #2E5B89;
	height: auto;
	float: left;
	font-weight: bold;
}
/*照片區*/
#position #content #graphic {
	width: 795px;
	display: block;
	position: relative;
	min-height:600px;
	height: auto;
	margin-bottom: 10px;
	float: left;
	padding-left: 10px;
	background-color: #F3F3F3;
}
img {
	display: block;
	margin: 0 auto 5px auto;
	border: 1px solid #ccc;
}
ul.thumbnails {
	padding: 0px;
	text-align:center;
	line-height: 1em;
	list-style: none;
	margin:0 0 10px 0;
	width: 790px;
	float: left;
	display:inline;
}
ul.thumbnails a{
	font-size:13px;
	color: #999999;
	text-decoration: none;
	font-weight: normal;
	padding:4px 4px 9px 4px;
	float:left;
	border: 2px solid #ccc;
	border-bottom-color: #bbb;
	border-right-color: #ddd;
	border-top-color: #eee;
	background-color:#ffffff;
}
ul.thumbnails a:hover{
border:2px solid #0066CC;
}

ul.thumbnails li.title {
	color: #FFFFFF;
	display: block;
	line-height: 1.3em;
	text-align: left;
	float: left;
	width: 785px;	
	font-size: 15px;
	background-color: #105389;
	margin:0 0 10px 0;
}
ul.thumbnails li {
	margin-bottom:10px;
	margin-right:10px;
	float: left;
	padding: 0;
}
/*結尾*/
#position #bottom {
	height: 70px;
	background-repeat: no-repeat;
	font-size: 15px;
	color: #666666;
	line-height: 0.3em;
	font-weight: bold;
	vertical-align: baseline;
	text-align: center;
	background-image: url(../images/bottom.gif);
	margin-bottom: 0;
	float: left;
	width: 960px;
	position: relative;
	background-position: center center;
	text-align:left;
}
ul.words {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height:1.3em;
	display:block;
	margin:4px 0 4px 0;
	padding-left:50px;
	list-style-type: none;
	letter-spacing: 0.5px;
}
li.red {
	color:#800000;
}


