@charset "utf-8";
/* CSS Document */
/*付箋型ボックス*/
.husen-b{
	background-image: url(../imgs/bg_husen02.gif);
	background-position: top right;
	background-repeat: no-repeat;
	background-color: #CDE9FE;
	padding: 20px 10px 10px 20px;
	margin-bottom: 10px;
	width: 268px;
}
.husen-b dt{
	color: #06508C;
}
.husen-b dt strong{
	color: #06508C;
}
.husen-g{
	background-image: url(../imgs/bg_husen01.gif);
	background-position: top right;
	background-repeat: no-repeat;
	background-color: #ECF5C4;
	padding: 20px 10px 10px 20px;
	margin-bottom: 10px;
	width: 268px;
}
.husen-g dt{
	color: #417D04;
}
.husen-g dt strong{
	color: #417D04;
}
