/********************************* Top ***************************************/
#top
{
	position:		relative;
	height:			155px;
	width:			1200px;
}

#t0
{
	position: absolute;
	top: 30px;
	left: 0px;
	width: 200px;
	height: 90px;

	background-image: url(../_gif/banner_col_0.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

#t1
{
	position: absolute;
	top: 			17px;
	left: 			210px;
	width: 			212px;
	height: 		120px;

	border-style: 	solid;
	border-width: 	1px;
	border-color: 	#999999;

	background-image: url(../_gif/banner_t1_a.gif);
	background-repeat: no-repeat;
	background-position: center center;
}

#t2
{
	position: absolute;
	top: 			17px;
	left: 			447px;
	width: 			212px;
	height: 		120px;

	border-style: 	solid;
	border-width: 	1px;
	border-color: 	#999999;

	background-image: url(../_gif/banner_t2_a.gif);
	background-repeat: no-repeat;
	background-position: center center;
}

#t3
{
	position:		absolute;
	top:			17px;
	left:			684px;

	width:			212px;
	height:			120px;

	border-style:	solid;
	border-width:	1px;
	border-color:	#999999;

	background-image: url(../_gif/banner_t3_a.gif);
	background-repeat: no-repeat;
	background-position: center center;
}




/* SITEMAP */

#t_sitemap
{
	position:		absolute;
	top:			14px;
	left:			928px;

	width:			270px;
	height:			68px;

	background-image: url(../_gif/banner_tsitemap_a.gif);
	background-repeat: no-repeat;
	background-position: center top;
}




/* INDEX */

#t_index
{
	position:		absolute;
	top:			44px;
	left:			928px;

	width:			270px;
	height:			68px;

	background-image: url(../_gif/banner_tindex_a.gif);
	background-repeat: no-repeat;
	background-position: center top;
}




/* SEARCH */

#t_search
{
	position:		absolute;
	top:			74px;
	left:			928px;

	width:			270px;
	height:			68px;

	background-image: url(../_gif/banner_tsearch_a.gif);
	background-repeat: no-repeat;
	background-position: center top;
}

#t_search_line
{
	position:		absolute;
	top:			98px;
	left:			930px;

	width:			250px;
	height:			38px;

	border-style:	solid;
	border-width:	1px;
	border-color:	#999999;
}

#t_search_form
{
	position:		absolute;
	top:			5px;
	left:			7px;

	width:			230px;
	height:			30px;
}

#searchBox label {
	position:absolute;
	padding-top:10px;
	left:10px;
	color: white;
	font-size: 14px;
	font-family: Century Gothic, Verdana, Arial, Helvetica, sans-serif;
}
#searchBox input  {
	margin-left:0px; 
	margin-bottom:0px;
	line-height:0px;
	font-size: 14px;
	font-family: Century Gothic, Verdana, Arial, Helvetica, sans-serif;
}
#searchBox select {
	margin-left:10px; 
	margin-bottom:0px;
	line-height:0px;
	font-size: 14px;
}

#searchButton {
	margin-left: 200px;
	margin-top: 0px;
}
.searchBox {font-size: 14px;}

