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

/* ブログ記事 */
#box {
	width: 950px;
	background-image: url(http://www.icic.jp/workshop/main-img/entry/background-j.png);
	background-repeat: no-repeat;
}
.entry-title {
	color: #F9820A;
}
#entry .entry-detail {
	color: #F9820A;
}
.entry-detail .icon {
	background-image: url(main-img/entry/icon-j.gif);
}
#entry-body {
	background-image: url(main-img/entry/frame-j.png);
}
#entry-body .body-text {
	background-image: url(main-img/entry/body-j.png);
	background-color: #FEEBD8;
}
#entry-body .body-text .text {
	color: #F9820A;
}
#photos .photo {
	color: #F9820A;
}
