/* --------------------------------------
- this css contains flowings
	- overwrite
		- global navigation
		- logo
	- .text
	- side
		- local banner
----------------------------------------- */


/* ======================================
	overwrite
========================================= */

/* title logo */
#head{
	background: url(../images/banner_pipe.png) no-repeat;
}

/* global navigation */
#gn_pipes{
	background: url(../images/btn_pipe.png) no-repeat top left;
	width: 130px;
	margin-left: 14px;
}
#gn_publi{
	background: url(../images/btn_public.png) no-repeat top left;
	width: 130px;
	margin-left: 14px;
}
#gn_homee{
	background: url(../images/btn_home.png) no-repeat top left;
	width: 145px;
	margin-left: 14px;
}

/* ======================================
	side
========================================= */

/* local banner */
#local_banner{
	font-size: 0.8em;
	text-align: left;
	background: url(../../pipe/images/areabanner.png) no-repeat;
	height: 45px;
	overflow: hidden;
}
#local_banner span{
	display: block;
	height: 45px;
	padding-top: 45px;
}
