@charset "utf-8";
/* CSS Document */
.introduction{ height:142px; padding-top:10px; padding-bottom:10px;}
#main-content{height:480px;}
#main-right{height:480px;}

  #marquee ,#marquee li { padding:0;  margin:0;  }
  #marquee {
	float:left;
    position:relative;
    list-style:none;
    height:185px;
    width:930px;
    overflow:hidden;
  }
  #marquee li {
	position:absolute;
	width:1000%;
	top: -1px;
}
  #marquee a { float:left;  }
  #marquee img {   display:block;   border:0; }

h1, h2, h3, h4, h5, h6 { font-size:1em; }
a { color:#039; text-decoration:none; }
a:hover { text-decoration:underline; }
ul, li { list-style:none; }
fieldset, img { border:none; }
em, strong, cite, th { font-style:normal; font-weight:normal; }
/* Focus_change style */
#focus_change { position:relative; width:1000px; height:370px; overflow:hidden; }
#focus_change_list { position:absolute; width:4000px; height:276px; }
#focus_change_list li { float:left; }
#focus_change_list li img { width:1000px; height:370px; }
.focus_change_opacity {
	position:absolute;
	width:1000px;
	height:124px;
	top:246px;
	left:1px;
	background:#5C5C5A;
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	opacity: 0.5;
}
#focus_change_btn {
	position:absolute;
	width:1000px;
	height:94px;
	top:250px;
	left:2px;
}
#focus_change_btn ul { padding-left:5px; }
#focus_change_btn li { display:inline; float:left; margin:0 15px; padding-top:12px; }
#focus_change_btn li img { width:207px; height:94px; border:2px solid #888; }
#focus_change_btn .current img { border-color:#EEE; }

