@charset "utf-8";

/* ------------------------------------------

Style Name: print_review.css
Since:      2008-07-21
Modified:   2008-07-21
Version:    1.0

------------------------------------------*/

/* IE6向け横幅調整 */

* html body div#contents div#mainContents div.pcrBaloon,
* html div#contents div#mainContents div.pcrSectionOdd,
* html div#contents div#mainContents div.pcrSectionEven,
* html #mainContents div#pcrReviewer {
	width: 660px;
}

/* IE6向けfloat解除 */

* html div#contents div#mainContents div.pcrSectionOdd,
* html div#contents div#mainContents div.pcrSectionEven {
	float: none;
}

/* レビュアー領域背景色解除 */

#mainContents div#pcrReviewer {
	background: #ffffff  url(../../contents/images/powecms_review/pcr_reviewer_bg.gif) repeat-x left top;
	color: #000000;
	padding-bottom: 42px; 
}

#mainContents div#pcrReviewer a {
	color: #000000;
	text-decoration: none;
}

/* IE6向けレビュアー領域背景画像解除 */

* html #mainContents div#pcrReviewer {
	background: #ffffff url(none) ;
}

/* Opera9向けclearfix調整 */

div.pcrSection,
#mainContents div#pcrReviewer {
    display: block;
}
