@charset "utf-8";

/* KOBE_TENNIS TOP.CSS  */


/*--------------------------------------
*	
*	00.GLOBAL_COMMON
*	01.PROMO_AREA
*	02.TOUR_INFO
*	03.TOUR_RESULT
*	04.NEWS
*	05.RIGHT
*
*--------------------------------------*/


/**-------------------------------------
	00.GLOBAL_COMMON
---------------------------------------**/

div#topLeft
{
	float: left;
	margin: 0 20px 0 0;
	width: 600px;
}

div#topRight
{
	float: left;
	margin: 0 0 0 0;
	width: 180px;
}

p.topButtonList
{
	position: absolute;
	left: 171px;
	top: 8px;
}

p.topButtonRSS
{
	position: absolute;
	left: 229px;
	top: 8px;
}

/**-------------------------------------
	01.PROMO_AREA
---------------------------------------**/

div#topPromo
{
	width: 800px;
	margin: 23px 0 29px 0; 
}

/**-------------------------------------
	02.TOUR_INFO
---------------------------------------**/

div#topTourInfo
{
	float: left;
	margin: 0 20px 26px 0;
	width: 290px;
	position: relative;
}

div#topTourInfo h3
{
	padding: 0 0 5px 0;
}

div#topTourInfo dl
{
	margin: 0 0 0 0;
	padding: 15px 0 17px 6px;
	width: 280px;
	background: url(../common/images/sep_line290.png) no-repeat left bottom;
}

div#topTourInfo dt
{
	padding: 0 0 6px 15px;
	background: url(../common/images/list_head.png) no-repeat left 4px;
	font-size: 92%;
	font-weight: 800;
	color: #666666;
}

div#topTourInfo dt a
{
	color: #669933;
	font-weight: 800;
	text-decoration: none;
}

div#topTourInfo dt a:hover
{
	color: #88CC44;
	font-weight: 800;
	text-decoration: none;
}

div#topTourInfo dd
{
	font-size: 77%;
}

div#topTourInfo dd.topTourDate
{
	float: left;
	margin: 0 9px 10px 0;
	padding: 0 0 0 15px;
	color: #666666;
}

div#topTourInfo dd.topRenewDate
{
	color: #B8B800;
}

div#topTourInfo dd.topButtonOutline
{
	clear: left;
	float: left;
	margin: 0 7px 0 0;
	padding: 0 0 0 15px;
}

div#topTourInfo dd.topButtonDraw
{
	float: left;
}


/**-------------------------------------
	03.TOUR_RESULT
---------------------------------------**/

div#topTourRslt
{
	position: relative;
	float: left;
	margin: 0 0 26px 0;
	width: 290px;
}

div#topTourRslt h3
{
	padding: 0 0 5px 0;
}

div#topTourRslt dl
{
	margin: 0 0 0 0;
	padding: 15px 0 13px 6px;
	width: 280px;
	background: url(../common/images/sep_line290.png) no-repeat left bottom;
}

div#topTourRslt dt
{
	padding: 0 0 6px 15px;
	background: url(../common/images/list_head.png) no-repeat left 4px;
	font-size: 92%;
	color: #669933;
}

div#topTourRslt dt a
{
	color: #669933;
	font-weight: 800;
	text-decoration: none;
}

div#topTourRslt dt a:hover
{
	color: #88CC44;
	font-weight: 800;
	text-decoration: none;
}


div#topTourRslt dd
{
	font-size: 77%;
}

div#topTourRslt dd.topRenewDate
{
	padding: 0 0 0 15px;
	color: #B8B800;
}

/**-------------------------------------
	04.NEWS
---------------------------------------**/

div#topNews
{
	clear: both;
	width: 600px;
}

div#topNews h3
{
	padding: 0 0 8px 0;
}

div#topNews dl
{
	margin: 12px 0 0 0;
	padding: 0 0 10px 0;
	width: 600px;
	background: url(../common/images/sep_line600.png) no-repeat bottom;
}

div#topNews dt
{
	margin: 0 20px 2px 0;
	padding: 0 0 0 25px;
	background: url(../common/images/list_head.png) no-repeat 7px 1px;
	font-size: 77%;
	color: #669933;
}

div#topNews dt a
{
	color: #669933;
}

div#topNews dt a:hover
{
	color: #88CC44;
}

div#topNews dd
{
	padding: 0 0 0 23px;
	color: #B8B800;
	font-size: 77%;
}


/**-------------------------------------
	05.RIGHT
---------------------------------------**/

div#topRight
{
	position: relative;
}

div#topRight dt
{
	height: 40px;
}

div#topRight dl
{
	padding: 0 0 3px 0;
	width: 180px;
}

p.topButtonMember
{
	position: absolute;
	left: 15px;
	top: 180px;
}

div#topRight p.topBunner
{
	margin: 13px 0 0 0;
}






