@charset "UTF-8";

/* 静的ページ共通CSS
--------------------------------------------------------------------


対象ファイル
-----------------------------
/c/以下
------------------------------------------------------------------- */

/* 共通
------------------------------------------------------------------- */
/* リンク設定 */
/*
#contents a{
	font-weight: bold;
}
*/
#center_area a{
	font-weight: bold;
}

/* タイトル */
#contents-body h1 {
	padding-top: 12px;
}

/* リード文 */
.top-lead{
	font-size: 116%;
	font-weight: bold;
}


/* カラム設定
------------------------------------------------------------------- */

	/* 1カラム
	------------------------------------------------------------------- */
	.column1 #main {
		width: 920px;
		padding-top: 20px;
	}

/* 2カラム
------------------------------------------------------------------- */
.column2 { }
.column2 #main {
	float: left;
	width: 640px;
	padding-top: 20px;
	}

.column2 #sub {
	float: right;
	width: 260px;
	padding-top: 20px;
	}

/* サイドメニュー
--------------------------------------------------------------------*/
	#sub .frmt {
		width: 260px;
		padding-top: 7px;
		background: #fff3c4 url(/c/common/img/table_top.gif) no-repeat 0 0;
	}

#sub .frmb {
		width: 260px;
		padding-bottom: 10px;
		background: url(/c/common/img/table_bottom.gif) no-repeat 0 100%;
	}

		#sub dl {
			padding: 10px 10px 0 10px;
		}

		#sub dl.start {
			padding-top: 0;
		}

			#sub dl dd {
				padding-bottom: 1px;
				background: #fffde8 url(/c/common/img/dotline_3px.gif) repeat-x 0 100%;
			}

				/* 現在位置設定 */
				#sub dl dd.act{
					background-color: #ffc281;
				}

				#sub dl dd.act a{
					color: #ffffff;
				}

				#sub dl dd a {
					padding: 12px 10px 12px 36px;
					display: block;
					background: url(/c/common/img/arrow_m.gif) no-repeat 15px 14px;
				}

				/* 下部角丸設定 */
				#sub dl dd.end {
					padding-bottom: 5px;
					background: #fffde8 url(/c/common/img/table_bottom_link.gif) no-repeat 0 100%;
				}

					#sub dl dd.end a {
						padding: 12px 10px 7px 36px;
					}

				/*
				▼現在位置設定例外 - メニュー最下部かつアクティブの状態のページへの指定
				  ※/c/rule/以下のファイルのみ、/c/rule/css/style.cssに同等の内容を記述
				*/

				#faqlist #sub dl dd.act,
				#privacy #sub dl dd.act,
				#web-research #sub dl dd.act,
				#services-edy #sub dl dd.act {
					background: #ffc281 url(/c/common/img/table_bottom_active.gif) no-repeat 0 100%;
				}


/* シングルボタン
----------------------------- */
	#sub .frmt-single {
		width: 260px;
		height:50px;
		background: url(/c/common/img/bg_single_btn.gif) no-repeat 0 100%;
		margin-top:5px;
	}
	#sub .frmt-single p{
		width: 260px;
		text-align:center;
		padding-top:10px;
	}



/* フッターリンク
------------------------------------------------------------------- */
#footer-link{
	padding-top: 30px;
}

	#footer-link li{
		float: left;
		width: 301px;
		margin-right: 17px;
		background: url(/c/common/img/dotline.gif) no-repeat 100% 0;
	}

	#footer-link li.liend,/* delete */
	#footer-link li.end{
		width: 282px;
		margin-right: 0;
		background: none;
	}


/*110706 FOR BREAD CRUMBS
------------------------------------------*/
#contents-body { clear: both; }
#contents-body h1 {
	padding-top: 8px;
	}