@charset "UTF-8";
/* CSS Document */


/* SHINKOSPORTS BASE_TOP.CSS  */


/*---------------------------------------
*	
*	00.COMMON
*	01.PROM_AREA
*	02.SPORTS_AREA
*	03.UPDATE_AREA
*		03-00.COMMON
*		03-01.NEWS_AREA
*	04.BANNER_AREA
*
*
*	------------------------------
*	Fluid Area
*	(They are listed in top.css)
*
*	BLOG_AREA
*	CONNECT_AREA
*
*	
*	------------------------------
*		
*	MODULES
*		MO_01.CLEARFIX
*--------------------------------------*/



/**--------------------------------------
	00.COMMON
---------------------------------------**/

div#content
{
	margin-top:10px; 
}

/**--------------------------------------
	01.PROM_AREA
---------------------------------------**/

div#promArea
{
	width: 880px;
	height: 280px;
	margin: 10px auto 0 auto;
}

div#promArea div.promBox
{
	float: left;
	width: 440px;
	height: 280px;
}


/**--------------------------------------
	02.SPORTS_AREA
---------------------------------------**/

div#sportsArea
{
	margin-bottom: 10px;
	width: 880px;
	background: url(../images/area_bg880_bottom.gif) no-repeat left bottom #FFFFFF;
}

div#sportsArea div#sportsTitle
{
	margin-bottom: 15px;
	padding: 15px 15px 0 15px;
	height: 38px;
	background: url(../images/area_bg880_title.gif) no-repeat left top;
}

div#sportsArea div#sportsTitle h2
{
	float: left;
}

div#sportsArea div#sportsTitle p
{
	float: right;
}

div#sportsArea div.schoolBox
{
	float: left;
	padding: 0 0 25px 15px;
	width: 270px;
	height: 79px;
	overflow: hidden;
}

div#sportsArea div.schoolBox p.scoolPhoto
{
	float: left;
	padding-right: 10px;
	width: 104px;
	height: 79px;
}

div#sportsArea div.schoolBox h3
{
	margin-bottom: 10px;
	font-size: 107%;
	line-height: 1.1em;
}

div#sportsArea div.schoolBox p.schoolText
{
	font-size: 92%;
}


/**--------------------------------------
	03.UPDATE_AREA
---------------------------------------**/

/*====03-00.COMMON====*/

div#updateArea
{
	float: left;
	margin-right: 10px;
	width: 600px;
}

div#newsArea
{
	width: 600px;
	margin-bottom: 10px;
	background: url(../images/area_bg600_bottom.gif) no-repeat left bottom #FFFFFF;
	font-size: 92%;
}

div#newsArea div#newsTitle
{
	padding: 15px 15px 0 15px;
	height: 38px;
	background: url(../images/area_bg600_title.gif) no-repeat left top;
}


/*====03-01.NEWS_AREA====*/

div#newsArea div#newsTitle h2
{
	float: left;
}

div#newsArea div#newsTitle p
{
	float: right;
}

div#newsArea dl
{
	clear: both;
	padding: 15px;
}

div#newsArea dl dt
{
	float: left;
	margin-bottom: 15px;
}

div#newsArea dl dd
{
	clear: right;
	margin: 0 0 15px 9.0em;
}


/**--------------------------------------
	04.BANNER_AREA
---------------------------------------**/

div#bannerArea
{
	float: right;
	width: 270px;
}

div#bannerArea p
{
	margin-bottom: 10px;
}


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

	MODULES
	
---------------------------------------**/

/*---------------------------------------
	MO_01.CLEARFIX
---------------------------------------**/

div#blogBox:after,
div#sportsArea:after,
.clearfix:after
{
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

div#blogBox,
div#sportsArea,
.clearfix
{
	display:inline-block;
}

/* \*/
* html div#blogBox,
* html div#sportsArea,
* html .clearfix
{ 
	height:1%;
}
/* */

