@charset "utf-8";
/* CSS Document */

/*メインボックス*/
.mainbox {
	position:relative;
	width:950px; height:auto; min-height:400px;
	margin:0 auto;
}

/*ヘッダ画像*/
.subpagetop {
	position:relative;
	width:950px; height:150px;
	text-indent:-9999px;
	background:url(../../images/leaguerules/title_leaguerurles.jpg) no-repeat;
}

.subtitle {
	position:relative; float:left;
	width:950px; height:46px; margin:10px 0 10px 0;
	background:url(../../images/common_image/title_bg.jpg) no-repeat;
	font-size:16px;
}

.subtitle_position { position:relative; top:18px; left:130px; }

.rulesbox {
	position:relative; float:left;
	width:768px; height:auto; margin-left:91px;
	margin-bottom:120px; line-height:160%;
}

.rules_title01 {
	position:relative; width:768px; float:left;
	text-align:left; font-size:18px;
	margin:12px 0 0 0; font-weight:bold;
}
	
.rules_title02 {
	position:relative; width:768px; float:left;
	text-align:left; font-size:14px;
	margin:20px 0 0 0;
}

.rules_textbox {
	position:relative; width:748px; float:left;
	padding:0 0 0 20px;
}

.rules_margin {
	margin-top:10px;
	margin-left:20px;
}

.r_margin { margin-bottom:10px; }

.clear {
	clear:both;　/*floatの解除、ここがポイント*/
}






