﻿@charset "utf-8";
*{
   padding-bottom: 0px;
    list-style-type: none;
    margin: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
}
A{
   border-bottom: 0px;
    border-left: 0px;
    border-top: 0px;
    border-right: 0px;
}
IMG{
   border-bottom: 0px;
    border-left: 0px;
    border-top: 0px;
    border-right: 0px;
}
BODY{
   min-width: 1170px;
    background-color: #ffffff;
    color: #666666;
}
A{
   border-bottom: 0px;
    border-left: 0px;
    color: #666666;
    border-top: 0px;
    border-right: 0px;
    text-decoration: none;
}
A:hover{
   border-bottom: 0px;
    border-left: 0px;
    color: #666666;
    border-top: 0px;
    border-right: 0px;
    text-decoration: none;
}
#focusBar{
   z-index: 9;
    position: relative;
    width: 100%;
    background: #242424;
    height: 520px;
    clear: both;
    overflow: hidden;
}
#focusBar LI{
   position: absolute;
    width: 100%;
    display: none;
    height: 520px;
    clear: both;
}
#focusBar .focusL{
   z-index: 19;
    position: absolute;
    height: 520px;
    margin-left: 50%;
    top: 0px;
    left: -550px;
}
#focusBar .focusR{
   z-index: 9;
    position: absolute;
    height: 520px;
    margin-left: 50%;
    top: 0px;
    left: -550px;
}
A.arrL{
   z-index: 99;
    position: absolute;
    width: 51px;
    display: block;
    height: 51px;
    top: 45%;
    cursor: pointer;
}
A.arrR{
   z-index: 99;
    position: absolute;
    width: 51px;
    display: block;
    height: 51px;
    top: 45%;
    cursor: pointer;
}
A.arrL{
   background: url(../images/index_aleft.png) no-repeat;
    left: -51px;
}
A.arrR{
   background: url(../images/index_aright.png) no-repeat;
    right: -51px;
}
A.arrL:hover{
   background: url(../images/index_aleft.png) no-repeat;
}
A.arrR:hover{
   background: url(../images/index_aright.png) no-repeat;
}
