@charset "utf-8";

/*■■■■■■■■　共同设定 ■■■■■■■■*/

/*a{text-decoration:none; -moz-transition: all 0.5s;-webkit-transition:all 0.5s;-o-transition:all 0.5s;transition:all 0.5s;}*/
a:hover {
    text-decoration: none;
}

.clear {
    clear: both;
}

/*■■■■■■■■　基本设定　■■■■■■■■*/
body {
    font-family: "微软雅黑";
    font-size: 12px;
    color: #535353;
    overflow-x: hidden;
    backgr /
    ound: #f3eee8
}

/*.theme_color{ background:#fff;}
.theme_color1{ background:#ee0062;}
.theme_color2{ background:#222;}*/

/*-----------------  ■ common -------------------*/
.rollover:hover img {
    opacity: .7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)";
    -khtml-opacity: .7;
/ zoom: 1;
}

.main {
    width: 1004px;
    margin: 0 auto;
    position: relative;
    over /
    flow: hidden;
    z-index: 999;
}





