/* Cut from style.css */

/* static START */
*{margin:0;padding:0;}

/* nav */
#nav{z-index:5;position:relative;margin:0 auto;padding-top:8px;padding-bottom:12px;clear:both;height:30px;background: url("./images/header_bg.jpg");}
#menus a.button{
	width: 104px;
	height: 34px;
	display: inline-block;
	text-indent: -9999px;
}
#menus a.button:hover { background-position: 0 -34px; }
#menus a.button:active { background-position: 0 -68px; }

#menus a.home { background: url(./images/logo3.png) no-repeat;}
#menus a.gakushu { background: url(./images/gakushu.png) no-repeat;}
#menus a.kyukan { background: url(./images/kyukan.png) no-repeat;}
#menus a.shuge { background: url(./images/shuge.png) no-repeat;}
#menus a.route { background: url(./images/route.png) no-repeat;}
#menus a.postage { background: url(./images/postage.png) no-repeat;}
#menus a.order { background: url(./images/order.png) no-repeat;}
#menus a.faq { background: url(./images/faq.png) no-repeat;}
#menus a.us { background: url(./images/us.png) no-repeat;}

#menus{display:table;font-size:14px;margin:0 auto;height:31px;width:980;}
#menus li{list-style:none;margin-right:2px;display:table-cell;padding: 0;}