body {
	background-color: #ededed;
	margin-top: 0px;
	text-align: center;
}

div#wrapper {
	background-color: #ffffff;
	margin: 0 auto;
	padding-top: 0px;
	text-align: left;
	width: 800px;
}

div#content {
	padding: 0px 10px 0px 10px;
}

#logo	{
	background-image: url(/rules/images/headerbg2.gif);
	background-repeat: repeat-x;
	background-position:bottom;
	height: 65px;
}

#header {
	background-image: url(/rules/images/headerbg.gif);
	background-repeat: repeat-x;
	line-height: 20px;
}

#footer {
	background-image: url(/rules/images/footer_bk.png);
	background-repeat: repeat-y;
	color: #ffffff;
	padding: 5px 5px 5px 45px;
}
.title {
	background-image: url(/rules/images/obj_titledeco.gif);
	background-position: left center;
	background-repeat: no-repeat;
	font-size: 120%;
	font-weight: bold;
	line-height: 43px;
	padding-left: 1em;
}

.bd {
	border-bottom: 1px solid #005bac;
	padding-left: 1em;
	margin-top: 5px;
}

/*ボーダー*/
	/*橙色*/
.bd_ff9933 {
 border: 1px solid #4a84bc;
}
	/*下−橙色*/
.bd_b_ff9933 {
	border-bottom: 1px solid #4a84bc;
}

/*塗り*/
	/*橙色*/
.draw_ffdab9 {
	background-color: #e6f3ff;
}

/* リスト */
	/* ＯＬ−子−共通 */
ol li {
	line-height: 150%;
	padding-top: .3em;
}

	/* ＯＬ−レギュラー幅ー数字 */
ol.reg_d {
	list-style-type: decimal;
	margin: 0 0 0 1.5em;
}

	/* ＯＬ−レギュラー幅ーabc */
ol.reg_la {
	list-style-type: lower-alpha;
	margin: 0 0 0 1.5em;
}

	/* ＯＬ−レギュラー幅ーTUV */
ol.reg_ur {
	list-style-type: upper-roman;
	margin: 0 0 0 1.5em;
}

	/* ＯＬ−ワイド幅ーabc */
ol.wide_ul {
	list-style-type: upper-latin;
	margin: 0 0 0 2.5em;
}

	/* ＯＬ−ワイド幅ー数字 */
ol.wide_d {
	list-style-type: decimal;
	margin: 0 0 0 2.5em;
}

	/* ∪Ｌ−子−共通 */
ul li {
	line-height: 150%;
	padding-top: .3em;
}

	/* ∪Ｌ−レギュラー幅 */
ul.reg {
	margin: 0.2 0 0.2 1.5em;
}

	/* ∪Ｌ−レギュラー幅−白丸 */
ul.reg_c {
	line-height: 150%;
	list-style-type: circle;
	margin: 0.2 0 0.2 1.5em;
}

	/* ∪Ｌ−左4ＥＭ−白丸 */
ul.em4_c {
	list-style-type: circle;
	margin: 0 0 0 4em;
}

	/* ＤＬ−レギュラー幅 */
		/* ＤＬ−レギュラー幅−親 */
dl.reg dt {
	margin: 0 0 0 1.5em;
}

		/* ＤＬ−レギュラー幅−子 */
dl.reg dd {
	margin: 0 0 0 2.5em;
}

/* ＤＬ−インデント用ー */
	/* ＤＬ−インデント用ー（１） */
dl.indent_01 dt {
	clear: left;
	float: left;
	line-height: 150%;
	margin: 0 0 0.1em;
	padding-left: 5px;
	width: 1.5em;
}

dl.indent_01 dd {
	line-height: 150%;
	margin: 0 0 .5em 2em;
}

	/* ＤＬ−インデント用ー（２） */
dl.indent_02 dt {
	clear: left;
	float: left;
	line-height: 150%;
	margin: 0 0 0.1em;
	padding-left: 5px;
	width: 1.5em;
}

dl.indent_02 dd {
	line-height: 150%;
	margin: 0 0 0 3em;
}

	/* ＤＬ−インデント用ー（３） */
dl.indent_03 dt {
	clear: left;
	float: left;
	margin: 0 0 0.1em;
	width: 3em;
	padding-left: 5px;
}

dl.indent_03 dd {
	margin: 0 0 .5em 3.5em;
}

/*幅*/
	/*％指定*/
.w_20 {width: 20%;}
.w_40 {width: 40%;}
	/*ＰＸ指定*/
.w_700p {width: 700px;}

/*センタリング*/
.centering {
	margin-left: auto;
	margin-right: auto;
}

/*画像センタリング*/
.img_center {
	display: block;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	vertical-align: bottom;
}

	/* テーブル　枠有−灰色 */
.tbl_gray {
	border: 1px solid #a9a9a9;
	border-collapse: collapse;
	empty-cells: show;
}
.thcm_a	{border: 1px solid #a9a9a9;border-collapse: collapse;empty-cells: show;background-color: #dcdcdc;padding: 5px;text-align: center;vertical-align: middle;}
	/*◆テーブルボディー（縦・横中央）◆*/
.tdcm_b	{border:1px solid #a9a9a9;padding: 5px;text-align: center;vertical-align: middle;}


/*◆テキストアライン◆*/
/* 縦位置 */
.va_t {vertical-align: top;}
.va_m {vertical-align: middle;}
.va_b {vertical-align: bottom;}
/* 横位置 */
.ta_l {text-align: left;}
.ta_c {text-align: center;}
.ta_r {text-align: right;}
/*◆行間設定◆*/
.lh_2e {line-height: 2em;}
.lh_150 {line-height: 150%;}
.lh_250 {line-height: 250%;}
/*◆パディング◆*/
.pd_5p {padding: 5px;}
.pd_10p {padding: 10px;}
/*◆マージン◆*/
.mgl_15em {margin-left: 1.5em;}
.mgl_25em {margin-left: 2.5em;}
/*◆行頭字下げ◆*/
.ti_1e	{text-indent: 1em;}
.ti_2e	{text-indent: 2em;}
/*◆フォントウェイト◆*/
.bld {font-weight: bold;}
/* テキストデコレーション */
.dc_ul {text-decoration: underline;}	/*下線*/
.dc_lt {text-decoration: line-through;}	/*打消線*/
.dc_none {text-decoration: none;}	/*打消線*/
/*◆テキスト基本設定◆*/
/* 本文 */
.tx_r {margin: 5px;padding: 5px;line-height: 150%;}	/* テキストレギュラー */

/* リストスタイル()つき数字 */
ol.list_count{
    padding-left: 48px;
    counter-reset: count 0;
}
ol.list_count li{
    list-style-type: none;
    counter-increment: count;
    text-indent: -0.9em;
    padding-left: 0.6em;
}
ol.list_count li::before{
content: "(" counter(count) ")";
    display: inline-block;
    padding-right: 4px;
    color: #555555;
}

