﻿body {
	font-family: 遊ゴシック体, 'Yu Gothic', YuGothic, "MS PGothic", "Osaka", Arial, sans-serif;
	color: #000;
	font-size: normal;
	width: 1000px;
	margin: 0 auto;
	padding: 0px;
}
a, a:visited {
	color:#444;
}

/************************************************
*	Header  									*
************************************************/

#header {
	border-top: 10px solid #55B250;
	width: 1000px;
	height:  170px;
	margin: 0;
	padding: 0;
	border-bottom:3px solid #55B250;
	}

#top-dis	{
	float:left;
}
#top-mlin	{
	float:right;
}
#top-tbl	{
	margin:5px auto;
}
#top-tbl td	{
	background:#55B250;
	text-align:center;
	vertical-align:middle;
	height:52px;
	width:52px;
	border-radius: 52px; 
	-webkit-border-radius: 52px;
	-moz-border-radius: 52px;
}
#top-tbl td a	{
	display: block;
	font-size:12px;
	font-weight:bold;
	padding:10px 0;
	color:#ffffff;
	text-decoration:none;
}
.blogtitle {
	margin: 0px;
	padding: 40px 0 0;
}

div.mid	{
	background: #55B250;
	padding:7px 0 6px 10px;
	margin:0 0 20px;
	font-size:22px;
	color:#FFFFFF;
	font-weight:bold;
	width:260px;
	border-bottom-right-radius: 6px; /* 右下 */
	border-bottom-left-radius: 6px;  /* 左下 */
	-webkit-border-bottom-right-radius: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-moz-border-radius-bottomright: 6px; /* 右下 */
	-moz-border-radius-bottomleft: 6px;  /* 左下 */
}

/************************************************
*	Header  ここまで									*
************************************************/
.tr-wid-1 {width:120px;}
.tr-wid-2 {width:360px;}
.tr-wid-11 {width:65px;}
.tr-wid-12 {width:380px;}
/************************************************
*	表の幅設定  ここまで									*
************************************************/



.contents {
	margin-bottom: 25px;
}

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

.template-table th {
	border: 1px solid #A9A9A9;
	background-color: #ffefff;
	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 #e6afcf;
	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;
}
.out_link a {
	color: #0000c0 !important;
}
.comment {
	background-color: #fff;
	margin-top: 15px;
	margin-bottom: 15px;
	padding: 10px 15px 10px 15px;
}

/* a */
a:link {
	color: #444444;
	padding-bottom: 1px;
}
/*
a:visited {
	color: #d04f97;
	text-decoration: none;
	border-bottom: 1px solid #d04f97;
	padding-bottom: 1px;
}
*/
a:hover {
	color: #888888;
	padding-bottom: 1px;
}
/*
a:active {
	color: #9f166a;
	text-decoration: none;
	border-bottom: 1px solid #9f166a;
	padding-bottom: 1px;
}
*/
a.csv_btn {
	border: 1px solid #bcddff;
	color: #000080;
	background-color: #e0ffff;
	width: 75px;
	font-size: x-small;
	font-weight: bold;
	padding: 5px;
	margin-left: 20px;
	position: relative;
	top: -2px;
	text-decoration:none;
}

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_top5_nm_"], div[id^="ope_top5_nm_"] {
	padding: 5px 10px;
	font-size:1.5em;
}
/*   index   */
.idx h4	{
	width:160px;
	background:#EAF1DD;
	text-align:center;
	padding:3px;
	color:#00B050;
}
.idx ul li	{
	list-style:none;
	margin:0 0 15px;
}
.idx ul li a	{
	text-decoration: none;
	padding: 3px 8px;
	background: #DCE6F2;
	border:2px solid #558ED5;
	border-radius:3px;
	font-size:1.25em;
}	