@charset "UTF-8";
@font-face {
 font-family: MyCustomFont;
 src: url("../fonts/HappyCS-Medium.eot"); /* EOT file for IE */
}
@font-face {
 font-family: MyCustomFont;
 src: url("../fonts/HappyCS-Medium.ttf"); /* TTF file for CSS3 browsers */
}

body{ background:url('../images/bg.gif'); margin:0 0; padiing:0 0px; font-family: MyCustomFont,Tahoma; }
*{margin:0 auto; }
li {font-size:14pt; vertical-align:top; color:#545454; *margin:10px 0px 0px 30px;}
#header{background:url('../images/head.jpg'); width:1000px; height:340px;}
#detail{background:url('../images/detail.jpg'); width:1000px; height:534px;}
#condition{background:url('../images/condition.jpg'); width:1000px; height:332px;}
#footer{background:url('../images/anounceluck_10.png'); width:1000px; height:68px; }
p.slideaccord{font-size:14pt; font-weight:bold; cursor:pointer; margin-left:15px; color:#545454;}
td{padding:3px; color:#545454;}