@charset "utf-8";
.topBg {
	background-image: url(images_112/topBg.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
.downBg {
	background-image: url(images_112/downBg.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}
.webTitle {
	font-size: 30px;
	line-height: 70px;
	font-weight: bold;
	color: #666666;
}
.imgText {
	font-size: 12px;
	line-height: 20px;
	color: #666666;
}
#layout{
	width:780px;
	height:500px;
	clear:both;
	overflow:visible;
	position:static;
	margin:0px;
} 
#layout .left{
	float:left;
	width:200px;
	clear:none;
}
#layout .right{
	float:left;
	width:570px;
	clear:none;
}
.divBottom{
	width:760px;
	padding:10px;
	font-size:12px;
}
.blogContent{
	font-family: Arial, "新細明體";
	font-size: 12px;
	color: #666666;
	text-align:justify;
	padding:0px 30px 0px 30px;
}
a.menu:link {
	font-family: "新細明體";
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
a.menu:visited {
	font-family: "新細明體";
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
a.menu:hover {
	font-family: "新細明體";
	font-size: 14px;
	color: #FF0066;
	font-weight: bold;
	text-decoration: none;
}
