/*このcssはirフォルダ内midtermplan.htmlでのみ使用されるローカルのcssです。*/

#boxContents h3 {
	color:#000;
	border-bottom:3px ridge #4C81FB;	
	padding-bottom:5px;
	margin-top: 20px;
	margin-bottom:20px;
}
/*h4タグ*/
#boxContents h4 {
	clear:both;
	font-size:100%;
	color:#359936;
	border-bottom:1px solid #dad9d4;
	margin-bottom:8px;
}

#boxContents span.clBlue {
	color: #022e99;
	font-size: 120%;
	font-weight: bold;
}

/*リスト*/
#boxContents ul {
	position:relative;
	padding:0 0 15px 20px;
}
	#boxContents ul li {
		padding-left:25px;
		padding-bottom: 6px;
		background:url(../img/ico_list.gif) 0px 1px no-repeat;
	}

	#boxContents ol li{
		padding-bottom: 6px;
	}
#boxContents .fwBold {
	font-weight: bold;
}

/*数値目標のテーブル*/
table.tableTarget{
	font-size:85%;
	font-weight: bold;
	text-align:center;
	border-collapse:collapse;
	line-height:1.5;
	width:100%;
	border:1px solid #ccc;
	margin-bottom:25px;
}

table.tableTarget th,
table.tableTarget td{
	padding:3px 5px;
	vertical-align:top;
	background:url(../../../img/bg_dotline.gif) bottom repeat-x;
	border-width:1px 0 0 0
}

table.tableTarget th{
	color:#546fad;
}


/*3.中期経営計画の見出し*/
#boxContents h4.s0 {
	border-bottom: none;
}
