@charset "UTF-8";

/* ---------------------------------------------------------------------

TITLE    : nikkansports.com ポータル部 コンテンツ別 CSS
DATE     : 2006/12/13
URL      : https://www.nikkansports.com/sports/hakone-ekiden/2007/css/hakone-ekiden-top.css
DESIGNER : nikkansports.com

--------------------------------------------------------------------- */

/* ---------------------------------------------------------------------
GENRE    : 箱根駅伝
--------------------------------------------------------------------- */

/*--------------------- TOP PAGE--------------------- */


/*--- 画像リンク ---*/
#adImgWrap {
	margin-bottom: 15px;
	width: 100%;
}

#adImgWrap:after {
	content: ".";
	height: 0;
	display: block;
	clear: both;
	visibility: hidden;
}

*html #adImgWrap {
	/*\*/ height: 1%; /* for WinIE */
	display: inline-table; /* for MacIE */
}

/* 応援メッセージ */
#adImgL {
	width: 50%;
	height: 45px;
	float: left;
}
*+html #adImgL { width: 49.9%; } /* for WinIE7 */
*html #adImgL { width: 49.9%; } /* for WinIE */

/* 予想表 */
#adImgR {
	width: 50%;
	height: 45px;
	float: right;
}

#adImgL div {
	margin-right: 10px;
	background: url(/sports/hakone-ekiden/2007/img/top-img_bg.gif) repeat-x;
	height: 45px;
}

#adImgR div {
	background: url(/sports/hakone-ekiden/2007/img/top-img_bg.gif) repeat-x;
	height: 45px;
}

#adImgL div a {
	display: block;
	width: 100%;
	background: url(/sports/hakone-ekiden/2007/img/top-message02.gif) no-repeat right;
}

#adImgR div a {
	display: block;
	width: 100%;
	background: url(/sports/hakone-ekiden/2007/img/top-sheet02.gif) no-repeat right;
}

