@charset "utf-8";
/* CSS Document */
/** 內容Box **/
.baseBox{
}
.textBox{
	width:1024px;
	position:relative;
}
.secTextBox{
	height:120px;
	margin:20px 0 30px;
}
.secTextBox a{
	display:block;
	background-repeat:no-repeat;
	background-position:left top;
}
.secTextBox a:hover{
	background-position:left bottom;
}
.secTextBox ul{
	margin-left:62px;
}
.secTextBox li{
	float:left;
	margin-right:4px;
}
.secTextBox .rightli{
	margin-right:0px;
}
.secTextBox .Img01{
	background-image:url(../templates/images/productsImg01.jpg);
	width:276px;
	height:100px;
}
.secTextBox .Img02{
	background-image:url(../templates/images/productsImg02.jpg);
	width:308px;
	height:100px;
}
.secTextBox .Img03{
	background-image:url(../templates/images/productsImg03.jpg);
	width:304px;
	height:100px;
}
/** contentImg 浮動圖片位置 **/
.contentImg{
	position:absolute;
	z-index:999;
}
.productImg01{
	top:200px;
	left:500px;
}
.productImg02{
	top:100px;
	left:200px;
}
.productImg03{
	top:00px;
	left:500px;
}
/** 下方Box **/
.moreText{
	display:none;
	background:#f5f5f5;
}

/** TitleImg **/
.titleImg{
}

/** 文字方塊 **/
.textContent{
	border-bottom:1px dashed #C9CACA;
	margin:0 64px 30px 60px;
}
.textLeft,.textRight{
	font-size:15px;
	color:#727171;
	line-height:23pt;
	text-align:justify;
	margin-bottom:15px;
}
.textLeft p,.textRight p{
	line-height:23px;
}
.textLeft{
	float:left;
	width:432px;
	margin-left:2px;
}
.textRight{
	float:right;
	width:410px;
}
/** textBox Midde bgcolor **/
.bgcolor{
	height:267px;
	background:url(../templates/images/textBox_bg.jpg) repeat-x;
}
.rightBox .content{
	margin-right:20px;
	float:right;
	width:350px;
}
.leftBox .content{
	margin-left:50px;
	width:350px;
}