@charset "utf-8";
/* CSS Document */

/*メインボックス*/
.mainbox {
	position:relative;
	width:950px; height:auto; min-height:800px;
	margin:0 auto;
	margin-bottom:60px;
}

/*ヘッダ画像*/
.subpagetop {
	position:relative;
	width:950px; height:150px;
	text-indent:-9999px;
	background:url(../../images/photogallery/title_photo.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; }

.subtitle2 {
	position:relative;
	width:210px; height:46px; margin:10px 0 0 0;
	background:url(../../images/aboutleague/subtitle_bg.jpg) left no-repeat;
	font-size:14px; color:#06C; text-align:center;
}
.subtitle2_position { position:relative; top:18px; width:210px; }



.subpagemainbox {
	position:relative; 
	width:768px; height:auto; margin:0 auto;
}

.subpageboxleft {
	position:relative; float:left;
	width:593px; height:auto;
	margin:0; padding:0;
}

.photo_body {
	position:relative;
	margin:0 auto;
	width:768px; height:auto;
}

.photo_body ul { position:relative; margin:0; padding:0; list-style:none; margin-left:8px; }
.photo_body li { position:relative; float:left; width:184px; margin-right:6px; text-align:center; }



.clear {
	clear:both;　/*floatの解除、ここがポイント*/
}






