@charset "utf-8";
/* ==============================
	gov.css
	ガバナンス報告の設定
 カラー：#4AAFD3




============================== */

#navArea #report3 #n-gov {
	border-top: 1px solid #FFF;
	border-bottom-style: none;
	border-left: 2px solid #4AAFD3;
	background-color: #EFFAFD;
	background-image: url(../../image/arw_blue1.gif);
}

#navArea #report3 .sub,
#navArea #report3 .on {
	padding-left: 24px;
	border-top: 1px solid #FFF;
	border-bottom-style: none;
	border-left: 2px solid #4AAFD3;
	background: #EFFAFD url(../../image/arw_blue2.gif) no-repeat 14px 8px;
}

#navArea #report3 .on {
	font-weight: bold;
	background-color: #E0F5FB;
}

* html #navArea #report3 .sub,
* html #navArea #report3 .on { /* IE */
	background-position: 16px 8px;
}

#mainArea span {
	color: #4AAFD3;
}

#mainArea h2 {
	border-color: #4AAFD3;
	color: #4AAFD3;
}

#mainArea h3 {
	color: #4AAFD3;
}


/* ▼CSSの追加
-----------------------------	*/
#mainArea .links li {
	background-image: url(../../image/arw_blue.gif);
}

#mainArea .tbl th { /* セルの色 */
 background-color: #E0F5FB;
}




