@charset "utf-8";
@import url("othersetting.css");

body {
margin: 0;
padding: 0;
background: url(../images/bg_02.jpg) top left;
}


img { border: none; }
.ie img { display: block; }

#container {
padding: 0 0 20px 0;
width: 100%;
background: url(../images/bg_01.jpg) repeat-x top left;
}


#flash-box {
margin: 0 auto;
width: 980px;
}



#buttons {
margin: 12px auto 6px auto;
width: 480px;
height: 26px;
}

#buttons a { display: block; }
.parallel { float: left; }



#date {
clear: both;
margin: auto;
width: 980px;
text-align: center;

}


.pngFix { behavior: expression(IEPNGFIX.fix(this)); }


#buttons:after {
content:".";
display:block;
height:0;
clear:both;
visibility:hidden;
}


* html #buttons {
display:inline-block;
}