/*基本信息  style.css  for localhost/div/demo */
body {
font:12px Tahoma;
margin:0px  auto;
background:#CCCCCC;}
a:link,a:visited {
font-size:12px;
text-decoration: none;}
a:hover{
	font-weight:bold;
	color:#CC0000;
	text-decoration:underline;
}
/*頁面層容器*/
#container {width:800px;
height:auto;
margin:4px auto;
background:#EEEEEE;
}
/*頁面頭部*/
#header {
background:url(images/logo.jpg) no-repeat}
#menu {padding:20px 20px 0 0}
#menu ul {float:right;list-style:none;margin:0px;}
#menu ul li {float:left;
display:block;line-height:30px;margin:0 10px}
#menu ul li a:link,#menu ul li a:visited {font-weight:bold;color:#666}
#menu ul li a:hover{}
.menuDiv {width:1px;height:28px;background:#999}
#banner {
background:url(images/banner.jpg) 20px  30px no-repeat;
width:730px;margin:auto;
height:210px;border-bottom:5px solid #AAAAAA;clear:both}
/*頁面主體*/
#pagebody {width:800px;
margin:0 auto;
height:400px;
background:#FFFFFF;}

#sidebar {
 width:180px; /*設定寬度*/
 height: 540px;
 text-align:left; /*文字左對齊*/
 float:left; /*浮動居左*/
 /** clear:left; /**不允許左側存在浮動*/
 overflow:hidden; /*超出寬度部分隱藏*/
 border:0px solid #FF0000;
}
#sidebar img{
	height: 90px;
	width: 150px;
	padding-top: 12px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
}
#sidebar #mylist {
	font-size: 14px;
	font-style: normal;
	line-height: 18px;
	color: #36F;
	padding: 30px;
}
#mainbody #scheme img{
  height: 360px;
	width: 360px;
  padding : 25px 0px 0px 120px ;
}
#mainbody {
 width: 616px;
 height: 540px;
 text-align:left; 
 float: right; /*浮動居右*/
/** clear:right; 不允許右側存在浮動*/
 overflow:hidden; 
 border:0px solid #00FF00;
}
#mainbody #bgtop{
  background:url(images/bgtop.gif) ;
   height: 31px; 
	background-repeat: no-repeat;
	background-position: left top; 
} 
#bgtop  h4 {
margin: 0px; 
padding:0px;
  position: relative;
	left: 20px;
	top: 6px; 	
}
#mainbody #bgbott {
	background:url(images/bgbott.gif) ;
  height: 31px; 
 	background-repeat: no-repeat;
	background-position: left top; 	
  }
/* keypoint  height=auto */  
#mainbody #autoline{
	height: auto;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #F79202;
	border-left-color: #F79202;
	background-repeat: no-repeat;
	width: 610px;
	float: left;
	padding-top: 0px;
}  
#mydata {
	font-size: 12px;
	font-style: normal;
	line-height: 20px;
	color: #0000FF;
	padding: 15px 5px 5px 25px ;
}  
/*頁面底部*/
#footer {width:800px;
margin:0 auto;
height: 40px; 
font-size:12px;
font-height: 18px;
color : #0000FF;
}
#footer ul{
  margin-top: 14px;
	margin-left:200px; width:auto;
}
#footer  li{ float:left; width:auto; padding-right:10px}



