@charset "euc-jp";
/* CSS for ¥Æ¥­¥¹¥È¹­¹ð (topics)  */

/* basic items */
* {
	margin: 0;
	padding: 0;
	border: 0;
	line-height: 100%;
	font-size: 14px;
}

b, em, strong, h1, h2, h3, h4, h5, h6 { 
	font-weight: bold; font-style: normal;
}

body {
	background: #fff;
	font-family: 'Lucida Grande','Hiragino Kaku Gothic Pro', '¥Ò¥é¥®¥Î³Ñ¥´ Pro W3', '¥á¥¤¥ê¥ª', Osaka, 'MS PGothic', sans-serif;
	width: 100%;
}
* html body {
	font-family: 'MS PGothic';
}

a { color:#334; text-decoration:none; }
a:visited { color:#555; }
a:hover { background-color:#334; color:#fff; text-decoration:none; }

/* float wrapper and items */
.float_wrapper {
	width: 100%;
	overflow:hidden; /* for Mac IE */
}
.float_wrapper:after{
	content:""; display:block;
	clear: both;
}

.float_wrapper span.l {
	float:left;
}

.float_wrapper span.r {
 	float:right;
}

/* ad blocks */

h1 {
	line-height:2em;
}

h1 span.l {
	line-height:2em;
	padding:0 0 0 5px;
	border-left:6px solid #334;
}

h1 span.r {
	line-height:2em;
}

ul {
	margin:0.6em 0 0 0;
	border-top:1px solid #999;
	border-bottom:1px solid #999;
	color:#666;
	padding:0 0 0 10px;
}

ul li {
	font-size:12px; line-height:160%;
	list-style-type:none; list-style-position:outside;
	padding-left:20px; margin: 0.5em 0;
	background: url(http://www.nikkeibp.co.jp/news/elements/images/sqarrow_gray11g.gif) no-repeat 0 4px;
}

ul li * {
	font-size:13px;
	
}

