@charset "utf-8";

/*------------------------------------------------------------------------------

	[ファイル名]	home.css
	
	[概要]
	
	[目次]
		・clearFix／画像代替／非表示部
	
------------------------------------------------------------------------------*/



/*------------------------------------------------------------------------------

								clearFix
								
------------------------------------------------------------------------------*/
div#playersBlog p.text:after,
div#reportList dd p:after
{
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	line-height: 0;
	content: ".";
}

/* Win IE7 */
*:first-chile + html div#playersBlog p.text,
*:first-chile + html div#reportList dd p
{
	min-height: 1%;
}
/* End Win IE7 */

/* Win IE6 \*/
* html div#playersBlog p.text,
* html div#reportList dd p
{
	height: 1%;
}
/* End Win IE6 */




/*------------------------------------------------------------------------------

							テキスト画像代替
							
------------------------------------------------------------------------------*/
div#xxx
{
	display: block;
	margin: 0;
	padding: 0;
	text-indent: -10000px;
	text-decoration: none;
/*\*/
	overflow: hidden;
/* */
}



/*------------------------------------------------------------------------------

								非表示部
								
------------------------------------------------------------------------------*/
#xxx
{
	position: absolute;
	top: -9999px;
	left: -9999px;
	z-index: -9999;
	width: 0;
	height: 0;
	overflow: hidden;
}



/*------------------------------------------------------------------------------

								div#mainImage
								
------------------------------------------------------------------------------*/
body#home div#mainImage{
/*	min-height: 320px; */
	min-height: 400px;
	margin-top: 15px;
}


* html body#home div#mainImage{
/*	height: 320px; */
	height: 400px;
}




/*------------------------------------------------------------------------------

						div#newsList / div#reportList
						
------------------------------------------------------------------------------*/

div#playersBlog,
div#newsList{
	margin-bottom: 25px;
}

div#playersBlog h3,
div#newsList h3{
	margin-bottom: 18px;
}

div#newsList li{
	clear:both;
}

div#playersBlog em,
div#newsList p.title em,
div#newsList dl.title dt,
div#reportList dd em{
	font-weight: bold;
}


div#newsList li p.title,
div#newsList li dl.title{
	margin-top: 10px;
	padding-bottom: 5px;
	border-bottom: 1px dotted #999;
}

div#playersBlog ul p.text,
div#newsList ul p.text{
	margin-top: 10px;
	margin-bottom: 20px;
	padding: 0 10px;
}

div#playersBlog ul,
div#newsList ul,
div#reportList dl{
	padding: 0 20px;
}

div#reportList dt{
	padding-bottom: 5px;
	border-bottom: 1px dotted #999;
}
div#newsList li dl.title a,
div#newsList li dl.title a dt,
div#newsList li dl.title a dd{
	float:left;
}

div#newsList li dl.title a dt{
	width:90px;
}

div#newsList li dl.title a dd{
	width:400px;
}

div#newsList li p.title a,
div#newsList li dl.title a,
div#reportList dt a{
	padding-left: 22px;
	background: url(../../images/common/icon_circle_blue.png) no-repeat scroll 5px 2px;
	font-weight: bold;
	font-size: 120%;
}

div#playersBlog p.title a em,
div#newsList li p.title a em,
div#newsList li dl.title a dt,
div#newsList li dl.title a dd,
div#reportList dt a em{
	font-size: 90%;
}

div#newsList li dl.title a dd{
	font-size: 100%;
	font-weight: bold;
}


div#reportList h3{
	margin-bottom: 28px;
}

div#reportList dd{
	margin-top: 15px;
	margin-bottom: 30px;
}
div#playersBlog p.text img,
div#reportList dd img{
	margin-right: 20px;
}

div#playersBlog li.firstChild{
	margin-bottom: 10px;
}


div#sectionMain div.noLink,
div#playersBlog p.playersName{
	margin-top: 10px;
	padding-left: 22px;
	background: url(../../images/common/icon_circle_blue.png) no-repeat scroll 5px center;
	font-weight: bold;
	color: #666;
}


div#playersBlog li p.title{
	margin-top: 2px;
	padding-bottom: 5px;
	padding-left: 20px;
	border-bottom: 1px dotted #999;
}


div#playersBlog p.title a{
	font-weight: bold;
	font-size: 120%;
}


div#reportList dd.lastChild{
	margin-bottom: 20px;
}


div#sectionMain div.noLink p{
	font-weight: bold;
	font-size: 120%;
	color: #666;
}

dd.noLink{
	margin-bottom: 0!important;
}



div#sectionMain .noLink em{
	font-size: 90%;
}



/*------------------------------------------------------------------------------

						
						
------------------------------------------------------------------------------*/