@charset "shift_JIS";
/* h4追加属性(写真日記タイトル用。左にアイコンを追加) */
h4 {
	color: #2f4f4f;
	background-image: url(coffee.gif);
	background-position: 5px 5px;
	background-repeat: no-repeat;
	padding-left: 32px;
	border-width: 0 0 2px 0;
	border-color: #ff9999;
	border-style: dotted;
	height: 16px;
	margin-left: 0px;
}

