/* ----------------------------------------------------------------------------------------- */
/* 企業局について　*/
/* ----------------------------------------------------------------------------------------- */

body#about h2 {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 100%;
	font-weight: bolder;
	color: #666666;
	background-color: #F3F3F3;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #75DB7C;
	margin-right: 10px;
	margin-left: 10px;
	text-align: left;
	padding-top: 5px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 10px;
	margin-top: -10px;
}

.about_subtitle{
	font-weight: bolder;
	color: #75DB7C;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ABABAB;
	margin-top: 10px;
	margin-bottom: 8px;
	background-image: url(../images_about/about_subtitle_bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 14px;
	text-align: left;
}

.about_txt85line{
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 85%;
	line-height: 250%;
	font-weight: normal;
	color:#333333;
}

.about_txt_red{
	color:#C00;
}

.about_txt_green{
	color:#75DB7C;
}

.about_txt_white{
	color:#FFF;
}

.about_txtb{
	font-weight: bolder;
}

.about_info_space8{
	padding: 8px;
}


#about_public_07_table td{
	background-color: #FFF;
}










