@charset "utf-8";

/* LIVE REPORT CSS */


@import "/css/reset.css";
@import "/css/global.css";
@import "/css/blog/common.css";


/* コンテンツラッパー
---------------------------------------------------------------- */
body#report #contents {
	width:722px;
	padding:14px 17px 24px;
}
/* コンテンツヘッダー
---------------------------------------------------------------- */
body#report #contents_header {
	position:relative;
	width:720px;
	height:183px;
	margin:1px 1px 20px;
	background:url(/report/img/livereport_title_bg.jpg) no-repeat;
	text-indent:-9999px;
}
body#report #contents_header #contents_title {
	position:absolute;
	left:372px;
	top:8px;
	width:302px;
	height:100px;
	background:url(/report/img/livereport_title.jpg) no-repeat;
	text-indent:-9999px;
}
body#report #contents_header #contents_lead {
	position:absolute;
	left:372px;
	top:108px;
	width:304px;
	height:65px;
	background:url(/report/img/livereport_lead.jpg) no-repeat;
	text-indent:-9999px;
}
