/* 大会レポート------------------- */

#report { width:900px; margin:30px; }

#report H2 {
	background:url(images/report_title.jpg) no-repeat;
	width:900px; height:36px;
	text-indent:-9999px;
	margin-bottom:20px;
	}
	
#report_right {
	float:right;
	/*width:190px;
	*/
	width:174px;
	background:url(images/report_menu_bg.gif);
	border:#999999 1px solid;
	padding-bottom:10px;
	padding: 8px;
	}
	
#report_right H4 { background:url(images/report_menu_title.gif) no-repeat;
	width:190px;
	height:40px;
	text-indent:-9999px;
	margin: -8px 0 0 -8px;
 }

#report_left { float:left; width:680px; }

#report_left H3 {
	background:url(images/report_news_title.gif) repeat-y;
	padding:5px 5px 5px 15px;
	margin:0 0 10px 0 ;
	font-size:12px;
	}

#report_left blockquote { margin:0 0 20px 0; }

#report_left img { margin:10px 10px 0 0; }

#report_right p {
	background:url(images/report_icon.gif) no-repeat left center;
	padding:0 0 0 12px;	
	font-size:10px; font-weight:normal; margin-left:5px; }

.day {
	background:url(images/report_icon.gif) no-repeat left center;
	padding:0 0 0 12px;
	font-size:10px;
	margin:0;
	}
	
#report_right a {
	margin:0 8px 10px 0;
	color:#333333;
	}