html {-webkit-text-size-adjust:none
}

body{
margin:0px;

}

#copy{
width:900px;
color:#535353;
font-size:70%;
text-align:center;

}

#bar{
width:900px;
height:115px;
}

DIV#menu{  
    
    position:absolute;
    width:900px;
    z-index:100;
    font-size:small;
}

ul.main{
    margin:2px;
    padding:2px;
    width:900px;
    position:relative;
    list-style:none;
    text-align:center;


}
.main li.off{
    position:relative;
    float:left;
    height:1em;
    width:75px;
    overflow:hidden;
    background:#ffffff;
    font-weight:bold;

}
.main li.on{
    float:left;
    overflow:hidden;
    width:75px;
    background:#ffffff;
    font-weight:bold;

}

.main>li.on{
  overflow:visible;
}

.main a{
    display:block;
    text-decoration:none;
    color:#000000;
    background:#ffffff;
}
.main a:hover{
    font-weight:bold;
    text-decoration:underline;
    color:#0099ff;
    background:#ccffff;
}


ol.sub{
    margin:2px;
    padding:2px;
    position:relative;
    left:0;
    top:0;
    width:120px;
    list-style:none;
    text-align:left;
    background:#ffffff;
}

.sub a{
    padding:2px 2px 2px 2px;
    display:block;
    width:120px;
    background:#ffffff;

}
.sub a:hover{
    font-weight:bold;
    text-decoration:underline;
    color:#0099ff;
    background:#ccffff;
}



.divtitle {  
    
  margin:10px 0px 10px 15px;

font-weight:bold;
}

.divmain{  
    
  margin-left:30px;
font-family:‚l‚r ƒSƒVƒbƒN;
font-size:13px;
width:780px;
}

/* new clearfix */
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	}
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */
