@charset "utf-8";

/* 宅建協会のご案内　基本設定
******************************************************************************************** */

/* H2見出し
**************************************************************** */

/* 背景設定
********************************************* */
#contents #title {
	padding:8px 0px 8px 0px;
	margin-bottom:8px;
	height:74px;
	background: transparent url(../../../img/sec/association/h2_bg.jpg) 0 0 no-repeat;
	}

/* 見出し設定
********************************************* */
#contents #title h2 {
	display:block;
	margin:23px 0px 0px 10px;
	height:36px;
	background: transparent url(../../../img/sec/association/h2_01.jpg) 0 0 no-repeat;
	text-indent:-9999px;
	}

/* H3見出し
**************************************************************** */

/* 業務支援商品のご案内
********************************************* */
#contents h3#gsannai {
	background: transparent url(../../../img/sec/gsgoannai/h3_01.jpg) 0 0 no-repeat;
	text-indent:-9999px;
	height:43px;
	margin:0px 0px 13px 0px;
	padding:0px;
	}

/* H4見出し
**************************************************************** */
#contents h4 {
	clear:both;
	border-top:2px solid #7ABE4A;
	background: transparent url(../../../img/sec/line_dashed_green.gif) repeat-x left bottom;
	margin:0px 0px 15px 0px;
	padding:5px 10px 5px 10px;
	color:#7ABE4A;
	font:bold 75%/140% Osaka,"ＭＳ Ｐゴシック",sans-serif;
	}

/* P段落設定
********************************************* */
#contents p {
	margin:0px 0px 10px 0px;
	}

/* テーブル(横)設定
********************************************* */
#contents table#w {
	margin-bottom:10px;
	background-color:#fff;
	border:none;
	font:normal 75%/140% Osaka,"ＭＳ Ｐゴシック",sans-serif;
	color:#666;
	}

#contents table#w th {
	width:150px;
	font-weight:normal;
	text-align:left;
	padding:5px 10px;
	border:none;
	vertical-align:top;
	}

#contents table#w th.oddth {
	background-color:#DAF0A6;
	}

#contents table#w th.eventh {
	background-color:#EEF9D7;
	}

#contents table#w td {
	text-align:left;
	padding:5px 10px;
	border:none;
	vertical-align:top;
	background-color:#fff;
	}

#contents table#w td.oddtd {
	background-color:#efefef;
	}

#contents table#w td.eventd {
	background-color:#f5f5f5;
	}

#contents table#w strong{
	float:left;
	font-weight:normal;
	padding-top:7px;
	margin-right:5px;
	}

/* テーブル(縦)設定
********************************************* */
#contents table#h {
	margin-bottom:10px;
	background-color:#fff;
	border:none;
	font:normal 75%/140% Osaka,"ＭＳ Ｐゴシック",sans-serif;
	color:#666;
	}

#contents table#h th {
	font-weight:normal;
	text-align:center;
	padding:5px 10px;
	border:none;
	vertical-align:top;
	}

#contents table#h th.oddth {
	background-color:#DAF0A6;
	}

#contents table#h th.eventh {
	background-color:#EEF9D7;
	}

#contents table#h td {
	text-align:left;
	padding:5px 10px;
	border:none;
	vertical-align:top;
	background-color:#fff;
	}

#contents table#h td.right {
	text-align:right;
	}

#contents table#h td.center {
	text-align:center;
	}

#contents table#h td.oddtd {
	background-color:#efefef;
	}

#contents table#h td.eventd {
	background-color:#f5f5f5;
	}


