@charset "utf-8";
/* CSS Document */

#contents .right2 {
	float: right;
	background: #ffdc00;
	margin-bottom: 50px;
	width: 1055px;
	height: auto;
	border-radius: 10px;		/* CSS3草案 */
	-webkit-border-radius: 10px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 10px;	/* Firefox用 */
}
#contents .right2 .wrap {
	padding:35px;
}
#contents .right2 .waku {
	padding: 20px 35px 35px 35px;
	background: #FFF;
	color: #000;
	font-size: 12px;
	line-height: 22px;
}
