@charset "BIG5";

/* 整體結構
---------------------------------------------------- */
body {
  margin: 20px auto;
  padding: 0 0 0 10px;
  color: #CCCCCC;
  background: #000 ;
  }
#wrapper {
  width: 100%;
  text-align:center;
  margin: 0px auto;
  width:950px;
  border:1px solid #6a6a6a;


}

/* 連結
---------------------------------------------------- */
a:link {
  color: #3366ff;
  background: transparent;
}
a:visited {
  color: #800080;
  background: transparent;
}
a:hover, a:active {
  color: #ff9933;
  background: transparent;
}

/* 頁首
---------------------------------------------------- */
#top {
  position: relative;
}

#header{
   position: relative;
}
#nav{
   position: relative;
}
#banner{
   position: relative;
}


/* 導覽
---------------------------------------------------- */


/* 內容
---------------------------------------------------- */
#content {

	overflow:auto !important;
	overflow /**/:hidden;
	width:100%;
	margin:0px;
/*	background-image: url(../images/bg_line_con.jpg); */
	background-repeat: repeat-y;
}


#listbtn{
	float:left;
	width:351px;
	text-align:left;
	margin-left:10px;
/*border-right:1px solid #6a6a6a; */

}

#main{
float:right;
padding-left:1px;
}
#main-top-title{
   /* float:relative;*/
   margin-top:20px;
	
	width:570px;

	background-image: url(../images/con_company.jpg);
	background-repeat: no-repeat;

	height:40px;

	
}
#main-top{
	float:relative;
	/*background-image: url(../images/con_company.jpg);
	background-repeat: no-repeat;*/
	width:530px;
	height:135px;

	padding:10px 15px 5px 15px;
	text-align:left;
	line-height:170%;
		border:1px solid #6a6a6a;
		margin-bottom:45px;

}
#main_contact{
   /* float:relative;*/
	
	width:560px;

	background-image: url(../images/con_contact.jpg);
	background-repeat: no-repeat;

	height:28px;

	
}
#main-require{
  float:right;
padding-left:1px;
	

	margin-top:32px;


	
}

#main-page{
width:550px;
margin:0px;
padding:20px 2px 0 5px; 

	border:1px solid #6a6a6a;
		text-align:left;
	line-height:170%
}

#main-bottom{

float:right;
height:30px;
text-align:right;
padding-right:10px;

}

/* 頁尾
---------------------------------------------------- */
#footer {
  clear: both;
  border-top:1px solid #6a6a6a;
}
#footer-logo{
 float:left;
 width:249px;
 height:65px;


}
#floter-add{
 float:left;
 height:65px;
 width:700px;

}

img{
border:0px;
}

UI{
margin:0px;
 padding:0px;

}


#add_tai{
	width:340;
	background-image: url(../images/con_add.jpg);
	background-repeat: no-repeat;
	height:200px;
    padding-top:5px;
	text-align:left;

}


#add_tai ul {
 list-style: none; 
	padding-top:50px;
	padding-left:20px;
	margin:0px;
}
#add_tai li {
	padding-left:20px;
	background-image: url(../images/btn_02.jpg);
	background-repeat: no-repeat;
	background-position: 2px;
	padding-bottom:5px;
}
#add_tai a:link{
	text-decoration: none;
	color: #0099FF;
}
#add_tai a:visited{
	text-decoration: none;
	color: #0099FF;
}
#add_tai a:hover{
	text-decoration: none;
	color: #FF6600;
}


#add_ch{
	width:340;
	background-image: url(../images/con_add_2.jpg);
	background-repeat: no-repeat;
	height:220px;
	text-align:left;

}

#add_ch ul {
 list-style: none; 
	padding-top:50px;
	padding-left:20px;
	margin:0px;
}
#add_ch li {
	padding-left:20px;
	background-image: url(../images/btn_02.jpg);
	background-repeat: no-repeat;
	background-position: 2px;
	padding-bottom:5px;
}
#add_ch a:link{
	text-decoration: none;
	color: #0099FF;
}
#add_ch a:visited{
	text-decoration: none;
	color: #0099FF;
}
#add_ch a:hover{
	text-decoration: none;
	color: #FF6600;
}


#add {
	width:340;
	background-image: url(../images/con_add_3.jpg);
	background-repeat: no-repeat;
	height:430px;
	text-align:left;
	padding-top:44px;
	padding-left:11px;
}




/*以下為訪客留言*/


#inquiry {
	float:relative;
	width: 535px; /* 指定區塊寬度 */
	color:#fff;
	padding:5px;
	background-color: #CACACA;
}
#inquiry table {
	border-top: 1px solid #CCCCCC;
	border-bottom: none;
	border-left: none;
	border-right: none;
	font-size: 11pt;
	width: 100%;
	background-color: #F6F6F6;
}
#inquiry td {
	border-top: none;
	border-bottom: 1px solid #CCCCCC;
	border-left: none;
	border-right: none;
	padding: 10px;
	background-color: #959491;
	text-align:left;
}
#inquiry th {
	border-top: none;
	border-bottom: 1px solid #CCCCCC;
	border-left: 6px solid #514e4e;
	border-right: none;
	background-color: #656461;
	font-weight: normal;
	padding: 10px;
	width: 150px;
}
#inquiry th.must {
	border-left-color: #D90000;
}
#inquiry th em {
	font-style: normal;
	color: #FF0000;
	padding-left: 5px;
}
.text1,.text2,.text3,.text4 {
	border: 1px solid #CCCCCC;
	background-color: #F3F3F3;
	padding: 2px;
}
.text1 {
	width: 100px;
}
.text2 {
	width: 12em;
}
.text3 {
	width: 98%;
}
.text4 {
	width: 98%;
}
#inquiry select {
	border: 1px solid #CCCCCC;
	background-color: #CCCCCC;
}
#inquiry .submit {
	text-align: right;
	margin-top: 10px;
	padding-right:30px;
	padding-bottom:10px;
	
}
.text1:focus,.text2:focus,.text3:focus,.text4:focus {
	border-color: #7F9DB9; /* 指定游標移入欄位時的框線顏色 */
	background-color: #FFFFFF; /* 指定游標移入欄位時的欄位底色 */
}
