  .template-table {
	border-collapse : collapse;
	/*width: 100%;*/
}

.template-table th {
	/* テーブルの色 */
	border: 1px solid #c0c0c0;
	background-color: #006E54;
	padding: 5px;
	font-weight: bold;/*normal;*/
	font-size: small;
	color: #FFFFFF;
}

.template-table th.left_align {
	text-align: left;
}

.template-table td {
	border: 1px solid #A9A9A9;
	padding: 5px;
}

.number-cell {
	text-align: right;
	width: 75px;
}

.div-title, .div-title-hist {
	/* 各タイトルの前のバー */
	border-left: 5px solid #006E54;
	padding: 7px 0px 7px 5px;
	margin-top: 35px;
	margin-bottom: 15px;
	font-size: large;
}

.div-title-hist {
	border-left: 5px solid #C90 !important;
}

.out_link {
	text-align: right;
}

.comment {
	/* コメントの背景色 */
	background-color: #EAFFF4;
	margin-top: 15px;
	margin-bottom: 15px;
	padding: 10px 15px 10px 15px;
}

[id^="cd_top3_nm_"], [id^="ope_top3_nm_"] {
	padding: 5px;
}

[id^="cd_top3_nm_"]:before, [id^="ope_top3_nm_"]:before {
	content: "\002666";
	/*color: #1AAB8A;*/
	font-size: large;
}

a.csv_btn {
    border: 1px solid #008000;
    color: #008000;
    background-color: #b8f28c;
    width: 75px;
    font-size: x-small;
    font-weight: bold;
    padding: 5px;
    margin-left: 20px;
    position: relative;
    top: -2px;
}



/*---------------------------
　　こちらで追加
---------------------------*/



#article_shihyo {
	width: 960px;
	padding: 5px;
	position: relative;
	color: #404040;
	background: #dfdfdf;
	font-size: normal;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','Meiryo UI','メイリオ',Verdana,'ＭＳ Ｐゴシック',sans-serif;
}

#article_shihyo .layoutBlock {
	padding: 9px;
	color: #000;
	border:1px solid #ccc;
	background: #fff;
}

#article_shihyo h1{
	color: #009478;
	font-size:2em;
	font-weight:bold;
}	


.kaisetsu {
	/* 解説の設定 */
	margin-top: 15px;
	margin-bottom: 15px;
	padding: 10px 15px 10px 15px;
	font-size: small;
}



/*--------------------------
　　追加ここまで 以下＋部有り
---------------------------*/


/* a */
#article_shihyo a:link {
	color: #0000FF;
	text-decoration: none;
	border-bottom: 1px solid #0000FF;
	padding-bottom: 1px;
}

#article_shihyo a:visited {
	color: #0000FF;
	text-decoration: none;
	border-bottom: 1px solid #0000FF;
	padding-bottom: 1px;
}

#article_shihyo a:hover {
	color: #0000FF;
	text-decoration: none;
	border-bottom: 1px solid #0000FF;
	padding-bottom: 1px;
}

#article_shihyo a:active {
	color: #0000FF;
	text-decoration: none;
	border-bottom: 1px solid #0000FF;
	padding-bottom: 1px;
}

#article_shihyo a.csv_btn {
	border: 1px solid #008000;
	color: #008000;
	background-color: #b8f28c;
	width: 75px;
	font-size: x-small;
	font-weight: bold;
	padding: 5px;
	margin-left: 20px;
	position: relative;
	top: -2px;
}

span.kome {
	font-size: x-small;
}

.hist_list dt {
	clear: both;
	float: left;
	width: 130px;
	
}

.hist_list dd {
	margin-left: 140px;
	margin-bottom: 25px;
}



/*------------------ 
2024年6月5日 add 
---------------------*/
.div-title-shitsu {
	border-left: 5px solid #d5c5ff;
	padding: 7px 0px 7px 5px;
	margin-top: 35px;
	margin-bottom: 15px;
	font-size: large;
}

.template-table-shitsu {
	border-collapse : collapse;
	/*width: 100%;*/
}

.template-table-shitsu th {
	border: 1px solid #A9A9A9;
	background-color: #d5c5ff;
	padding: 5px;
	font-weight: bold;/*normal;*/
	font-size: small;
	color: #696969;
}

.template-table-shitsu th.left_align {
	text-align: left;
}

.template-table-shitsu td {
	border: 1px solid #A9A9A9;
	padding: 5px;
}

.comment-shitsu {
	background-color: #e7e3ff;
	margin-top: 15px;
	margin-bottom: 15px;
	padding: 10px 15px 10px 15px;
}


/*なぜか文字化けしたものが表示される
div[id^="cd_top5_nm_"], div[id^="ope_top5_nm_"] {
	padding: 5px;
}

div[id^="cd_top5_nm_"]:before, div[id^="ope_top5_nm_"]:before {
	content: "■";
	/*color: #1AAB8A;*/
/*	font-size: large;
}
*/
