/*
-----------------------------------------------------------
	normaltop.css
	(C)2006 nlinks
	(C)2006 Hamasakurakumi.,Ltd
	
-----------------------------------------------------------
*/



#top {
	height: 34px;
}

#top .Tleft{
	background-color: #fff;
	float: left;
	width: 200px;
	height: 34px;
	background-image: url(../img/normal200l.gif);
	background-repeat: no-repeat;
}
#top .Tcenter{
	background-color: #fff;
	float: left;
	width: 271px;
	height: 34px;
	background-image: url(../img/ya01c.gif);
	background-repeat: repeat;
}
#top .Tright{
	background-color: #fff;
	float: left;
	width: 34px;
	height: 34px;
	background-image: url(../img/ya34r.gif);
	background-repeat: no-repeat;
}

