/* ad用 */

#adNaviG {
    margin: 0 auto;
    width: 100% ;
    font-size: 12px;
    font-weight: small;
    color: #000000;
    text-align: center;
    padding-bottom: 5px;
}


#adNaviG li {
	float: left;
	display:block;
	width:994px;
	font-size: 9px;
	font-weight: bold;
	color: #ffffff;
	display:block;
	list-style-type: none;
	padding-top: 2px;
	padding-bottom: 2px;
	border-right: 1px solid #666666; /* #siteNavi右の区切り線 */
	background: #000000;

}


#adNaviG li a {
    float:left; 
	display:block;
	width:800px;
    color: #FFFFFF;
    text-align: center;
    text-decoration: none;

}

#adNaviG ul{
   margin: 0px ; /* ul内部の左端余白を消す(IE) */
   padding: 0px; /* ul内部の左端余白を消す(Fx,Op) */

}

 		

