@charset "utf-8";
/* CSS for topics text ad */
body {
	margin:0; padding:0;
	width:330px;
	background:#f0f0f3; color:#666;
	font-size:12px;
	font-family: 'メイリオ', 'Lucida Grande', Verdana, 'Hiragino Kaku Gothic ProN', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'ＭＳ Ｐゴシック', sans-serif;
}
* html body {
	font-family: 'MS PGothic';
}

a {
	display:block;
	text-decoration:none;
	margin:0; padding:2px 0 4px 23px;
	color:#333; background: url(http://www.nikkeibp.co.jp/news/elements/images/check_gray14g.gif) no-repeat 5px 4px;
	min-height:3em; line-height: 1.5em;
}
a:hover { color: #fff; background-color:#369; }

ul {
	clear:both;
	margin:0; padding: 5px 10px 0 10px;
	list-style:none;
}

li {
	margin:0; padding:0;
	border-top:1px dotted #999;
}

* html a {
	height:3em;
}

