@charset "Shift_JIS";

/* ------------------------------------------------------
 ブロック定義ファイル用 block.css

  目　次
	1.位置
	2.テーブル※本体のほうに定義がなければコメントアウトを外す
	3.画像
	4.フォント
	5.リスト
	6.目次用リスト※本体のほうに定義がなければコメントアウトを外す

------------------------------------------------------ */
/* -------- 1.位置 -------- */
/*左寄せ*/
.contents_textarea .wcvleft {
	text-align: left;
	margin: 3px 3px 3px 20px;
}
/*右寄せ*/
.contents_textarea .wcvright {
	text-align: right;
	margin: 3px 3px 3px 20px;
}
/*中央寄せ*/
.contents_textarea .wcvcenter {
	text-align: center;
	margin: 3px 3px 3px 20px;
}
/*中央寄せ テキスト付*/
.contents_textarea div.wcvcenter {
	text-align: center;
	margin: 2px 2px 2px 20px;
}

/*左寄せ・セル用*/
.contents_textarea .wcvleft-c {
	text-align: left;
	margin-bottom: 5px;
}
/*右寄せ・セル用*/
.contents_textarea .wcvright-c {
	text-align: right;
	margin-bottom: 5px;
}
/*中央寄せ・セル用*/
.contents_textarea .wcvcenter-c {
	text-align: center;
	margin-bottom: 5px;
}
/* -------- 2.テーブル -------- */
.contents_textarea table {
	clear: both;
	/*width: 635px;*/
	margin: 10px 25px 25px 25px;
	border-collapse: collapse;
	border: 1px solid #666;
	border-spacing: 0;
	empty-cells: hide;
}
.contents_textarea caption {
	color: #000;
	text-align: center;
	padding: 5px;
	font-weight: bold;
}
.contents_textarea th {
	color: #000;
	text-align: center;
	padding: 5px;
	font-weight: bold;
	border: 1px solid #999;
	background: #EFF5F8;
}
.contents_textarea td {
	text-align: left;
	padding: 5px;
	border: 1px solid #999;
}
/* -------- 3.画像 -------- */
/*画像同士などが上下でくっ付く場合に利用する*/
.contents_textarea .wcvmargin-bottom {
	margin-bottom: 10px;
}
/*画像同士などが左右でくっ付く場合に利用する・中央*/
.contents_textarea .wcvmargin-rl-m {
	margin-right: 3px;
	margin-left: 3px;
	vertical-align: middle;
}
/*画像同士などが左右でくっ付く場合に利用する・上付き*/
.contents_textarea .wcvmargin-rl-t {
	margin-right: 3px;
	margin-left: 3px;
	vertical-align: top;
}
/*中央寄せ画像テキスト用ボックス*/
.contents_textarea div.wcv-centerbox {
	text-align: center;
	margin: 0.5em;
	padding: 0;
}
/*中央寄せ画像テキスト用ボックス内・左側*/
.contents_textarea div.wcv-centerbox div.wcv-centerimg-l {
	width: 48%;
	float: left;
	/*margin-right: 5px;*/
	margin: 0 5px 0 0;
	padding: 0;
}
/*中央寄せ画像テキスト用ボックス内・右側*/
.contents_textarea div.wcv-centerbox div.wcv-centerimg-r {
	width: 48%;
	float: right;
	margin: 0;
	padding: 0;
}
/*中央寄せ画像の下に表示させるテキスト*/
.contents_textarea .wcvimg-center {
	text-align: center;
	font-size: 90%;
	margin-bottom: 15px;
}
/*画像と回り込みテキスト用ボックス*/
.contents_textarea div.wcv-floatbox-left,
.contents_textarea div.wcv-floatbox-right {
	margin: 0 5px 15px 15px;
}
/*左寄せ画像と回り込みテキストで使用*/
.contents_textarea .wcvimg-floatleft {
	float: left;
	margin-right: 7px;
}
/*右寄せ画像と回り込みテキストで使用*/
.contents_textarea .wcvimg-floatright {
	float: right;
	margin-left: 7px;
}
/*回り込み解除・フロートクリア*/
.contents_textarea .clearfix:after {
	height: 0;
	visibility: hidden;
	wrapper: ".";
	display: block;
	clear: both;
}
.contents_textarea .clearfix { display: inline-block; }
.contents_textarea .clearfix { display: block; }
/* Mac版IEのみに適用 \*//*/
#wrapper .clearfix { overflow: hidden; }
/* */
/* -------- 4.フォント -------- */
.contents_textarea .wcvfont-red {
	color: #c00;
}
.contents_textarea .wcvfont-blue {
	color: #00c;
}

