body {
	font-family: 'メイリオ', sans-serif !important;
	letter-spacing: 1px;
	color: #696969;
	font-size: 14px;
	width: 1025px;
	margin: 0 auto; /* コンテンツを中央に配置 */
	font-weight: bold !important;
	
}
/* h1 タグのスタイル（立体的） */
h1 {
    font-size: 2rem; /* フォントサイズを調整 */
    font-weight: bold; /* フォントウェイトを太字に */
    color: #020507; /* テキストカラーを指定 */
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2); /* テキストに影を追加 */
    background-color: #f9f9f9; /* 背景色を指定 */
    padding: 15px 20px; /* 上下左右の内部余白を調整 */
    border-radius: 10px; /* 角丸を追加 */
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1); /* 影を追加 */
    text-align: center; /* テキストを中央揃えに */
}

/
.contents {
	margin-bottom: 25px;
}

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

.template-table th {
	border: 1px solid#0d0d0d;
	background-color: #B9C9FE;
	padding: 5px;
	font-weight: bold;/*normal;*/
	font-size: small;
	color: #0d0d0d;
}

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

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

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

/* タイトルのスタイル（大文字） */
.div-title, .div-title-hist {
	font-family: '游ゴシック', sans-serif; /* フォントを"游ゴシック"に変更 */
    text-transform: uppercase; /* テキストを大文字に変換 */
    border-left: 5px solid #3498db;
    padding: 10px 15px;
    margin-top: 20px;
    margin-bottom: 15px;
    font-size: 24px;
    color: #333;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
    background-color: #f9f9f9;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}



.out_link {
	text-align: right;
}

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

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

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

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

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

a.csv_btn {
	border: 1px solid #3a37dc;
	color: #e6f0e6;
	background-color: #599cdf; /* ボタンの背景色を指定 */
	width: 75px;
	font-size: x-small;
	font-weight: bold;
	padding: 5px;
	margin-left: 20px;
	position: relative;
	top: -2px;
	border-radius: 5px; /* 角を丸くする */
}



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

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

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

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

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

.div-title-shitsu {
	font-family: '游ゴシック', sans-serif;
	border-left: 5px solid #c5a3ff; /* カラーを既存スタイルに合わせて変更 */
	padding: 10px 15px; /* パディングの統一 */
	margin-top: 20px;
	margin-bottom: 15px;
	font-size: 20px; /* フォントサイズを統一 */
	color: #070606;
	text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
	background-color: #f5f0ff; /* 背景色の調整 */
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1); /* 影を追加 */
}

/* テーブルスタイル */
.template-table-shitsu {
	width: 100%;
	border-spacing: 0;
	border: 1px solid #e0e0e0;
	background-color: #fff;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05); /* 他のテーブルと一致させた影 */
}

.template-table-shitsu th {
	background-color: #f5f0ff;
	padding: 10px;
	font-weight: 600;
	font-size: 15px; /* 統一されたサイズ */
	color: #333;
	text-align: center;
	border-bottom: 1px solid #646262;
}

.template-table-shitsu td {
	padding: 10px;
	border-bottom: 1px solid #e0e0e0;
}

/* コメントスタイル */
.comment-shitsu {
	background-color: #eed5f8;
	margin-top: 20px;
	padding: 15px;

	font-size: 14px;
	color: #333;
}