﻿@charset "utf-8";
/* Page CSS Document */


/*///////////////////////////////////////////////////////////////*/
/* MAIN IMAGE */
/*///////////////////////////////////////////////////////////////*/
#mainImage{
	background:url(images/main_img.jpg);
	width:1000px;
	height:180px;
	position:relative;
	margin:0 auto;
}

#pageNavi01{display:block; width:105px; height: 27px; left:865px; top:141px; position:absolute; background:url(images/01_btn_over.gif);}
#pageNavi01:hover{background-position:bottom;}



/*///////////////////////////////////////////////////////////////*/
/* SITEMAP */
/*///////////////////////////////////////////////////////////////*/
div#sitemapRight{
	float:right;
	width:440px;
}

div#sitemapLeft{
	float:left;
	width:500px;
}

.sitemapGroup{padding-bottom:20px;}
.sitemapImg{
	display:block;
	width:440px;
	height:21px;
}
.sitemapImg:hover{background-position:bottom;}

#sitemapTop				{background-image:url(images/top.gif);}
#sitemapProfile			{background-image:url(images/companyprofile.gif);}
#sitemapContact			{background-image:url(images/contactus.gif);}
#sitemapBillboards		{background-image:url(images/billboards.gif);}
#sitemapProduction		{background-image:url(images/production.gif);}
#sitemapAreaPromotion	{background-image:url(images/promotion.gif);}
#sitemapMediaNetwork	{background-image:url(images/medianetwork.gif);}

.sitemapGroup ul{list-style-type:none; clear:both; padding-top:8px;}
.sitemapGroup ul li{width:184px; float:left; padding-bottom:3px; padding-left:31px; background:url(images/arrow.gif) 15px 9px no-repeat;}







