@charset "Shift_JIS";


/*↓紹介ページ====================*/
body {
	background-color:#f5f5f5;
	}

div#MAINCONT {/*ページ全体*/
	width:740px;
	height:auto;/*背景画像を下に表示するため*/
	margin:0 auto;
	padding:0;
	background-image:url(../about/img/rule_base_bg.gif);
	background-position:left top;
	background-repeat:repeat-y;
	}

p.read {
	width:680px;
	height:auto;
	margin:15px auto;
	padding:0;
	text-align:left;
	}

table.rule {
	width:680px;
	height:auto;
	margin:0 30px 10px;
	padding:0;
	border-collapse:separate;
	}

table.rule td {
	width:680px;
	height:auto;
	border-bottom:2px solid #ffffff;
	margin:0;
	margin-bottom:10px;
	padding:3px 5px;
	}

table.rule td.odd {
	background-color:#e0eff4;
	}
table.rule td.even {
	background-color:#f5f5f5;
	}

div.bt_close {
	width:680px;
	height:30px;
	margin:7px auto 10px;
	padding:0;
	}

div.bt_close p {
	width:140px;
	height:30px;
	float:right;
	}


/*↑紹介ページ====================*/
