@charset "utf-8";
/* CSS Document */
/* 加載csshover3.htc，解決IE6沒有li:hover擬類的問題 */
* html body {
	behavior:url("csshover3.htc");
}
/* ---------- 大小與定位 ---------- */
#menu {
	/* 選單大小 */
	width:700px;
	height:31px;
}
#menu ul {
	/* 取消ul樣式符號 */
	list-style-type:none;
	/* 重設ul邊界與留白為零 */
	margin:0;
	padding:0;
	/* 內有浮動元件時，需設overflow才會自動調整大小 */
	overflow:auto;
}
* html #menu ul {
	/* 解決IE6不理overflow問題，直接指定高度 */
	height:34px;
}
#menu ul li {
	/* 利用float讓第一層li水平排列 */
	float:left;
}
/* 解決IE6條列式餘白問題*/
* html #menu ul li {
	display:inline;
}
#menu ul li a {
	/* 將a改為區塊元件，以便指定寬高 */
	display:block;
	/* 這邊也要設float，否則IE6會以100%寬度顯示 */
	float:left;
	/* 固定高度 */
	height:34px;
	width: 140px;
	text-align: center;
}
/* 修正IE7絕對定位差異 */
*:first-child+html #menu ul li ul {
	margin-top:0;
}
/* 修正IE6絕對定位差異 */
* html #menu ul li ul {
	margin-top:0;
}
#menu ul li ul li {
	/* 覆寫繼承自第一層的浮動設定 */
	float:none;
	text-align: center;
}
#menu ul li ul li a {
	/* 覆寫繼承自第一層的浮動設定 */
	float:none;
	width: 100%;/* 註：display、height、padding繼承第一層的設定 */
}
#menu ul li ul li ul {
	margin-top: -34px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 140px;
	width: 100%;
}
/* 修正IE7絕對定位差異 */
*:first-child+html #menu ul li ul li ul {
	margin-top:-34px;
}
#menu ul li ul li ul li {
/* width、float繼承第二層，免設定 */
}
#menu ul li ul li ul li a {
/* width、float繼承第二層，免設定 */
}
/* ---------- 隱藏與顯示階層 ---------- */
#menu ul li ul {
	/* 預先隱藏第二層 */
	visibility:hidden;
}
#menu ul li:hover ul {
	/* 觸動第一層時，顯示第二層 */
	visibility:visible;
}
#menu ul li:hover ul li ul {
	/* 顯示第二層時，隱藏第三層，避免同時彈出 */
	visibility:hidden;
}
#menu ul li ul li:hover ul {
	/* 觸動第二層時，顯示第三層 */
	visibility:visible;
}
#menu ul li ul li:hover ul li ul {
	/* 顯示第三層時，隱藏第四層，避免同時彈出 */
	visibility:hidden;
}
#menu ul li ul li ul li:hover ul {
	/* 觸動第三層時，顯示第四層 */
	visibility:visible;
}
/* ---------- 以下為美化用，非必需 ---------- */


/* 預設字體 */
#menu {
	font-size:15px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
}
/* 第一層ul背景色彩與邊框 */
#menu ul {
	background:#990000;
}
/* 第一層a字型 */
#menu ul li a {
	color:#FFF;
	text-decoration:none;
	line-height: 34px;
}
/*第二層ul背景色彩與邊框  */
#menu ul li ul {
	background:#efefef;
}
/* 第二層a字型 */
#menu ul li ul li a {
	font-size:15px;
	color:#333333;
	text-decoration:none;
	border: #ccc 1px solid;
}
/* 觸動第一層li時，改變背景色 */
#menu ul li:hover, #menu ul li a:hover {
	background:#cc0000;
}
/* 觸動第二層以上li時改變背景色 */
#menu ul li ul li:hover, #menu ul li ul li a:hover {
	background:#cccccc;
}
.housedetail_table {
	text-align: justify;
	font-size: 13px;
	color: #000000;
	line-height: normal;
	letter-spacing: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	border: 1px solid #FF9999;
}
.background {
	background-image: url(file://///hc3cweb/hc3cweb/images/box02.gif);
	background-repeat: repeat-x;
}

.housereport_table{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: lighter;
	color: #000000;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #FFFFFF;
	background-color: #FFE8E8;
	border-left-color: #FFFFFF;
}
.white_text {
	text-align: center;
	font-size: 13px;
	color: #FFFFFF;
	line-height: 18px;
	letter-spacing: 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}
.sub_menu_table {
	background-color: #FFDFDF;
	border: 1px solid #cc9999;
	
}
.sub_menu_table02 {
	background-color: #FFDFDF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #cc9999;
	border-right-color: #cc9999;
	border-bottom-color: #cc9999;
	border-left-color: #cc9999;
	
}
.sub_menu_text {
	text-align: center;
	font-size: 15px;
	color: #333333;
	line-height: normal;
	letter-spacing: 3px;
	font-family: "華康中黑體";
	font-weight: bolder;
}
.table_title_text {
	text-align: justify;
	font-size: 13px;
	color: #333333;
	line-height: normal;
	letter-spacing: normal;
	font-weight: bold;
	font-family: "細明體", "標楷體";
}
.title_red{
	font-size: 15px;
	color: #990000;
	font-weight: bold;
}
.table_contect {
	text-align: justify;
	font-size: 13px;
	color: #000000;
	line-height: normal;
	letter-spacing: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #FF9999;
	border-right-color: #FF9999;
	border-bottom-color: #FF9999;
	border-left-color: #FF9999;
}
.table_contect02 {
	text-align: justify;
	font-size: 13px;
	color: #000000;
	line-height: normal;
	letter-spacing: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #FF9999;
	border-right-color: #FF9999;
	border-bottom-color: #FF9999;
	border-left-color: #FF9999;
}
.contect_text {
	text-align: left;
	font-size: 15px;
	color: #000000;
	line-height: 24px;
	letter-spacing: normal;
	font-family: Arial, Helvetica, sans-serif;
}
.news_text {
	text-align: justify;
	font-size: 13px;
	color: #000000;
	line-height: 18px;
	letter-spacing: normal;
	font-family: Arial, Helvetica, sans-serif;
}
.post_text {
	text-align: center;
	font-size: 13px;
	font-weight: bold;
	color: #3366CC;
	text-decoration: underline;
}
.accessKey_text {
    font-size: 10px;
}

.copyright_text {
	color: #000000;
	font-size: 12px;
	line-height: 16px;
}
#apDiv13-4 img {
	left: 475px;
	top: 365px;
}
#apDiv13-3 img {
	left: 475px;
	top: 365px;
}


.house_text {
	text-align: justify;
	font-size: 13px;
	color: #000000;
	line-height: 16px;
	letter-spacing: 0.5px;
	font-family: Arial, Helvetica, sans-serif;
}
.menu_text{
	background-attachment: fixed;
	background-repeat: repeat-x;
	background-position: left top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	vertical-align: middle;
	text-align: center;
	line-height: 26px;
	font-weight: normal;
	color: #660000;
}
body {

}
a:link {
	color: #660066;
}
a:visited {
	color: #990000;
}
#menu ul li ul {
	/* 讓第二層ul跳脫文件流以利定位 */
	position:absolute;
	/* 固定寬度 */
	width:140px;
	/* 避免出現捲軸 */
	overflow:visible;
	/* 讓ul與母階層li相同位置 */
	clear:left;
	margin-top: 34px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
