@charset "utf-8";
/* CSS Document */

.creations_block {
	float: left;
	width: 270px;
	border-left-width: 3px;
	border-left-style: dotted;
	border-left-color: #5B6C59;
	margin-bottom: 30px;
}
.creations_pic {
	float: left;
	width: 100px;
	margin-right: 15px;
	margin-left: 5px;
}
.creations_title {
	float: left;
	width: 150px;
	font-size: 14px;
	color: #033;
	font-weight: bolder;
	_width: 140px;
}
.creations_content {
	float: left;
	width: 140px;
	text-align: left;
	margin-top: 10px;
	padding-right: 10px;
	color: #4F4F4F;
	_width: 130px;
}


.creations_block_02 {
	float: left;
	width: 400px;
}
.creations_title_02 {
	float: left;
	width: 250px;
	font-size: 14px;
	color: #8E8E8E;
	font-weight: bolder;
}
.creations_content_02 {
	float: left;
	width: 270px;
	text-align: left;
	margin-top: 10px;
	padding-right: 10px;
	margin-bottom: 20px;
	_width: 260px;
}
.space {
	float: left;
	height: 10px;
	width: 820px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #AEBBAC;
	margin-bottom: 10px;
}
