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

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

/* title logo */
#head{
	background: url(../images/banner_home.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;
}

/* h2 element */
h2 span{
	font-size: 0.8em;
	padding-left: 2em;
}

/* ======================================
	layout class
========================================= */

.column2{
	margin-bottom: 30px;
}
.column2:after{
	content: "";
	display: block;
	clear: both;
	font-size: 0;
	line-height: 0;
}
.column2 div{
	width: 45%;
	float: left;
}
.column2 div.right{
	border-left: solid 1px #ccc;
	padding-left: 3%;
}

/* ======================================
	.maker
========================================= */

h2{
	clear: both;
}
.maker{
	display: none;
	height: 1%;
	clear: both;
	margin-bottom: 20px;
	border-top: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
	padding-top: 20px;
}
.maker:after{
	content: "";
	display: block;
	clear: both;
	font-size: 0;
	line-height: 0;
}
#toInax{
	display: block;
}
.makerBottom .unit{
	padding-bottom: 0;
}
.maker .range{
	float: right;
	font-size: 0.8em;
	text-align: right;
	padding-top: 5px;
}
.unit{
	height: 1%;
	text-align: center;
	font-size: 0.8em;
	float: left;
	padding-bottom: 20px;
}
.unit:after{
	content: "";
	display: block;
	clear: both;
	font-size: 0;
	line-height: 0;
}
.unit .title{
	color: #050;
	font-weight: bold;
}
.unit table{
	margin: 0;
	border-collapse: collapse;
}
.unit td{
	padding: 3px;
	text-align: center !important;
}
.unit p{
	font-size: 1em;
}

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

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

