@charset "utf-8";
/*******************/
/*　会社情報用CSS　*/
/*******************/

.topnavi {
	background: url("/common_img/topnavi_bg_06.jpg");
}

/* サイドバータイトル背景変更 */
.sidebar-inner-top {
    background: url("/common_img/navi_head_company.jpg") no-repeat top;
    width:100%;
    height:60px;
}

.sidebar-inner-top h2{
  display: none;
}

/**********************************************/
/* 会社概要用CSS                              */
/**********************************************/	

/**********************/
/* 所在地トップ用CSS  */
/**********************/

/* 支店名用テキスト */
span.cop_shiten {
	font-weight:800;
	}
	
/**********************/
/* 売上げ用CSS        */
/**********************/

/* 年度 */
span.cop_sales_y {
	font-weight:800;
	}

/**********************/
/* 沿革用CSS        */
/**********************/

/* 年度 */
span.cop_history_y {
	font-weight:800;
	}

/****************************/
/* 社長からのメッセージ用CSS*/
/****************************/

/* 社長用テキスト */
span.cop_president {
	font-size:12px;
	font-family: "ＭＳ 明朝",serif; 
	color:#000000;
	}

/* 社長名用テキスト */
span.cop_presidentname {
	font-size:18px;
	font-family: "ＭＳ 明朝",serif; 
	color:#000000;
	}


