@charset "utf-8";
/* CSS Document */
* {
	margin: 0 0 0 0;
	padding: 0;
	font-size: 95%;
	color:#808080;
	list-style: none;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	background-color:#3e3e3e;
}
img {
	border: none;
}
td {
	word-break:break-all;
}
a:hover {
	color: #FF6600;
	text-decoration: none;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
/* 首頁
-------------------------------------- */
#header {
	width: 100%;
	height: 99px;
	background-image:url(../design_images/design_top_back.jpg);
	background-repeat:repeat-x;
	float:left;
}

#content {
	width: 100%;
	background-color:#3e3e3e;
	float:left;
}

#left_content {
	float:left;
	padding-left:50px;
	padding-right:50px;
	color:#FFFFFF;
}

#right_content {
	float:left;
}
#right_content img{
	border:6px solid #262525;
}
#right_content li{
	width:150px;
	height:160px;
	float:left;
	text-align:center;
	vertical-align:middle;
}
/* 頁尾
-------------------------------------- */
#footer {
	width: 100%;
	height:196px;
	float:left;
	background:url(../design_images/design_under_back.jpg);
	background-repeat:repeat-x;
}
	
