@charset "utf-8";



/* ----------------------------------------------------
	ヘッダ画像用にボディ背景を差し替え
---------------------------------------------------- */
body {
	background:#222 url(/common/images/bodyBg_small.png) 0 0 repeat-x;
}


/* ----------------------------------------------------
	メディアリスト
---------------------------------------------------- */
span.date {
	color:#999;
	font-weight:bold;
}

h3 {
	font-size:120%;
	font-weight:bold;
	background:url(/common/images/dBorderHoriz.png) bottom left repeat-x;
}

dt {
	font-weight:bold;
}

dd {
	margin-bottom:1em;
	padding-bottom:1em;
	background:url(/common/images/dBorderHoriz.png) bottom left repeat-x;
}