@charset "utf-8";
/* CSS Document */
/* Reset style */
* { margin:0; padding:0; word-break:break-all; }
body { background:#FFF; color:#333; font:12px/1.6em Helvetica, Arial, sans-serif; }
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:850px; height:180px; overflow:hidden; margin:0px 0 1px 0px; }
 #focus_change_list { position:absolute; width:3400px; height:180px; }
  #focus_change_list li { float:left; }
  #focus_change_list li img { width:850px; height:180px; }
 .focus_change_opacity { position:absolute; width:850px; height:45px; top:135px; left:0; background:#85cbec; filter:alpha(opacity=40); -moz-opacity:0.5; opacity: 0.5; }
 #focus_change_btn { position:absolute; width:850px; height:35px; top:128px; left:0; }
  #focus_change_btn ul { padding-left:5px; }
  #focus_change_btn li { display:inline; float:left; margin:0 20px; padding-top:12px; }
  #focus_change_btn li img { width:35px; height:35px; border:2px solid #888; }
  #focus_change_btn .current { background:url(../img/icon_arrow.gif) no-repeat 16px 8px;}
  #focus_change_btn .current img { border-color:#eee; }
