@charset "shift_jis";

/* サイト共通タブ */
#smssitesnav {
	height: 45px;
	width: 760px;
	padding:10px 0 0 0px;
	margin:0 auto ;
	background-image: url(/img/header/tabborder.gif);
	background-position: bottom;
	background-repeat: no-repeat;
	}

#smssitesnav ul{
	height:45px;
    width:720px;
    margin:0px 20px;
    padding:0px;
		}

#smssitesnav a{
	color: #333333;
	text-decoration: none;
	display: block;
    height: 32px;
    width: 90px;
    padding: 13px 0px 0px 0px;
	}

#smssitesnav li{
	float: left;
	display: block;
	width: 90px;
	margin:0px;
	background-repeat: no-repeat;
	background:url(../img/header/tabbg_othersite.gif) no-repeat;
	font-size: 12px;
	text-align: center;
	line-height:13px;
	list-style-type: none;
	height: 45px;
    padding: 0px;
	}

#smssitesnav li#njbnav {
	height: 45px;
	background-image:url(../img/header/tabbg_njb.gif);
	color:#FFFFFF;
	font-weight:bold;
	}

#smssitesnav li#njbnav a{
	color:#FFFFFF;
	}











