@charset "utf-8";
/* ------------------------------------------------------------
   
	filename : style_index.css
	
	update : ******

------------------------------------------------------------ */


#index { 
	background:url(../img/top_bg.gif) repeat-x top right; 
}

#index #mainImage  {
	margin-top:17px;
}


/*------------------------------------------------------------
                     global menu
-------------------------------------------------------------*/

#index #gmBlock.top {
	width:960px;
	margin-top:14px;
}

#index #gmBlock.top ul {
	width:503px;
	float:left;
	padding-left:20px;
}

#index #gmBlock.top ul li {
	float:left;
	margin-right:30px;
	margin-top:20px;
}

#index #gmBlock.top ul li a {
	display: block;
	text-indent:-9999px;
	font-size:0;
	line-height:0;
}


#index #gmBlock.top .policy a {
	width:65px;
	height:80px;
	background:url(../img/btn_gmenu01.gif) no-repeat top left;
}

#index #gmBlock.top .profile a {
	width:65px;
	height:80px;
	background:url(../img/btn_gmenu02.gif) no-repeat top left;
}

#index #gmBlock.top .construction a {
	width:79px;
	height:80px;
	background:url(../img/btn_gmenu03.gif) no-repeat top left;
}

#index #gmBlock.top .achievements a {
	width:79px;
	height:80px;
	background:url(../img/btn_gmenu04.gif) no-repeat top left;
}

#index #gmBlock.top .recruit a {
	width:65px;
	height:80px;
	background:url(../img/btn_gmenu05.gif) no-repeat top left;
}


/*------------------------------------------------------------
                     global menu hover
-------------------------------------------------------------*/

#index #gmBlock.top .policy a:hover {
	width:65px;
	height:80px;
	background:url(../img/btn_gmenu01_on.gif) no-repeat top left;
}

#index #gmBlock.top .profile a:hover {
	width:65px;
	height:80px;
	background:url(../img/btn_gmenu02_on.gif) no-repeat top left;
}

#index #gmBlock.top .construction a:hover {
	width:79px;
	height:80px;
	background:url(../img/btn_gmenu03_on.gif) no-repeat top left;
}

#index #gmBlock.top .achievements a:hover {
	width:79px;
	height:80px;
	background:url(../img/btn_gmenu04_on.gif) no-repeat top left;
}

#index #gmBlock.top .recruit a:hover {
	width:65px;
	height:80px;
	background:url(../img/btn_gmenu05_on.gif) no-repeat top left;
}


#index #gmBlock.top #constructionArea {
	width:380px;
	height:141px;
	float:right;
	padding-right:20px;
	overflow:hidden;
}











