@charset "utf-8";
body {
	margin: 0px;
	padding: 0;
	font-size: 20px;
	color: #333;
/*	font-family: 'OpenSans','Microsoft JhengHei',"微軟正黑體",Arial,sans-serif;*/
	font-family:"Microsoft JhengHei","微軟正黑體",Arial;
}

		a:visited {	FONT-SIZE: 20px;color: #333333;	text-decoration: none;font-family: "微軟正黑體","Century Gothic",sans-serif,serif;}
		a:link {	FONT-SIZE: 20px;color: #333333;text-decoration: none;font-family: "微軟正黑體","Century Gothic",sans-serif,serif;}
		a:hover {	FONT-SIZE: 20px;COLOR: #FF6600; TEXT-DECORATION: none;font-family: "微軟正黑體","Century Gothic",sans-serif,serif;}
ul {
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}
li {
	FONT-WEIGHT: normal;
	MARGIN: 0px;
	list-style-type: none;
	padding: 0px;

}		
		
h1{
	font-size: 20px;
	font-family: "微軟正黑體", "Century Gothic", sans-serif, serif;
	line-height: 14pt;
	font-weight: bold;
}
.font12 {font-size: 20px;font-family: "微軟正黑體","Century Gothic",sans-serif,serif;}
.font12 input{font-size: 24px;font-family: "微軟正黑體","Century Gothic",sans-serif,serif;}

.font12 a:visited {	FONT-SIZE: 20px;color: #005599;	text-decoration: none;font-family: "微軟正黑體","Century Gothic",sans-serif,serif;}
.font12 a:link {	FONT-SIZE: 20px;color: #005599;text-decoration: none;font-family: "微軟正黑體","Century Gothic",sans-serif,serif;}
.font12 a:hover {	FONT-SIZE: 20px;COLOR: #E32F46; TEXT-DECORATION: none;font-family: "微軟正黑體","Century Gothic",sans-serif,serif;}

.font12 h1 {font-size:20px; display:inline;}
.font12 h2 {font-size:20px; display:inline;}
.font12 h3 {font-size:20px; display:inline; }
.font12 em {display:inline;}
.font12 li {font-size:20px; display:inline;}
.font16 {font-size: 16pt;font-family: "微軟正黑體","Century Gothic",sans-serif,serif;}

.button_href {
	background: #1e5799; /* Old browsers */
	background: -moz-linear-gradient(top, #1e5799 0%, #2989d8 50%, #207cca 51%, #7db9e8 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #1e5799 0%,#2989d8 50%,#207cca 51%,#7db9e8 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #1e5799 0%,#2989d8 50%,#207cca 51%,#7db9e8 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#7db9e8',GradientType=0 ); /* IE6-9 */
    border: none;
    color: white;
    padding: 5px 10px;
    text-align: center;
    font-size: 16px;
    margin: 2px 2px;
	border-radius: 10px;
}

.button_href1 {
	background: #fefcea; /* Old browsers */
	background: -moz-linear-gradient(top,  #fefcea 0%, #f1da36 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #fefcea 0%,#f1da36 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #fefcea 0%,#f1da36 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefcea', endColorstr='#f1da36',GradientType=0 ); /* IE6-9 */	
    border: none;
    color: #000000;
    padding: 5px 10px;
    text-align: center;
    font-size: 16px;
    margin: 2px 2px;
	border-radius: 10px;
}
.button_href2 {
	background: #b4ddb4; /* Old browsers */
	background: -moz-linear-gradient(top,  #b4ddb4 0%, #83c783 17%, #52b152 33%, #008a00 67%, #005700 83%, #002400 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #b4ddb4 0%,#83c783 17%,#52b152 33%,#008a00 67%,#005700 83%,#002400 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #b4ddb4 0%,#83c783 17%,#52b152 33%,#008a00 67%,#005700 83%,#002400 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b4ddb4', endColorstr='#002400',GradientType=0 ); /* IE6-9 */
		
    border: none;
    color: white;
    padding: 5px 10px;
    text-align: center;
    font-size: 16px;
    margin: 2px 2px;
	border-radius: 10px;
}
.button_input{
	padding: 5px 10px;
	font-size: 18px;
    margin: 2px 2px;
	border-radius: 10px;
}
.button_input:focus{ 
	border-style:solid;
	border-color: #03a9f4;
	box-shadow: 0 0 5px #03a9f4;

}
.button_hrefTo {
	cursor: pointer;
    box-shadow: 0 5px 5px 0 rgba(0,0,0,0.24),0 5px 5px 0 rgba(0,0,0,0.19);
	
}

.button_hrefTo:hover {
    box-shadow: 0 0 0 0 rgba(0,0,0,0.2), 0 0 0 0 rgba(0,0,0,0.19);
}
.topbar{
	background-image: url(http://www.ghouse.com.tw/images/topbg.png);
	background-repeat: repeat;
	height: 38px;
	width: 100%;
}
.topbar div{
	height: 38px;
	width: 100%;
	margin: 0px auto;
	font-size: 10pt;
	text-align: right;
	line-height: 28pt;
}
.topbar li {
	FONT-WEIGHT: normal;
	list-style-type: none;
	padding: 0px;
	float: right;
	margin-right: 10px;
	margin-left: 10px;
}

.topbar .welcome {
	FONT-WEIGHT: normal;
	list-style-type: none;
	padding: 0px;
	float: left;
	margin-right: 10px;
	margin-left: 10px;
}
		
.tablebot td{
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFFFFF;
}	

tr.highlight     
{    
   background-color: #FFFFFF;   
   color: 063774;   
} 
	
.editenter{
	FONT-WEIGHT: normal;
	MARGIN: 0px;
	list-style-type: none;
	padding: 0px;
	float: left;
	CURSOR: hand;
}






.showselect{
	background-image: url(../images/alpah.png);
	background-repeat: repeat;
	z-index:1;
	height: 95%;
	width: 99%;
	position: absolute;
	top:10px;
	
	display:none;
}
.sclose{
	margin-right: 2px;
	margin-bottom: 5px;
	padding: 2px 17px 2px 6px;
	border: 1px solid #FFC700;
	color: #004060;
	background-image: url(../images/select.gif);
	background-position: right top;
}
.road{
float: left;
width: 200px; /*width of each menu column*/
margin-right: 5px;
}

.bg{
	border-radius: 10px;
	border: 1px solid #000000;
	background-color: #FFFFFF;
	padding: 5px;
	margin: 5px;
	float: left;
	width: 780px;

}
.bgli{
	height: 22px;
}
.bgimg{
	position: absolute;

}

.bg ul{

	border: 1px dotted #999999;
	background-color: #FFFFFF;
	padding: 3px;
	margin: 1px;
	width: 180px;
	float:left;
	font-weight: normal;
	postition:absolute;

}

.bg li{
	font-size: 10pt;
	text-align: center;

}
.bgmenu{
	font-size: 10pt;
	border-radius: 10px;
	border: 1px solid #000000;
	background-color: #FFFFFF;
	width: 160px;
	float: left;
	clear: none;
	margin-bottom: 12px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-top: 1px;
}
.bgmenu a:visited {	FONT-SIZE: 10pt;color: #005599;	text-decoration: none;}
.bgmenu a:link {	FONT-SIZE: 10pt;color: #005599;text-decoration: none;}
.bgmenu a:hover {	FONT-SIZE: 10pt;COLOR: #E32F46; TEXT-DECORATION: none;}
.bgmenu li{

	
	width: 70px;
	float: right;

}
.bgmenu p{

	line-height: 14px;
}


.bgmenutime{
	text-align: center;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	font-family: "微軟正黑體","Century Gothic",sans-serif,serif;
	font-size: 18px;
	clear: both;
	background-color: #CCCCCC;

}

.bg a:visited {	FONT-SIZE: 10pt;color: #005599;	text-decoration: none;}
.bg a:link {	FONT-SIZE: 10pt;color: #005599;text-decoration: none;}
.bg a:hover {	FONT-SIZE: 10pt;COLOR: #E32F46; TEXT-DECORATION: none;}


.titleing {
  background: #fff;
  display: inline-block;
  vertical-align: middle;
  font-family: "微軟正黑體","Century Gothic",sans-serif,serif;
  font-size: 20px;
  letter-spacing: 1px;
  padding: 0 15px;
}


.insline{
	border-bottom-color:#FFFFFF;
	border-bottom-style:dotted;
	margin: 1px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	
}
.tiemline{
	border-bottom-color:#999999;
	border-bottom-style:dotted;
	margin: 1px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	font-size:20px;	
}
.tiemline img {
	vertical-align: middle;
}
.Dfloat {
	display:none; 
	padding:5px;
	color:#F00;
	*margin: 0px auto;
	filter:alpha(Opacity=30);-moz-opacity:0.8;opacity: 0.8;
}

.DfloatRand {
	display:none; 
	padding:5px;
	color:#F00;
	*margin: 0px auto;
	filter:alpha(Opacity=30);-moz-opacity:0.8;opacity: 0.8;
}

.Dfloat1 {
	font-weight:bold;
	padding:10px;
	width:50px;
	height:150px;
	position:fixed; /*距離上方的位置*/
	right:10px;
	/*left:99%;距離左方的位置*/
  	margin-top:-100px;
	margin-left:-200px;
	_position: absolute; /* position fixed for IE6 */
	_top:expression(documentElement.scrollTop+(documentElement.clientHeight-this.clientHeight)/2);
	_margin-top:0;
	bottom: 150px;
}
.DfloatHouse {
	font-weight:bold;
	padding:10px;
	width:50px;
	height:150px;
	position:fixed; /*距離上方的位置*/
	right:10px;
	/*left:99%;距離左方的位置*/
  	margin-top:-100px;
	margin-left:-200px;
	_position: absolute; /* position fixed for IE6 */
	_top:expression(documentElement.scrollTop+(documentElement.clientHeight-this.clientHeight)/2);
	_margin-top:0;
	bottom: 150px;
}
.topfloat {
	width:100%;
	height:38px;
	position:fixed; /*距離上方的位置*/

	/*left:99%;距離左方的位置*/

	_position: absolute; /* position fixed for IE6 */
  _top:expression(documentElement.scrollTop+(documentElement.clientHeight-this.clientHeight)/2);
	top: 1px;
	font-size: 10pt;
	color: #000033;
	background-color: #CCCCCC;
	line-height: 35px;
	border: 1px solid #333333;
}
.topfloat li{
	float: left;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #FFFFFF;
	text-align: center;
	padding-right: 5px;
	padding-left: 5px;
}
.TableCss{

-webkit-border-radius: 8px;
-moz-border-radius: 8px;
border-radius: 8px;
}

.TableCss li{
float:left;margin-bottom:2px;width:100px;;
}

.font10 {font-size: 10pt;}
.font10 a:visited {	FONT-SIZE: 10pt;color: #005599;	text-decoration: none;}
.font10 a:link {	FONT-SIZE: 10pt;color: #005599;text-decoration: none;}
.font10 a:hover {	FONT-SIZE: 10pt;COLOR: #E32F46; TEXT-DECORATION: underline;}
.font10 h1 {font-size:10pt; display:inline;}
.font10 h2 {font-size:10pt; display:inline;}
.font10 h3 {font-size:10pt; display:inline; }
.font10 em {display:inline;}
.font10 li {font-size:10pt; display:inline;}



.td80{
	float: left;
	height: 28px;
	width: 120px;
	clear: left;
	line-height: 38px;
	font-size:24px;
	color:#000000;

}
.td100{
	float: left;
	height: 28px;
	width:70%;
	margin:5px;
	font-size:24px;

}
.td20{
	float: left;
	height: 28px;
	width:15%;
	margin:5px;
	font-size:24px;

}

.houseitemtop {
	height: 38px;
	line-height: 160%;
	background-color: #AF72C1;
	border: 1px solid #CCCCCC;
	left: 10px;
	
	padding: 10px;
	

	
}
.houseitemtop a:visited {	FONT-SIZE: 12pt;color: #FFFFFF;	text-decoration: none;}
.houseitemtop a:link {	FONT-SIZE: 12pt;color: #FFFFFF;text-decoration: none;}
.houseitemtop a:hover {	FONT-SIZE: 12pt;COLOR: #FFFF00; TEXT-DECORATION: underline;}

.houseitemlifeB{
	padding: 5px;
	background-color: #999999;
}
.houseitemlife{
	font-family: "微軟正黑體","Century Gothic",sans-serif,serif;
	font-size: 18px;
	background-color: #CC99CC;
	text-align: center;
}
.houseitemlife1{
	line-height: 160%;

	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: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	font-size: 10pt;
	background-color: #FFFFFF;
	text-align: center;
}

.houseitemlife1 a:visited {	FONT-SIZE: 10pt;color: #005599;	text-decoration: none;}
.houseitemlife1 a:link {	FONT-SIZE: 10pt;color: #005599;text-decoration: none;}
.houseitemlife1 a:hover {	FONT-SIZE: 10pt;COLOR: #E32F46; TEXT-DECORATION: underline;}

.houseitem {
	/*height: 28px; */
	line-height: 160%;
	clear:both;
	background-image: linear-gradient(90deg, #000, #84A0B8 35%);
	background-repeat: no-repeat;
	border: 1px solid #CCCCCC;
	left: 10px;
	padding: 10px;
	font-family: "微軟正黑體","Century Gothic",sans-serif,serif;
	font-size: 18px;
	color:#FFFFFF;
	
}/*color: #FFF;*/
.right{
	float: right;
	margin-right: 10px;
	margin-left: 10px;
	}

.houseitem a:visited {	FONT-SIZE: 12pt;color: #FFFFFF;	text-decoration: none;}
.houseitem a:link {	FONT-SIZE: 12pt;color: #FFFFFF;text-decoration: none;}
.houseitem a:hover {	FONT-SIZE: 12pt;COLOR: #FFFF00; TEXT-DECORATION: underline;}



.houseitemnews {
	line-height: 160%;
	left: 10px;
	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: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	font-size: 12pt;
	padding-left: 10px;



}
.houseitemnews li {
	text-align: left;
	background-image: url(../images/icon/arrow_12x11.gif);
	background-repeat: no-repeat;
	padding-left: 20px;
	background-position:0 20%;
	
}
.houseitemnews li a {

		font-size: 14px;
}


.houseitem1 {
	line-height: 160%;
	left: 10px;
	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: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	font-size: 12pt;
	padding-left: 10px;
	background-color: #FFFFFF;
	text-align: left;

}
.houseitem1 a:visited {	FONT-SIZE: 12pt;color: #005599;	text-decoration: none;}
.houseitem1 a:link {	FONT-SIZE: 12pt;color: #005599;text-decoration: none;}
.houseitem1 a:hover {	FONT-SIZE: 12pt;COLOR: #FF0000; TEXT-DECORATION: underline;}

.houseitem h1 {
	font-size:14pt;
	display:inline;
	margin: 10px;
}


.whilemsg {
	line-height: 160%;
	word-break:break-all;
	color: #333333;
	letter-spacing: 1px;
}


.whilemsg li{
	float:left;
	width:100%;
}
.whilemsg ul{
	padding-top:50px;
	float:left;
	position:relative;
}
.whilemsg img{

	
}
.lt{
font-size:22px;
color:#005599;
font-weight: 900;

}

.lt span {float:left;font-size:28px;font-weight: 900;}

.whilemsg a:visited {color: #005599;text-decoration: none;}
.whilemsg a:link {color:#005599;text-decoration: none;}
.whilemsg a:hover {COLOR:#E32F46;TEXT-DECORATION: underline;}



.money {
	word-break:break-all;
	color: #FF0000;
	font-size: 20px;
	font-weight: bolder;

	/*position: absolute;*/
}

.houseTb{
	line-height: 180%;
	border: 1px solid #CCCCCC;
}
.houseTb a:visited {	FONT-SIZE: 12pt;color: #005599;	text-decoration: none;}
.houseTb a:link {	FONT-SIZE: 12pt;color: #005599;text-decoration: none;}
.houseTb a:hover {	FONT-SIZE: 12pt;COLOR: #FF0000; TEXT-DECORATION: underline;}


.houseimg {
	/*border: 1px solid #CCC;*/
	width: 60%;
}

.houseimg img{
	width: 100%;
}

.msg {
	line-height: 150%;
	word-break:break-all;
	background-color: #FFFFFF;
}
.msg h1 {font-size:12pt; display:inline;}
.msg {font-size: 12pt;}
.msg a:visited {	color: #005599;	text-decoration: none;}
.msg a:link {	color: #005599;text-decoration: none;}
.msg a:hover {	FONT-SIZE: 12pt;COLOR: #E32F46; TEXT-DECORATION: underline;}

.TName {font-size:24px; display:inline;}
.lift {
	height: 28px;
	left: 100px;
	
}
.lift a:visited {FONT-SIZE: 10pt;color: #005599;	text-decoration: none;}
.lift a:link {	FONT-SIZE: 10pt;color: #005599;text-decoration: none;}
.lift a:hover {	FONT-SIZE: 10pt;COLOR: #E32F46; TEXT-DECORATION: underline;}
.lift h1 {font-size:12pt; display:inline;}
.lift h2 {font-size:12pt; display:inline;}
.lift h3 {font-size:12pt; display:inline; }
.lift em {display:inline;}
.lift li {font-size:12pt; display:inline;}

.lift td {padding-left: 30px;}
.lifttd {
	background-image: url(images/left-bgt.jpg);
	background-repeat: no-repeat;
	height: 10px;
}



.TmuC1 {
	font-size: 10pt;
	text-align: left;
	padding: 5px;
	/*margin: 0px;*/
	/*border-radius: 5px;*/
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	line-height: 18px;
	background-color: #4489C4;/*#5F717F*/
	float: left;
	border: 1px solid #FF0000;
	margin: 1px;
}

.TmuC1 a:visited {	color: #FF0000;	text-decoration: none;}
.TmuC1 a:link {	color: #FF0000;text-decoration: none;}
.TmuC1 a:hover {	COLOR: #FFFF00; TEXT-DECORATION: underline;}





.Tmu {
	font-size: 10pt;
	text-align: left;
	padding: 5px;
	/*margin: 0px;*/
	/*border-radius: 5px;*/
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	line-height: 18px;
	background-color: #4489C4;/*#5F717F*/
	float: left;
	border: 1px solid #FFFFFF;
	margin: 1px;
	z-index:3;
}




.Tmu a:visited {	color: #ffffff;	text-decoration: none;}
.Tmu a:link {	color: #ffffff;text-decoration: none;}
.Tmu a:hover {	COLOR: #FFFF00; TEXT-DECORATION: underline;}

.Tmu2 {
	
	text-align: left;
	padding: 5px;
	/*margin: 0px;*/
	/*border-radius: 5px;*/
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	line-height: 18px;
	background-color: #4489C4;/*#5F717F*/
	float: right;
	border: 1px solid #FFFFFF;
	margin: 1px;
}
.Tmu2 a:visited {	color: #ffffff;	text-decoration: none;}
.Tmu2 a:link {	color: #ffffff;text-decoration: none;}
.Tmu2 a:hover {	COLOR: #FFFF00; TEXT-DECORATION: underline;}


.Tmu2s {
	
	text-align: left;
	font-size: 10pt;
	position:absolute;
	visibility:hidden;

	padding: 10px;
	margin: 2px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	line-height: 25px;
	background-color: #CCCCCC;
	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: solid;
	border-left-style: solid;
	z-index:8;
}

.Tmu2s div {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
}
.Tmu2s h2 {
	font-size: 10px;
	font-weight: lighter;
}



.topmenu {
	font-size: 10pt;
	position:absolute;
	visibility:hidden;
	text-align: left;
	padding: 10px;
	margin: 2px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	line-height: 25px;
	background-color: #CCCCCC;
	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: solid;
	border-left-style: solid;
	z-index:8;
}

.topmenu div {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
}
.topmenu h2 {
	font-size: 10px;
	font-weight: lighter;
}

#ShowImg{
max-width:100%;
width:100%;
width:expression(document.body.clientWidth>320?"320px":"auto");
overflow:hidden;
}select {
	font-size: 12pt;
	font-weight: bold;
	color: #333333;
	border: 1px solid #AF72C1;
}
input {
	font-size: 12pt;
	font-weight: bold;
	color: #333333;
	border: 1px solid #AF72C1;
}


#citytabs a{
	margin-right: 10px;


}
.leftul {
	margin-left: 10px;
	line-height: 21pt;
}
.popups {
	height: 100%;
	width: 100%;
	position:fixed;
	_position: absolute; /* position fixed for IE6 */
  	_top:expression(documentElement.scrollTop+(documentElement.clientHeight-this.clientHeight)/2);
	top: 1px;

	color: #000033;
	background-image: url(../images/alpha.png);
	background-repeat: repeat;
    display:none;
	z-index:8888;
		/*background-color: #CCCCCC;
	filter:alpha(opacity=10); 
    opacity:.8; 
*/

}

#popups2{
z-index:9999;
}.popups input{
	font-size: 21px;
	font-weight: bold;
	width: 100%;
}.popups textarea{
	font-size: 18px;
	width: 100%;
}
  /***/
  
  	#abgneBlock {
	z-index:-1;
		width: 968px;
		height: 220px;
		position: relative;
		overflow: hidden;
		border: 1px solid #ccc;
		font-family: "微軟正黑體", "Century Gothic", sans-serif, serif;
	}
	#abgneBlock ul.list {
		padding: 0;
		margin: 0;
		list-style: none;
		position: absolute;
		width: 9999px;
		height: 100%;
	}
	#abgneBlock ul.list li {
		float: left;
		width: 968px;
		height: 100%;
	}
	#abgneBlock .list img{
		width: 100%;
		height: 100%;
		border: 0;
	}
	#abgneBlock ul.playerControl {
		margin: 0;
		padding: 0;
		list-style: none;
		position: absolute;
		bottom: 5px;
		right: 5px;
		height: 14px;
	}
	#abgneBlock ul.playerControl li {
		float: left;
		width: 23px;
		height: 14px;
		cursor: pointer;
		margin: 0px 2px;
	
	}
	#abgneBlock ul.playerControl li.current { 
		background-position: -23px 0;
	}
	.list div{
	position: absolute;
	margin-top: 20px;
	margin-left: 20px;
	background-image: url(../images/slider/slider_desc_back.png);
	color:#D5D9DE; 
	padding: 10px;
	z-index:1;
	}
	

.my_h1 {	font-family: "微軟正黑體", "Century Gothic", sans-serif, serif;
	font-size: 24px;
	border-radius: 10px 10px  10px 10px;
	border: 1px solid #FF9933;
	width: 988px;
	line-height: 24pt;
	color: #FB7D00;
	background-color: #FFE3C8;
	padding: 5px;
	margin-top: 8px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
}



		
		/* Adjust the width of the left reveal menu. */
		#pageit #left-panel.ui-panel {
			width: 15em;
		}
		#pageit #left-panel.ui-panel-closed {
			width: 0;
		}
		#pageit .ui-panel-page-content-position-left,
		.ui-panel-dismiss-open.ui-panel-dismiss-position-left {
			left: 15em;
			right: -15em;
		}
		#pageit .ui-panel-animate.ui-panel-page-content-position-left.ui-panel-page-content-display-reveal {
			left: 0;
			right: 0;
			-webkit-transform: translate3d(15em,0,0);
			-moz-transform: translate3d(15em,0,0);
			transform: translate3d(15em,0,0);
		}

		/* Listview with collapsible list items. */
	    .ui-listview > li .ui-collapsible-heading {
	      margin: 0;
	    }
	    .ui-collapsible.ui-li-static {
	      padding: 0;
	      border: none !important;
	    }
	    .ui-collapsible + .ui-collapsible > .ui-collapsible-heading > .ui-btn {
	      border-top: none !important;
	    }
	    /* Nested list button colors */
	    .ui-listview .ui-listview .ui-btn {
	    	background: #fff;
	    }
	    .ui-listview .ui-listview .ui-btn:hover {
	    	background: #f5f5f5;
	    }
	    .ui-listview .ui-listview .ui-btn:active {
	    	background: #f1f1f1;
			
	    }


		/* Reveal panel shadow on top of the listview menu (only to be used if you don't use fixed toolbars) */
		#pageit .ui-panel-display-reveal {
			-webkit-box-shadow: none;
			-moz-box-shadow: none;
			box-shadow: none;
		}
		#pageit .ui-panel-page-content-position-left {
			-webkit-box-shadow: -5px 0px 5px rgba(0,0,0,.15);
			-moz-box-shadow: -5px 0px 5px rgba(0,0,0,.15);
			box-shadow: -5px 0px 5px rgba(0,0,0,.15);
		}

		/* Setting a custom background image. */
		#pageit.ui-page-theme-a,
		#pageit .ui-panel-wrapper {
			background-color: #fff;
			background-image: url("../images/bg-pattern.png");
			background-repeat: repeat-x;
			background-position: left bottom;
		}

		/* Styling of the page contents 
		.article p {
			margin: 0 0 1em;
			line-height: 1.5;
		}
		.article p img {
			max-width: 100%;
		}
		.article p:first-child {
			text-align: center;
		}
		.article small {
			display: block;
			font-size: 75%;
			color: #c0c0c0;
		}
		.article p:last-child {
			text-align: right;
		}
		.article a.ui-btn {
			margin-right: 2em;
		}
		@media all and (min-width:769px) {
		.article a.ui-btn {
				-webkit-transform: translate3d(0,0,0);
			}
			.article {
			
				/*max-width: 994px;
				margin: 0 auto;
				padding-top: 4em;
				-webkit-column-count: 2;
				-moz-column-count: 2;
				column-count: 2;
				-webkit-column-gap: 2em;
				-moz-column-gap: 2em;
				column-gap: 2em;*/
			/*}

			
			
		}*/.article {
	margin: 0px;
	

			}
			
			.article h2{
	font-size: 14pt;
	font-weight: bold;	
	line-height: 1px;		
			}
			
/**/


#NewTabs1 ul li{
	padding-left: 20px;
	z-index:1;
}
.showindexhouse{
	width:180px;
	float:left;
	padding: 2px;
}
.showindexhouse img{
	border: 1px solid #000000;
	
	
}
#ishow{
	max-width:798px;
	margin-right: 5px;
	z-index:1;
}
#ishow h3{
	font-size: 10pt;
	font-weight: bold;	
	line-height: 1px;	

}#ishow a{
	font-size: 10pt;
	

}

.WebMsg {
	position: fixed;

	right: 0;
	width: 100%;
	height: 20px;
	font-size: 10pt;
	color: #666666;
	background-color: #FFFFCC;
	border: 1px dotted #CCCCCC;
	line-height: 14pt;
	text-align: center;
	bottom:0px;
	top:auto; 
}
.WebMsg1 {
	position: fixed;

	right: 0;
	width: 100%;
	height: 20px;
	font-size: 10pt;
	color: #666666;
	background-color: #FFFFCC;
	border: 1px solid #FF0000;
	line-height: 14pt;
	text-align: center;
	bottom:0px;
	top:auto; 
}



.scroll-house {
		
		width: 100%;
		height: 300px;
		overflow: hidden;
		position: relative;
}
.scroll-house ul, li {
		margin: 0;
		padding: 0;
		list-style: none;
}
.scroll-house a img {
		border: none;
}
.scroll-house ul {
		position: absolute;
		margin: 1px 0;
}
.scroll-house li {
		clear: left;
		padding: 1px;
		height: 18px;
		
		float: left;
		width: 300px;
		margin-left: 10px;
		background-image: url(../images/icon/arrow_12x11.gif);
		background-repeat: no-repeat;
		padding-left: 15px;
		background-position:0 50%;
		
				
}
.scroll-house li a {
		float: left;
		font-size: 14px;
}


.menu_house {
	font-size: 10pt;
	position:absolute;
	visibility:hidden;
	text-align: left;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	line-height: 18px;
	background-color: #CCCCCC;
	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: solid;
	border-left-style: solid;
	z-index:9999;
	padding: 10px;
}

.menu_house a{
	font-size: 10pt;
	font-family: "微軟正黑體", "Century Gothic", sans-serif, serif;
}

/****top***#FF3300***
	#TopBox{
	margin: 0;
	padding: 0;
	}
	#TopBox .lino{
	display: block;
	text-decoration: none;
	border-right: 1px solid white;
	width: 339px;
	background: #AF72C1;
	color: #FFFFFF;
	white-space: nowrap;
	height: 25px;
	padding-top: 5px;
	padding-right: 12px;
	padding-bottom: 5px;
	padding-left: 12px;
	}
	#TopBox li{
	float: left;
	list-style: none;
	font-size: 14pt;
	text-align: center;
	}

	#TopBox li a{	
		display: block;
		padding: 5px 12px;
		text-decoration: none;
		border-right: 1px solid white;
		width: 98px;
		height: 25px;
		background: #AF72C1;
		color: #FFFFFF;
		white-space: nowrap
	}

	#TopBox li a:hover{
	background-color: #DCC1E3;
	}
		
	#TopBox li ul{	
		margin: 0;
		padding: 0;
		position: absolute;
		visibility: hidden;
		border-top: 1px solid white
	}
		
	#TopBox li ul li{
	float: none;
	display: inline;
	text-align: left;
	}
			
	#TopBox li ul li a{

	width: 138px;
	height: 25px;
	color: #333333;
	background-color: #FFFFFF;
	border: 1px dotted #CCCCCC;
	z-index:99999;
	}
			
	#TopBox li ul li a:hover{	
		background: #DCC1E3
	}

/****top* END*****/
      
/****top***#FF3300***/
	#TopBox{
	margin: 0;
	padding: 0;
	}
	#TopBox .lino{
	display: block;
	text-decoration: none;
	border-right: 1px solid white;


	color: #FFFFFF;
	white-space: nowrap;
	height: 25px;
	padding-top: 5px;
	padding-right: 12px;
	padding-bottom: 5px;
	padding-left: 12px;
	}
	#TopBox li{
	float: left;
	list-style: none;
	font-size: 14pt;
	text-align: center;
	
	z-index:99995!important;
	}

	#TopBox li a{	
		display: block;
		padding: 5px 12px;
		text-decoration: none;
		height: 25px;
	}

	#TopBox li a:hover{

	}
		
	#TopBox li ul{	
		margin: 0;
		padding: 0;
		position:absolute;
		visibility: hidden;
		border-top: 1px solid white
	}
		
	#TopBox li ul li{
		float: none;
		display: inline;
		text-align: left;
		margin: 0;
		padding: 0;
	}
	
	#TopBox li ul li a{
	
	height: 25px;
	color: #333333;
	background-color: #FFFFFF;
	border: 1px dotted #CCCCCC;
	z-index:99999;
	}
			
	#TopBox li ul li a:hover{	

	}
	.MEM_menu{
		width:25%;
		float:right;
	}
	#MEM_inp{
		width:75%;
		float:left;

	}
	#MEM_me_TD1, #MEM_me_TD2, #MEM_me_TD3, #MEM_me_TD4, #MEM_me_TD5, #MEM_me_TD6{
		display:block;
	}
	#MEM_inp table{
		clear:both;
		width:100%;
		min-width:100%;
		
	}

	#MEM_inp span{
		min-width:250px;
		width:200px;
	}
@media screen and (max-width: 800px) {
	.houseimg{
		width: 100%;
	}
	#TopBox li {	
		width: 100%;
		border-bottom-color:#000000;
		border-bottom-width: 1px;
		border-bottom-style: dotted;
		border-bottom-color: #FFFFFF;
	}
	#TopBox li a{	
		display:none;
		background-color:#FFFFFF;
		position:static;
		width: 100%;
	}
	#TopBox li ul{	
		display:block;
		position:static;
		width: 100%;
	}
	#TopBox li ul li{
		width:45%;
		position:relative;
		background-color:#FFFF00;
	}
	#TopBox li ul li a{
		width:100%;
		background-color:#CCCCCC;
		position:static;
		z-index:99995!important;
	}
	#MEM_inp{
		width:100%;
		
	}
	.MEM_menu{
		width:100%;
	}
	#MEM_me_TD1, #MEM_me_TD2, #MEM_me_TD3, #MEM_me_TD4, #MEM_me_TD5, #MEM_me_TD6{
		display:none;
	}
	
}	

/****top* END*****/
.myTabs {
    border-bottom: 1px solid #333333;	padding: 5px;
}



.myTabs > .active > a,
.myTabs > .active > a:hover,
.myTabs > .active > a:focus {
	color: #000000;
	background-color: #E7E7E7;
	border: 1px solid #333333;
	border-bottom-color: transparent;

	padding: 5px;
}


 .myTabs > li {
	float:left;
	margin-bottom: -1px;

    }

        .myTabs > li > a {
            padding-top: 8px;
            padding-bottom: 8px;
            line-height: 20px;
            border: 1px solid transparent;
            -webkit-border-radius: 4px 4px 0 0;
            -moz-border-radius: 4px 4px 0 0;
            border-radius: 4px 4px 0 0;
        }

            .myTabs > li > a:hover,
            .myTabs > li > a:focus {
                border-color: #eeeeee #eeeeee #dddddd;
            }


.myTabs .active .dropdown-toggle .caret {
    border-top-color: #555555;
    border-bottom-color: #555555;
	
}
/**********************************HOUSE************************************************************************/
.myphoto{
	width:38%;
	float:left;
	
}
.myphoto img{
	width:100%;
}
.myText{
	width:62%;
	float:left;
	background-color:#FFFFFF;
}
.myText li{
	width:45%;
	float:left;
	font-size:22px;
	height:35px;
}
.myText li i{
	padding-left:10px;
	font-weight: 900;
	width:115px;;
	float:left;
	font-style: normal;
	font-size:22px;
}
.myText div i{
	padding-left:10px;
	font-weight: 900;
	width:115px;;
	float:left;
	font-style: normal;
	font-size:22px;
}

.myText li span{
	font-size:10px;
	color:#FF0000;
}


.myTextDow li{

	width:45%;
	float:left;
	font-size:22px;
	height:35px;
}
.myTextDow li i{
	padding-left:10px;
	font-weight: 900;
	width:100px;;
	float:left;
	font-style: normal;
	font-size:22px;
}
	.houseitem h1{
		font-size:38px;
		color:#FFFF00;
	}

@media screen and (max-width: 800px) {
	.myphoto{
		width:100%;
		display:none;
	}
	.myText{
		width:100%;
	}
	.myText li{

		width:100%;

	}
	.myText li i{
	float:left;
	}
	.houseitem h1{
		font-size:25px;
		color:#FFFF00;
	}
}

.ss {
	clear: both;
	height: 20px;
	width:100%;	
	/*position: fixed;
	bottom:0px;*/
	width:100%;
}

.ss td{
	background-color: #FFFFFF;
	margin: 1px;
	padding: 5px;
	text-align: center;

	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: solid;
	border-left-style: none;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	vertical-align : middle;
}
.ss td a:visited {	FONT-SIZE: 10pt;color: #0099FF;	text-decoration: none;font-family: "微軟正黑體","Century Gothic",sans-serif,serif;}
.ss td a:link {	FONT-SIZE: 10pt;color: #0099FF;text-decoration: none;font-family: "微軟正黑體","Century Gothic",sans-serif,serif;}
.ss td a:hover {	FONT-SIZE: 10pt;COLOR: #FF6600; TEXT-DECORATION: none;font-family: "微軟正黑體","Century Gothic",sans-serif,serif;}
/**********************************************************************************************************/
/**********************************************************************************************************/
/**********************************************************************************************************/
/**********************************************************************************************************/
