@charset "utf-8";
/* CSS Document */

body {
	font-size: 12px;
	font-family: "微軟正黑體", "新細明體", Arial;
	
	margin: 0;
	padding: 0;
	
	/*background-color: #003;*/
	background: url(img/index_bg.jpg) no-repeat;
	background-color: #010232;
}

a {
	color: #C93;
}
a:hover {
	color: #C60;
}
a:focus { 
	-moz-outline-style: none;
}

#container {	
	width: 1000px;
	margin: 0 auto;
}

.floatCleaner {
	clear: both;
}

#footer {
	width: 1000px;
	margin: 0 auto;
}#container {
	margin-right: auto;
	margin-left: auto;
	clear: both;
	width: 700px;
}
#rightmain {
	height: 150px;
	width: 250px;
	background-image: url(img/rightsearchbg.png);
}
#righttop {
	width: 250px;
	background-image: url(img/line.png);
}
#lefttop {
	background-image: url(img/line.png);
	width: 700px;
	height: 25px;
	text-align: center;
	vertical-align: text-bottom;
	padding-top: 3px;
	background-repeat: no-repeat;
}


#leftmain {
	width: 700px;
	margin: 0px;
	padding: 0px;
}

#top {
	
	height: 25px;
	width: 800px;
	background-repeat: no-repeat;
	margin: 0px;
}
#right {
	width: 600px;
	clear: both;

}
#left {
	width: 700px;
	clear: both;
}
