@charset "UTF-8";
/* CSS Document */

#header{
	width:100%;
	height:75px;
	background-image:url(../img/BG_header.jpg);
	background-repeat:repeat-x;
}

.centerBox{
	width:950px;
	margin-left:auto;
	margin-right:auto;
	
}

#logo{
	padding-top:12px;
	width:236px;
	float:left;
}

/*------グローバルメニュー--------*/
#gr_navi{
	position:relative;
	float:right;
	display:block;
	width:644px;
	height:75px;
	background:url(../img/gr.jpg) no-repeat left top;
	
}
#gr_navi ul{
	
	width: 644px;
    height: 75px;
    margin: 0px;
    list-style-type: none;

}
#gr_navi li{
	display:block;
	height:13px;
	float:left;
}
#gr_navi a{
	text-indent: -9999px; /* テキストを隠す */  
  	text-decoration: none;  
  	display: block; 
	background-image: url(../img/gr01.jpg);  
  	background-repeat: no-repeat;
	  
}
#gr_navi a:hover{
  	text-decoration: none;  
	background-image: url(../img/gr01.jpg);  
  	background-repeat: no-repeat;  
}
a#IPi_btn{
	position:absolute;
	left:18px;
	top:17px;
	width:72px;
    height:13px;
	background-position: -18px -17px;
	
}
a:hover#IPi_btn{
	background-position: -18px -92px;
}

a#msn_btn{
	position:absolute;
	left:105px;
	top:17px;
	width:99px;
    height:13px;
	background-position: -105px -17px;
	
}
a:hover#msn_btn{
	background-position: -105px -92px;
}

a#comp_btn{
	position:absolute;
	left:215px;
	top:17px;
	width:96px;
    height:13px;
	background-position: -215px -17px;
	
}
a:hover#comp_btn{
	background-position: -215px -92px;
}

a#recruit_btn{
	position:absolute;
	left:328px;
	top:17px;
	width:70px;
    height:13px;
	background-position: -328px -17px;
	
}
a:hover#recruit_btn{
	background-position: -328px -92px;
}

a#partner_btn{
	position:absolute;
	left:413px;
	top:17px;
	width:95px;
    height:13px;
	background-position: -413px -17px;
	
}
a:hover#partner_btn{
	background-position: -413px -92px;
}

a#service_btn{
	position:absolute;
	left:18px;
	top:43px;
	width:88px;
    height:13px;
	background-position: -18px -43px;
	
}
a:hover#service_btn{
	background-position: -18px -118px;
}

a#astd_btn{
	position:absolute;
	left:210px;
	top:43px;
	width:105px;
    height:13px;
	background-position: -210px -43px;
	
}
a:hover#astd_btn{
	background-position: -210px -118px;
}

a#inter_btn{
	position:absolute;
	left:322px;
	top:43px;
	width:85px;
    height:13px;
	background-position: -322px -43px;
	
}
a:hover#inter_btn{
	background-position: -322px -118px;
}

a#jirei_btn{
	position:absolute;
	left:439px;
	top:43px;
	width:69px;
    height:13px;
	background-position: -439px -43px;
	
}
a:hover#jirei_btn{
	background-position: -439px -118px;
}

a#dl_btn{
	position:absolute;
	left:530px;
	top:0px;
	width:56px;
    height:17px;
	background-position: -530px 0px;
	
}
a:hover#dl_btn{
	background-position: -530px -75px;
}

a#press_btn{
	position:absolute;
	left:588px;
	top:0px;
	width:56px;
    height:17px;
	background-position: -588px 0px;
	
}
a:hover#press_btn{
	background-position: -588px -75px;
}

a#contact_btn{
	position:absolute;
	left:530px;
	top:21px;
	width:114px;
    height:33px;
	background-position: -530px -21px;
	
}
a:hover#contact_btn{
	background-position: -530px -96px;
}

/*------コンテンツ--------*/
#contents{
	padding-top:12px;
}
.contentsIN{
	width:962px;
	margin:0 auto;
	
	background-image:url(../img/BG_contents.jpg);
	background-repeat:repeat-y;
	padding:0px;
	
}


/*------サブメニュー--------*/
#subMenu{
	
}
#subMenu li{
	float:left;
}


/*------レフトカラムコンテンツ--------*/
#left_caram{
	width:708px;
	float:left;
	padding-left:1px;
	
}
#main_title{
	height:54px;
	border-bottom:#e0e0e0;
	border-bottom-style:solid;
	border-bottom-width:1px;
}
.contentsWrapper{
	margin:18px;
}
/*------ライトカラムコンテンツ--------*/
#right_caram{
	width:240px;
	float:left;
	padding-left:1px;
}


/*------フッター--------*/

#footer{
	width:100%;
	height:296px;
	background-image:url(../img/BG_footer.jpg);
	background-repeat:repeat-x;
	font-size:10px;
}
#footerBox{
	padding-top:15px;
}

#panlist{
	
}

.footerLinks{
	width:170px;
	padding-top:25px;
	float:left;
	
}

.footerLinks li{
	padding-top:7px;
	font-size:10px;
}
#copy{
	float:right;
	padding-top:25px;
}


/*------other--------*/
.contentsShadow{
	line-height: 0px;
	font-size: 0px;
}
.leftBox{
	float:left;
}
.rightBox{
	float:right;
}
.spacing{
	margin-bottom:4px;
}
