body{
	margin:0;
	padding:0;
	background-color:#fff;
	Text-Align:Center;
	font-family:Verdana;
	background-image:url('../images/background_4.jpg');
	background-repeat:repeat-x;
}
.all{
	width:100%;
	height:100%;
	/*background-image:url('../images/company-2_1.jpg');*/
	background-image:url('../images/background_4.jpg');
	background-repeat:repeat-x;
}

.Main{
	width:1001px; 
	margin:0 auto;
	margin: 0px auto; /* firefox */
	*margin: 0px auto; /* ie7 */
	_margin: 0px auto; /* ie6 */
	text-align:left;
}
.logo-1{
/*background_1.jpg*/
	background-image:url('../images/background_1.jpg');
	background-repeat:no-repeat;
	width:506px;
	height:248px;
	float:left;
}
.logo-2{
	background-image:url('../images/background_2.jpg');
	background-repeat:no-repeat;
	width:400px;
	height:248px;
	float:left;
}
.logo-3{
	background-image:url('../images/background_3.jpg');
	background-repeat:no-repeat;
	width:77px;
	height:248px;
	float:left;
}
.left{
	width:40px;
	height:100%;
	float:left;
}
.left-1{
	background-image:url('../images/background_5.jpg');
	background-repeat:no-repeat;
	width:40px;
	height:316px;
	float:left;
}
.left-2{
	background-image:url('../images/background_9.jpg');
	background-repeat:repeat-y;
	width:40px;
	height:100%;
	float:left;
}
.Content{
	background-image:url('../images/background_6.jpg');
	background-repeat:repeat;
	width:866px;
	height:427px;
	float:left;
}
.right{
	background-image:url('../images/background_10.jpg');
	background-repeat:repeat-y;
	width:77px;
	height:100%;
	float:left;
	border:1px solid #ffe599;
}
.right-1{
	background-image:url('../images/background_8.jpg');
	background-repeat:no-repeat;
	width:77px;
	height:316px;
	float:left;
}
.right-2{
	/*background-image:url('../images/background_10.jpg');
	background-repeat:repeat-y;*/
	width:77px;
	height:111px;
	float:left;
}
.bottom-1{
	background-image:url('../images/background_11.jpg');
	background-repeat:no-repeat;
	width:40px;
	height:93px;
	float:left;
	border:1px solid #a1a1a1;
}
.bottom-2{
	background-image:url('../images/background_14.jpg');
	background-repeat:no-repeat;
	width:77px;
	height:93px;
	float:left;
}
.foot{
	background-image:url('../images/background_12.jpg');
	background-repeat:repeat-x;
	width:866px;
	height:93px;
	float:left;
	text-align:right;
	font-size:12px;
	padding-top:30px;
}

/* #78D2FF*/
/* 未連結 */
a:link
{
	color: #000000;
	text-decoration:none;
}
/* 已連結過 */
a:visited
{
	color: #000000;
	text-decoration:none;
}
/* 滑鼠移至連結 */
a:hover
{
	color: #78D2FF;
	text-decoration:none;
}
/* 選擇的連結 */
a:active
{
	color: #000000;
	text-decoration:none;
}

#Top{
	width:1000px;
	height:248px;
	/*border:1px solid #a1a1a1;*/
}
#Middle{
	width:1000px;
	/*border:1px solid #a1a1a1;*/
}
/*字首放大*/
.firstletter:first-letter {
	font-size:290%; /*字尺寸大小*/
	float:left;
	line-height:40px;
	color:#f51c1c; /*字的顏色*/
}