@charset "utf-8";


/* homeFlash
-----------------------------------------------*/
#homeFlash{
margin-bottom:22px;
height:405px;
position:relative;
z-index:0;
}
#homeFlashInner{
margin-top:-125px;
height:775px;
width:100%;
position:absolute;
text-align:center;
z-index:0;
}
#homeFlashInner object:focus{
outline:none;
}


/* homeContent
-----------------------------------------------*/
#homeContent{
margin:0 auto;
width:960px;
min-height:224px;
_height:224px;
position:relative;
zoom:1;
}
#homeContent:after{
height:0;
display:block;
clear:both;
visibility:hidden;
content:".";
line-height:0; 
}

#homeContent #homeContentPrimary{
width:520px;
float:left;
}

#homeContent #homeContentSecondary{
padding:0 0 0 24px;
width:168px;
float:left;
}

#homeContent #homeContentTertiary{
width:224px;
float:right;
}


/* homeBannerList
-----------------------------------------------*/
.homeBnrListA01{
}
.homeBnrListA01 .li01{
margin-top:-8px;
position:relative;
}
.homeBnrListA01 .li02{
margin-bottom:8px;
}
.homeBnrListA01 .li03{
}
.homeBnrListA01 img{
vertical-align:top;
}


/* homeCountdown
-----------------------------------------------*/
.homeCountDown{
border:1px solid #d6d6d6;
padding:3px;
background:url(../../images/home_countdown_bg01.gif) repeat-x left top #f6f6f6;
}
.homeCountDown h2{
margin-bottom:3px !important;
text-align:center;
}
.homeCountDown p{
margin-bottom:5px;
}
.homeCountDown dl{
margin-bottom:5px;
padding:0 8px 0 4px;
zoom:1;
}
.homeCountDown dl:after{
height:0;
display:block;
clear:both;
visibility:hidden;
content:".";
line-height:0; 
}
.homeCountDown dl dt{
padding-top:2px;
float:left;
}
.homeCountDown dl dd{
float:right;
color:#dd3c13;
font-size:150%;
line-height:1;
}


