@charset "utf-8";
/* CSS Document */


h2 {
	font-size: 95%;
}


/* リストとか */

ul.li_articles {
	clear: both;
}

ul.li_articles li a:hover {
	color: #666666;
}

ul.li_articles li {
	list-style: url(../image/association/li_link.gif) inside;
	padding: 5px;
	font-size: 90%;
}

ul.li_articles li.nolink {
	font-weight: bold;
}

ul.li_articles li a:link {
	color:#333333;
}


li.correct {
	clear: both;
}

/* 左右への分割とそのときに入るイメージのサイズ */

.statist_left {
	float: left;
	clear: both;
	width: 150px;
	padding-top: 15px;
	margin-bottom: 15px;
}

.statist_right {
	float: left;
	width: 575px;
	padding-top: 15px;
	margin-bottom: 15px;
}

.statist_left img {
	border: 1px solid #cdcdcd;
	width: 120px;
}

/* adobereader */

dl.adobereader dt {
	display: block;
	width: 180px;
	float: left;
	clear: both;
}

dl.adobereader dd {
	display: block;
	width: 565px;
	float: left;
	margin: 0px;
}

/* 報告書風に書かれたときに使うもの */

.margin {
	width: 640px;
	margin: 20px auto;
}

.align_right {
	text-align: right;
	margin: 10px;
}

.align_center {
	text-align: center;
	margin: 10px;
}

ol li {
	margin: 15px 0px;
	font-size: 90%;
}


table.report {
	border-top: 1px solid #cdcdcd;
	border-left: 1px solid #cdcdcd;
	width: 100%;
}

table.report th {
	padding: 4px;
	border-right: 1px solid #cdcdcd;
	border-bottom: 1px solid #cdcdcd;
	background: url(../image/members/bg_th.gif) repeat-x;
}

table.report td {
	padding: 4px;
	border-bottom: 1px solid #cdcdcd;
	border-right: 1px solid #cdcdcd;
}

table.report td.count {
	text-align: right;
}


/* テーブル2個目 */

table.kwsk_report {
	border-top: 1px solid #d5d5d5;
	border-left: 1px solid #d5d5d5;
	font-size: 75%;
	color: #333333;
}

table.kwsk_report td {
	border-bottom: 1px solid #d5d5d5;
	border-right: 1px solid #d5d5d5;
	padding: 4px;
}

table.kwsk_report tr.gray1 {
	background: #f5f5f5;
}

table.kwsk_report td.green1 {
	background: #ccff66;
}

table.kwsk_report th {
	background: #ccff99;
	font-weight: normal;
	border-bottom: 1px solid #d5d5d5;
	border-right: 1px solid #d5d5d5;
}


table.kwsk_report td.yellow1 {
	 background: #ffff99;
}

table.kwsk_report td.yellow2 {
	 background: #ffffcc;
}

span.paint_green {
	background: #ccff66;
	padding: 3px;
}

