/* CSS Document */

#banner-tab{
	width: 100%;
}

#banner_top_left{
	background: url(../start-images/banner_top_left.png) no-repeat;
	width: 189px;
	height: 120px;
}

#banner_top_middle{
	background: url(../start-images/banner_top_middle.png);
	height: 120px;
}

#banner_top_right{
	background: url(../start-images/banner_top_right.png) no-repeat;
	width: 280px;
	height: 120px;
}

#banner-navi{
	text-align: right;
	vertical-align: middle;
	font-size: 12px;
}

#banner-navi a:link{
    color: #000000; 
	text-decoration:none; 
	}
	
#banner-navi a:active{ 
    color: #000000; 
	font-weight: bold; 
	text-decoration:none; 
	}
	
#banner-navi a:visited{ 
    color: #000000; 
	text-decoration:none; 
	}
	
#banner-navi a:hover{ 
    color: #000000; 
	text-decoration: underline; 
	}