@charset "Shift_jis";

/*reset */
body, div, h1, h2, h3, h4, h5, h6,
p, img, brockquote, pre, address,
ul, ol, li, dl, dt, dd,
table, th, td,　address,
form, fieldset {
	font-family: 'メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック',Osaka,sans-serif;
}

html {
	width:661px;
	height:200px;
	overflow-x:scroll;
}

.time , a {
	display:inline-block;
}

a{
	color: #D12E09;
	font-weight:bold;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
.time{
	margin-left:10px;
	font-size:10px;
	color:#999;
}
dt ,dd {
	font-size:12px;
	color:#333;
	margin:auto 0;
	text-align:left;
}
blockquote {
	height:14px;
	margin:0;
	overflow:hidden;
}
dt{
	padding-left:15px;
	background:url(box.gif) no-repeat left center;
	position:relative;
}
.type {
	position:absolute;
	left:-15px;
}
dd {
	padding-bottom:5px;
	margin:3px 0 7px 15px;
	border-bottom:1px dotted #999;
}