@charset "UTF-8";

/* ---------------------------------------------------------------------

TITLE    : nikkansports.com ポータル部 コンテンツ別 CSS
DATE     : 2006/12/21
URL      : https://www.nikkansports.com/sports/hakone-ekiden/2007/course/css/hakone-ekiden-course.css
DESIGNER : nikkansports.com

--------------------------------------------------------------------- */

/* ---------------------------------------------------------------------
GENRE    : 箱根駅伝
--------------------------------------------------------------------- */

/*---------------------------- COURSE PAGE ------------------------ */

#couBn {
	margin:5px 0 30px 0;
}
#couBn ul {
	margin:0 0 20px 20px;
}
#couBn li {
	margin-bottom:5px;
	list-style:square;
	font-size:85%;
}


#couProfile {
	height:auto;
	padding:10px;
	background-color:#ededed;
	border:1px dotted #999999;
}
#couProfile dt {
	margin:0px;
	font-size:85%;
	font-weight:bold;
}
#couProfile dd {
	font-size:80%;
	margin-bottom:10px;
}


#couHonda {
	margin-bottom:30px;
	background-color:#dddddd;
}
#couHonda dt {
	padding:3px 0 2px 10px;
	background-color:#000000;
	border-bottom:2px solid #666666;
	font-size:90%;
	font-weight:bold;
	color:#FFFFFF;
}
#couHonda dd {
	font-size:85%;
	margin-bottom:5px;
	padding:7px 10px 7px 10px;
	line-height:1.5em;
}






