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

/*--------*/
#contents .box {
	float: box;
	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 .box .wrap {
	padding: 35px;
}
#contents .box .waku {
	padding: 20px 35px 35px 35px;
	background: #FFF;
	color: #000;
	font-size: 12px;
	line-height: 22px;
}
#contents .box .wrap .item {
	margin-bottom: 35px;
}
#contents .box .wrap .item_date {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #c00;
	margin: 20px 0;
	padding: 0;
	font-weight: normal
}
#contents .box .wrap dt {
	font-size: 12px;
	float: left;
	width: 200px;
	line-height: 24px;
	padding-left: 20px;
}
#contents .box .wrap dd {
	font-size: 12px;
	line-height: 24px;
}
/*--------*/
