@charset "euc-jp";
/* CSS Document */

#feed {
	font-size: 100%;
}
#feed dl dt{
	width:120px;
	padding:5px 0 5px 30px;
	background-image: url(../img/arrow.gif);
	background-repeat: no-repeat;
	background-position: 10px center;
	float:left;
}
#feed dl dd{
	width:550px;
	padding:5px 0 5px 0px;
	float:left;
}

#event {
	font-size: 100%;
}
#event dl dt{
	display: table-cell;
	vertical-align:middle;
	width:180px;
	padding:8px 0 8px 0;
}
#event dl dd{
	display: table-cell;
	vertical-align:middle;
	width:520px;
	padding:8px 0 8px 0;
}


/* IE 6 */
* html #event dl dt, * html #event dl dd {
	display: inline;
	zoom: 1;
}
/* IE 7 */
*:first-child+html #event dl dt, *:first-child+html #event dl dd {
	display: inline;
	zoom: 1;
}
/*\*//*/
* html #event dl dt, * html #event dl dd {
	display: inline-block;
}
/**/

#event .clearfix {
	border-bottom: 1px dotted #CCC;
}