@charset "utf-8";
/* CSS Document */
body {
	font-family:Arial; 
	font-size:20px; 
	margin:0px; 
	line-height:150%;
	text-align:center; 
	background-color:#CC6;
}
#container {
	margin:0 auto;
	width:1250px;
	height:1240px;
	background-color:#9FF;
}
#leftside {
	float:left;
	height:1200px;
	width:125px;
	margin-bottom:5px;
	padding-top:20px;
	background-color: #D56059;
	background-image: url(images/leftdualan2.jpg);
	background-repeat: no-repeat;
}

#mainContent {
	float:left;
	height:auto;
	width:1000px;
	overflow:auto;
	margin-bottom:5px;
}
#toparea {
	margin:0 auto;
	width:1000px;
	height:240px;
	background-color: #CFF;
	background-repeat: no-repeat;
}
#menuarea {
	margin:0 auto;
	width:1000px;
	height:40px;
	background:#906;
}
#content {
	margin:0 auto;
	width:1000px;
	height:915px;
	background-color: #cff;
	overflow: hidden;
}
#leftmenu {
	float:left;
	width:180px;
	height:915px;
	background-color: #FFF;
	overflow: hidden;
	font-family: "微軟正黑體";
	font-size: 11pt;
	background-image: url(images/bg1.png);
	background-repeat: repeat-x;
	padding-top: 50px;
}
#leftmenu ul {
    margin: 0 auto;
	padding: 0;
}
#leftmenu li {
    list-style:none;
    margin: 0 0 2px 0;
    padding: 0 0 2px 0;
    border-bottom: 2px dotted #933;
}
#leftmenu li a {
   background: url(images/jojo.jpg) no-repeat left center;
   display:block;
   color: #4B545F;
   text-decoration:none;
}
#leftmenu a:link, a:visited {
	padding: 2px 0 2px 2px;
    width: 180px;/* 135px-20px */
}
#leftmenu a:hover {
	color:#CC326A;
    padding: 2px 0 2px 2px;
    width: 178px;/* 135px-25px */
}
#mainshow {
	float:left;
	width:820px;
	height:915px;
	background-color: #FFF;
	overflow: hidden;
	font-family: "微軟正黑體";
	background-image: url(images/bg1.png);
	background-repeat: repeat-x;
}
#rightside {
	float:left;
	height:1200px;
	width:125px;
	margin-bottom:5px;
	padding-top:20px;
	background-color: #D46258;
	background-image: url(images/rightdualan2.jpg);
	background-repeat: no-repeat;
}
