@charset "utf-8";
#side .box p.list{
	margin-bottom:10px;
}
/* ===================== pr/index.html ===================== */

@media print {

#main h2.section {
clear:both;
padding:6px 0 6px 7px;
border-top:2px solid #D92F32;
border-bottom:1px solid #D2D2D2;
}

	/* for IE6 */
	* html #main .rss-wrap {
	position:static;
	}
	* html #main .rss-wrap p.rss {
	position:static;
	margin:-45px 0 20px 500px;
	}
	* html #main .rss-wrap p.rss a {
	position:static;
	}

}

