@charset "Shift_JIS";

/* ------------------------------------------------------
 ブロック定義ファイル用 block.css

  目　次
	1.位置
	2.テーブル※本体のほうに定義がなければコメントアウトを外す
	3.画像
	4.フォント
	5.リスト
	6.目次用リスト※本体のほうに定義がなければコメントアウトを外す

------------------------------------------------------ */
/* -------- 1.位置 -------- */
/*左寄せ*/
.wcvleft {
	text-align: left;
}
/*右寄せ*/
.wcvright {
	text-align: right;
}
/*中央寄せ*/
.wcvcenter {
	text-align: center;
}
/*左寄せ・セル用*/
.wcvleft-c {
	text-align: left;
	margin-bottom: 5px;
}
/*右寄せ・セル用*/
.wcvright-c {
	text-align: right;
	margin-bottom: 5px;
}
/*中央寄せ・セル用*/
.wcvcenter-c {
	text-align: center;
	margin-bottom: 5px;
}
/* -------- 2.テーブル -------- */
/*
table {
	clear: both;
	margin: 10px 25px;
	border-collapse: collapse;
	border: 1px solid #666;
	border-spacing: 0;
	empty-cells: hide;
}
caption {
	color: #000;
	text-align: center;
	padding: 5px;
	font-weight: bold;
}
th {
	color: #000;
	text-align: center;
	padding: 5px;
	font-weight: bold;
	border: 1px solid #999;
}
td {
	text-align: left;
	padding: 5px;
	border: 1px solid #999;
}
/* table 2010/02/22 ay */
table.wcvtable-blue, 
table.wcvtable-red, 
table.wcvtable-green, 
table.wcvtable-orange, 
table.wcvtable-black {
	margin: 20px auto;
	border-collapse: collapse;
}
table.wcvtable-blue caption, 
table.wcvtable-red caption, 
table.wcvtable-green caption, 
table.wcvtable-orange caption, 
table.wcvtable-black caption {
	font-weight:bold;
}
table.wcvtable-blue th, 
table.wcvtable-red th, 
table.wcvtable-green th, 
table.wcvtable-orange th, 
table.wcvtable-black th {
	padding: 0.3em 0.5em;
}
table.wcvtable-blue td, 
table.wcvtable-red td, 
table.wcvtable-green td, 
table.wcvtable-orange td, 
table.wcvtable-black td {
	padding: 0.3em 0.5em;
	background: #ffffff;
}
/* 青 */
table.wcvtable-blue, 
table.wcvtable-blue th, 
table.wcvtable-blue td {
	color: #000000;
	border: 1px solid #336699;
}
table.wcvtable-blue th {
	background: #f0f8ff;
}
/* 赤 */
table.wcvtable-red, 
table.wcvtable-red th, 
table.wcvtable-red td {
	color: #660033;
	border: 1px solid #990033;
}
table.wcvtable-red th {
	background: #ffccff;
}
/* 緑 */
table.wcvtable-green, 
table.wcvtable-green th, 
table.wcvtable-green td {
	color: #003300;
	border: 1px solid #009933;
}
table.wcvtable-green th {
	background: #ccffcc;
}
/* オレンジ */
table.wcvtable-orange, 
table.wcvtable-orange th, 
table.wcvtable-orange td {
	color: #660000;
	border: 1px solid #cc3300;
}
table.wcvtable-orange th {
	background: #ffcc99;
}
/* 黒 */
table.wcvtable-black, 
table.wcvtable-black th, 
table.wcvtable-black td {
	border: 1px solid #333333;
}
table.wcvtable-black th {
	background: #eeeeee;
}
/* 2010/04/06 ay */
/* 議員一覧用 */
table.giin {
	width: 600px;
	border-collapse:collapse;
	border:1px solid #ccc;
	margin: 40px auto;
}
table.giin caption{
	font-weight: bold;
	text-align: left;
}
table.giin th,
table.giin td {
	border:1px solid #ccc;
	padding:8px;
	font-size:0.8em;
	text-align: center;
}
table.giin th {
	background-color: #eee;
}
table.giin tfoot td {
	text-align: right;
}
/* 2010/04/13 ay */
/* あお(濃).table_normal */
table.table_normal{
	border-collapse:collapse;
	border:1px solid #999;
	margin:0 auto;
}
table.table_normal caption{
	font-weight:bold;
}
table.table_normal tr th, 
table.table_normal tr td{
	border:1px solid #666;
	padding:5px 10px;
	font-size:0.8em;
}
table.table_normal tr th{
	background:#416cb7;
	color:#fff;
}
/* 黄色 .wcvtable-yellow */
table.wcvtable-yellow{
	border-collapse:collapse;
	margin:0 auto;
	color:#666;
}
table.wcvtable-yellow caption{
	font-weight:bold;
}
table.wcvtable-yellow tr th{ 
	font-weight:bold;
	background:#ffeb9b;
}
table.wcvtable-yellow tr th, 
table.wcvtable-yellow tr td{
	border:1px solid #999;
	padding:5px 10px;
	font-size:0.8em;
}