.contents_textarea .wcvfont-b {
	font-weight: bold;
}
.contents_textarea .wcvfont-red-b {
	color: #c00;
	font-weight: bold;
}
.contents_textarea .wcvfont-blue-b {
	color: #00c;
	font-weight: bold;
}
/* -------- 5.リスト -------- */
.contents_textarea div.wcv-floatbox-left ul ol {
	margin: 10px 20px 25px 20px;
}
.contents_textarea div.wcv-floatbox-left ul li {
	margin: 0 10px;
	padding: 0 10px 3px 15px;
	list-style: outside url(../images/base/list_bg.gif);
	background: none;
}
.contents_textarea div.wcv-floatbox-left ol li {
	list-style-position: inside;
	margin: 0 10px;
	padding: 0 10px 3px 15px;
}
/*リスト*/
.contents_textarea ul.plist {
	margin: 10px 15px 20px 15px;
}
.contents_textarea ul.plist li {
	margin: 0 10px;
	padding: 0 0 2px 15px;
	list-style: inside url(../images/base/slist_bg.gif);
	background: none;
}
.contents_textarea ol.slist {
	margin: 10px 15px 20px 15px;
}
.contents_textarea ol.slist li {
	list-style-position: inside;
	margin: 0 10px;
	padding: 0 0px 2px 15px;
}

/*定義型リスト*/
.contents_textarea dl {
	margin: 10px 15px 20px 20px;
	line-height: 1.5;
}
.contents_textarea dl dt {
	font-weight: bold;
}
.contents_textarea dl dd {
	margin-bottom: 1em;
	margin-left: 20px;
}
/* -------- 6.目次用リスト -------- */
.contents_textarea ul.indexlist {
	font-size: 100%;
	font-weight: 700;
	margin: 10px 10px;
}
.contents_textarea ul.indexlist li {
	list-style-type: none;
	margin: 0 0 10px;
	padding: 0 10px 10px 23px;
	background: url(../images/base/list_bg.gif) no-repeat;
	border-bottom: 1px dashed #D8D8D8;
}
.contents_textarea #newsicon {
	text-align: right;
	margin-top: 0px;
	padding-top: 0px;
}



/* -------- 7.FAQ -------- */

.contents_textarea ol.test {
	margin: 10px;
	padding: 10px;
}







/* -------------------------------------------------------------------------
 8.カレンダー
------------------------------------------------------------------------- */
#content_cal {
	width: 580px;
	float: right;
	margin: 0 8px 0 0;
	 line-height: 1.4;
}


*:first-child+html #content_cal {
	width: 580px;
	float: right;
	margin: 0 6px 0 0;
	 line-height: 1.4;
}


* html #content_cal {
	width: 580px;
	float: right;
	margin: 0 -10px 0 0;
	 line-height: 1.4;
}




/* -------------------------------------------------------------------------
 8-1.パンくずリスト
------------------------------------------------------------------------- */
#content_cal p.crumbs {
	margin: 0 5px 15px;
	text-align: right;
	line-height: 1.2;
}



/* -------------------------------------------------------------------------
 8-2.見出し
------------------------------------------------------------------------- */
#content_cal h1 {
	clear: both;
	color: #000;
	font-size: 170%;
	font-weight: bold;
	margin: 0 0 20px;
	padding: 0 5px 2px;
	border-bottom: 10px solid #3E6B91;	/* h1要素下部のボーダー色 */
	line-height: 1.1;
}
#content_cal h2 {
	clear: both;
	color: #FFF;
	font-size: 120%;
	font-weight: bold;
	margin: 20px 5px 10px;
	padding: 7px 10px 5px 22px;
	background-color: #368AB9;	/* h2要素の背景色 */
	background-image: url(../images/base/wrapper_h2_bg.gif);	/* h2要素の背景画像 */
	background-repeat: no-repeat;
	border-bottom: 1px solid #666;	/* h2要素下部のボーダー色 */
	line-height: 1.2;
}




/* -------------------------------------------------------------------------
 8-3.テーブル
------------------------------------------------------------------------- */
#content_cal table {
	clear: both;
	margin: 0 10px 10px;
	border-collapse: collapse;

	border-spacing: 0;
	empty-cells: show;
	line-height: 1.1;
}
#content_cal caption {
	color: #000;
	font-size: 120%;
	text-align: center;
	padding: 5px 5px 3px;
	font-weight: bold;
}
#content_cal th {
	color: #000;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	padding: 7px;
	background-color: #F2F2F2;
	border: 1px solid #999;
}
#content_cal td {
	text-align: center;
}





/* -------------------------------------------------------------------------
 8-4.「▲このページの先頭へ」部分 (Back To Top)
------------------------------------------------------------------------- */
#content_cal p.btt {
	clear: both;
	text-align: right;
	margin: 0;
	padding: 20px 5px 0;
}


/* -------------------------------------------------------------------------
 8-5.横罫線
------------------------------------------------------------------------- */
.contents_textarea hr {
	width: 98%;
	margin: 20px 0px;
}
