@charset "UTF-8";

/* ------------------------------------------------------
 ブロックテンンプレート用 wcvblock.css（コンテンツ内の設定）

■ 使用方法

(1)本体のCSSに本CSSをインポートして使用します
-----
／*ウェブキャンバスブロックテンプレート用CSS*／
＠import "wcvblock.css";
※／と＠は半角に直してください
-----

(2)コンテンツ領域のID名はcontentになっています
IDがcontent以外の場合は「#content」で置き換えを行ってください

  目　次
	1.位置
	2.テーブル※削除済
	3.画像
	4.フォント
	5.リスト
	6.その他
	7.rssアイコン表示
	8.hr赤色
	9.トップページ死亡事故ゼロ表示
	10.ナビゲーションを飛ばす位置
	11.ふるさと納税トップページ
	12.blockquote
	13.サイトマップ

------------------------------------------------------ */
/* -------- 1.位置 -------- */
/*左寄せ*/
#contents .wcvleft {
	text-align: left;
	padding: 6px 15px;
}
/*右寄せ*/
#contents .wcvright {
	text-align: right;
	padding: 6px 15px;
}

/*中央寄せ*/
#contents .wcvcenter {
	text-align: center;
	padding: 6px 15px;
}

#contents .section p{
	padding: 6px 15px;
}

/*左寄せ・セル用*/
#contents .wcvleft-c {
	text-align: left;
	padding: 3px 0;
}
/*右寄せ・セル用*/
#contents .wcvright-c {
	text-align: right;
	padding: 3px 0;
}
/*中央寄せ・セル用*/
#contents .wcvcenter-c {
	text-align: center;
	padding: 3px 0;
}
/* -------- 3.画像 -------- */
/*画像同士などが上下でくっ付く場合に利用する*/
#contents .wcvmargin-bottom {
	margin-bottom: 6px;
}
/*画像同士などが左右でくっ付く場合に利用する・中央*/
#contents .wcvmargin-rl-m {
	margin-right: 3px;
	margin-left: 3px;
	vertical-align: middle;
}
/*画像同士などが左右でくっ付く場合に利用する・上付き*/
#contents .wcvmargin-rl-t {
	margin-right: 3px;
	margin-left: 3px;
	vertical-align: top;
}
/*中央寄せ画像の下に表示させるテキスト*/
#contents .wcvimg-center {
	text-align: center;
	margin-top: 5px;
}
/*左寄せ画像と回り込みテキストで使用*/
#contents .wcvimg-floatleft {
	float: left;
	margin-right: 7px;
}
/*右寄せ画像と回り込みテキストで使用*/
#contents .wcvimg-floatright {
	float: right;
	margin-left: 7px;
}
/*回り込み解除・フロートクリア*/
#contents .wcvclear {
	display: block;
	clear: both;
	padding-bottom: 10px;
}
/*回り込み解除・フロートクリア・余白なし*/
#contents .wcvclear-0 {
	display: block;
	clear: both;
}
/* -------- 4.フォント -------- */
#contents .wcvfont-red {
	color: #c00;
}
#contents .wcvfont-blue {
	color: #00c;
}
#contents .wcvfont-black {
	color: #000;
}
#contents .wcvfont-green {
	color: #060;
}
#contents .wcvfont-b {
	font-weight: bold;
}
#contents .wcvfont-red-b {
	color: #c00;
	font-weight: bold;
}
#contents .wcvfont-blue-b {
	color: #00c;
	font-weight: bold;
}
/* -------- 5.リスト -------- */
/*セル用*/
#contents ul.wcvul-c {
	margin-top: 3px;
	margin-bottom: 3px;
}
#contents ol.wcvol-c {
	margin-top: 3px;
	margin-bottom: 3px;
}
/* -------- 6.その他 -------- */
#contents td.wcvnowrap {
	white-space: nowrap;
}

/* -------- 7.rssアイコン表示 -------- */
.rss {
	padding-left: 20px;
	background:
	url(../cmn_images/feed_icon.gif)
	no-repeat;
}

/* -------- 8.hr赤色 -------- */
hr.hr_red {
border: 2px #ff0000 solid;
} 


/* -------- 9.交通事故死ゼロ -------- */
dl.accident-box {
	margin-top: 8px;
	background: url(../cmn_images/bg_accidentbox_dl.gif) repeat-y;
}

dl.accident-box dt.accident-top {
	height: 68px;
	background: url(../cmn_images/bg_accidentbox_top.jpg) no-repeat;
	text-indent: -9999px;
	overflow: hidden;
}
	
dl.accident-box dd.accident-contents {
	padding-bottom: 10px;
	background: url(../cmn_images/bg_accidentbox_btm.gif) no-repeat 0 100%;
}
	
dl.accident-box dd.accident-contents dl {
	margin: 8px 6px 10px 8px;
	font-size: 92%;
	line-height: 133%;
}


/* -------- 10.「ナビゲーションを飛ばす」部分 -------- */
#header p#skipnavi {
	/*CSS適用環境では見せない*/
	height: 0;
	width: 0;
	overflow: hidden;
	position: absolute; /* MacIE用 */
}


/* -------- 11.ふるさと納税トップページ -------- */
#contents .wcvcenter_top {
	text-align: center;
}

/*ふるさと納税トップページ中央寄せ画像*/
#contents .wcvmargin-rl-m_top {
	margin: 3px 0;
	vertical-align: middle;
}

	/*ふるさと納税テーブル*/
	table.table_hurusato {
		margin: 0 auto 20px;
		border-collapse: collapse;
		border-spacing: 0;
		background-color: #fff;
		color: #000;
		font-size: 92%;
		line-height: 117%;
	}
	
	table.table_hurusato caption {
		margin: 0 auto;
		padding: 20px 0 12px;
		font-weight: bold;
	}
	
	table.table_hurusato th {
		padding: 7px;
		border: 1px solid #996633;
	}

	table.table_hurusato td {
		padding: 2px 7px;
		border: 1px solid #996633;
	}
		
	table.table_hurusato th {
		background-color: #E0CBA3;
		font-weight: bold;
		text-align: center;
	}

/* -------- 12.blockquote -------- */
blockquote {
	margin: 0 1px 15px 20px;
	padding: 4px;
	border: 2px solid #CFB897;
}
blockquote p {
	margin: 0;
}

/* -------- 13.サイトマップ -------- */
#sitemap {
	overflow: hidden;
}
#sitemap .wcv-inner2-l {
	float: left;
	width: 49.3%;
}
#sitemap .wcv-inner2-r {
	float: right;
	width: 49.3%;
}
