@charset "utf-8";
/* CSS Document */
#main{
	height:100%;
}
#left{
	position:fixed;
	top:0;
	left:0;
	width:50%;
	height:100%;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #BE3060;
	text-align: right;
	background-image: url(../images/map/left.jpg);
	/*background-size:contain;*/
	background-repeat: no-repeat;
	background-position: right;
}
#left img{
min-height: 100%;
  min-width: 500px;
  width: 100%;
  height: auto;
  position: fixed;
  top: 0;
  left: 0;}  

#right{
width:480px;
height:680px;
padding:0 20px;
position: absolute;
left:50%;
}


#right em{font-family: "微軟正黑體";
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #FFF;
	}
#right em span{line-height: 55px;
	font-weight: bold;
	color: #F5A387;
	}
.sent{
	padding:0 0 0 160px;
	}
.formfont{font-family: "微軟正黑體";
	margin:0 6px 0 0;
	font-size: 13px;
	font-weight: bold;
	color: #FFF;
	vertical-align: top;
	line-height: 20px;
	}
.formfont2{font-family: "微軟正黑體";
	line-height: 20px;
	margin:0 6px;
	font-size: 13px;
	font-weight: bold;
	color: #FFF;
	}
.sent a{
	width:134px;
	height:33px;
	background-image: url(../images/map/sent.jpg);
	background-repeat: no-repeat;
	line-height: 100px;
	display: block;
	overflow: hidden;
	}
.sent a:hover{
	background-image: url(../images/map/sent_over.jpg);
	}
#righttable{margin:0 0 0 15px;}