/* CSR 共通 */

/* 旧css */
.stakeholderBox {
	clear:both;
}

/* セクション区切り */
.section {
	margin-bottom:40px;
	clear:both;
}
/* セクション区切り内区切り */
.section .secInside {
	margin-bottom:20px;
}

/* ビジュアルタイトル、リード */
.titleMainVisu {
	margin-bottom:15px;
	padding-top:5px;
}
.leadTxt {
	margin-bottom:15px;
	line-height:1.4;
}

/* h3,h4,h5　タイトル */
h3.titleL {
	padding:7px;
	background:#FFFFFF url(../images/headline_bk.gif) repeat-x;
	width:auto;
	text-align:left;
	font-size:100%;
	border:1px #d5d5d5 solid;
	border-left:4px #66cc66 solid;
	margin-bottom:20px;
	clear:both;
}
h4.titleM {
	padding:4px 7px 7px 7px;
	background:#FFFFFF;
	width:auto;
	font-size:100%;
	border-bottom:1px #999999 solid;
	border-left:4px #66cc66 solid;
	margin-bottom:20px;
	clear:both;
}
h5.titleS {
	padding:0px 0px 3px 1px;
	background:#FFFFFF;
	width:auto;
	font-size:100%;
	border-bottom:1px #999999 dotted;
	margin-bottom:15px;
	clear:both;
}

h3.titleL .sebTitle {
	font-weight:normal;
	font-size:85%;
}

/* ボタンタイトル */
h3.titleBtn {
	padding:7px;
	background:#FFFFFF url(../images/btn_bk.gif) repeat-x;
	width:auto;
	text-align:left;
	font-size:100%;
	font-weight:normal;
	border:1px #d5d5d5 solid;
	border-bottom:1px #66cc66 solid;
	margin-bottom:15px;
}
h3.titleBtn a {
	display:block;
	width:100%;
}

/* グラフ、画像タイトル */
.titleImg {
	border-left:4px #66cc66 solid;
	margin-bottom:5px;
	padding-left:3px;
	font-weight:bold;
}

/* グラフ、画像キャプション */
.capImg {
	margin-top:5px;
	font-size:85%;
}
/* 本文テキスト */
p.txt {
	text-indent:1em;
	margin-bottom:15px;
	line-height:1.4;
}

/* 本文テキスト（注釈） */
p.note {
	margin-bottom:15px;
	font-size:85%;
}
/* 本文テキスト（注釈※印等） */
.att {
	color:#FF0000;
}
sup {
	vertical-align:baseline;
	position: relative;
	top: -2px;
}
sub {
	vertical-align:-1px;
}

/* 表組　A */
table.datatbl_A {
	border-collapse:collapse;
	margin-bottom:15px;
}
table.datatbl_A caption {
	text-align:left;
	font-size:12px;
	font-weight:bold;
	height:1.4em;
	padding-bottom:3px;
}
table.datatbl_A caption span.title {
	display:block;
	float:left;
}
table.datatbl_A caption span.unit {
	display:block;
	float:right;
	font-weight:normal;
}
table.datatbl_A th {
	border:1px #CCCCCC solid;
	padding:4px;
	text-align:center;
	font-size:12px;
	background-color:#3b753b;
	color:#FFFFFF;
	font-weight:normal;
	clear:both;
}
table.datatbl_A td {
	border:1px #CCCCCC solid;
	padding:5px;
	text-align:center;
	font-size:12px;
}
table.datatbl_A td.ttl_1 {
	text-align:left;
	padding-left:6px;
}


/* 通常リンク（CSR 内部） */
ul.defLink {
	list-style:none;
	margin:0px 0px 15px 0px;
	padding:0px;
}
ul.defLink li {
	list-style:none;
	margin:0px 0px 5px 0px;
	background:url(../../images/i_arrow_red.gif) 0px 2px no-repeat;
	padding-left:15px;
}
/* 通常リンク（CSR 外部） */
ul.defLink li.outLink {
	background:url(../images/arrow_orange_circle.gif) 0px 2px no-repeat;
	padding-left:15px;
}
/* 通常リンク（PDF） */
ul.defLink li.pdfLink {
	background:url(../images/pdf_icon.gif) 0px 1px no-repeat;
	padding-left:15px;
}
/* 通常リンク（CSR 内部 小） */
ul.defLinkMin {
	list-style:none;
	margin:0px 0px 15px 0px;
	padding:0px;
}
ul.defLinkMin li {
	list-style:none;
	margin:0px 0px 3px 0px;
	background:url(../../images/i_arrow_red.gif) 0px 1px no-repeat;
	padding-left:13px;
	font-size:85%;
}
/* グリッド配置　2段 */
.grid2a {
	width:auto;
	margin-bottom:20px;
	clear:both;
}
.grid2a .leftArea {
	width:245px;
	float:left;
}
.grid2a .rightArea {
	width:245px;
	float:right;
}

/* グリッド配置　2段 （写真右） */
.grid2b {
	width:auto;
	margin-bottom:20px;
	clear:both;
}
.grid2b .leftArea {
	width:334px;
	float:left;
}
.grid2b .rightArea {
	width:156px;
	float:right;
}
/* グリッド配置　3段  */
.grid3 {
	width:auto;
	margin-bottom:20px;
	clear:both;
}
.grid3 .leftArea {
	width:157px;
	margin-right:20px;
	float:left;
}
.grid3 .centrArea {
	width:157px;
	float:left;
}
.grid3 .rightArea {
	width:156px;
	float:right;
}

