@charset "Shift_JIS";

body {
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','Meiryo UI','メイリオ',Verdana,'EE EゴシチE',sans-serif;
	letter-spacing: 1px;
	color: #696969;
	font-size: normal;
	width: 960px;
}

.contents {
	margin-bottom: 25px;
}

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

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

.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 #E9967A ;
	padding: 7px 0px 7px 5px;
	margin-top: 35px;
	margin-bottom: 15px;
	font-size: large;
}

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

.out_link {
	text-align: right;
}

.comment {
	background-color: #F0F8FF;
	margin-top: 15px;
	margin-bottom: 15px;
	padding: 10px 15px 10px 15px;
}
/* a */

a:link {
	color: #000080;
	text-decoration: none;
	border-bottom: 1px none #000080;
	padding-bottom: 1px;
}

a:visited {
	color: #8B008B;
	text-decoration: none;
	border-bottom: 1px none #8B008B;
	padding-bottom: 1px;
}

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

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

a.csv_btn {
	border: 1px solid #008000;
	color: #008000;
	background-color: #F0FFF0;
	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;
}

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

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