/* -------- 3.画像 -------- */
/*画像同士などが上下でくっ付く場合に利用する*/
.wcvmargin-bottom {
	margin-bottom: 10px;
}
/*画像同士などが左右でくっ付く場合に利用する・中央*/
.wcvmargin-rl-m {
	margin-right: 3px;
	margin-left: 3px;
	vertical-align: middle;
}
/*画像同士などが左右でくっ付く場合に利用する・上付き*/
.wcvmargin-rl-t {
	margin-right: 3px;
	margin-left: 3px;
	vertical-align: top;
}
/*中央寄せ画像テキスト用ボックス*/
div.wcv-centerbox {
	text-align: center;
	margin-bottom: 1em;
}
/*中央寄せ画像テキスト用ボックス内・左側*/
div.wcv-centerbox div.wcv-centerimg-l {
	width: 49%;
	float: left;
	margin-right: 5px;
	font-size: 0.8em;
}
/*中央寄せ画像テキスト用ボックス内・右側*/
div.wcv-centerbox div.wcv-centerimg-r {
	width: 49%;
	float: right;
}
/*中央寄せ画像の下に表示させるテキスト*/
.wcvimg-center {
	text-align: center;
	margin-top: 5px;
	font-size: 90%;
}
/*画像と回り込みテキスト用ボックス*/
div.wcv-floatbox-left,
div.wcv-floatbox-right {
	margin: 0;
	padding:5px 20px 5px 40px;
	width:620px;
	font-size: 0.8em;
}
/*左寄せ画像と回り込みテキストで使用*/
.wcvimg-floatleft {
	float: left;
	margin-right: 5px;
	margin-bottom: 15px;
}
/*右寄せ画像と回り込みテキストで使用*/
.wcvimg-floatright {
	float: right;
	margin-left: 5px;
	margin-bottom: 15px;
}
/*回り込み解除・フロートクリア*/
.clearfix:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}
.clearfix { display: inline-block; }
.clearfix { display: block; }
/* Mac版IEのみに適用 \*//*/
.clearfix { overflow: hidden; }
/* */
/* -------- 4.フォント -------- */
.wcvfont-red {
	color: #c00;
}
.wcvfont-blue {
	color: #00c;
}

.wcvfont-b {
	font-weight: bold;
}
.wcvfont-red-b {
	color: #c00;
	font-weight: bold;
}
.wcvfont-blue-b {
	color: #00c;
	font-weight: bold;
}
/* -------- 5.リスト -------- */
/*
div.wcv-floatbox-left ul li {
	list-style: inside url(../images/base/content_li_bg.gif);
	background: none;
}
div.wcv-floatbox-left ol li {
	list-style-position: inside;
}
定義型リスト
dl {
	margin: 10px 15px;
	line-height: 1.5;
}
dl dt {
	font-weight: bold;
}
dl dd {
	margin-bottom: 1em;
	margin-left: 20px;
}
*/
/* -------- 6.目次用リスト --------
ul.indexlist {
	font-size: 125%;
	margin: 10px 20px;
}
ul.indexlist li {
	margin: 0 0 10px;
	padding: 0 10px 10px 23px;
	background: url(../images/base/content_indexlist_bg.gif) no-repeat;
	border-bottom: 1px dashed #D8D8D8;
}
#newsicon {
	text-align: right;
	margin-top: 0px;
	padding-top: 0px;
}
 */



/* -------- 10.背景色付テキストブロック -------- */
#text_white {
	padding: 10px;
	background-color: #FFFFFF;
	text-align: left;
}

#text_lblue {
	padding: 10px;
	background-color: #e9f7ff;
	text-align: left;
	color: #0072ba;
}

#text_pink {
	padding: 10px;
	background-color: #fffaff;
	text-align: left;
}

#text_gray {
	padding: 10px;
	background-color: #f5f5f5;
	text-align: left;
}
