@charset "utf-8";
/* Design Fashion ie6 fix */

/*background image changer*/
#bg_changer {z-index:10;margin-left:10px}
#bg_changer .bg_wrap{float:left;width:auto}
#bg_changer .bg_top{display:none}
#bg_changer .bg_top span{display:none}
#bg_changer li{width:100px}
#bg_changer-lnk{margin-top:15px;border-top:0;z-index:11}

/*header search box*/
.search-box{width:250px}

/*fixed position related style*/
* html,* html body /* IE6 Fixed Position Jitter Fix */{background-image:url(about:blank);background-attachment:fixed;}
* html .fixed-top /* IE6 position fixed Top */{position: absolute;
top:expression(eval(document.compatMode &&
document.compatMode=='CSS1Compat') ?
documentElement.scrollTop
+((documentElement.clientHeight-this.clientHeight)/2 )
: document.body.scrollTop
+((document.body.clientHeight-this.clientHeight)/2));}
* html .fixed-left /* IE6 position fixed Left */{position:absolute;right:auto;left:expression(eval(document.documentElement.scrollLeft));}