* {
	margin: 0px;
	padding: 0px;
}
body{/* 全体の基本設定 */
	line-height : 200%;
	font-size : 90%;
	color: #666666;
	background-image: url(images/bg_sakura.gif);
}
.entry {/* 見出し */
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 8px;
	text-indent: 45px;
	border-bottom: 1px solid #ff33cc;
	font-size: 100%;
	clear: both;
	background-image: url(images/flower.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding: 7px 0px;
}
.subentry {/* サブ見出し2 */
	font-weight: bold;
	margin-top: 5px;
	text-indent: 8px;
	margin-bottom: 5px;
	color: #333333;
	background-color: #f4f4f4;
	border-left: 8px solid #ff33cc;
}
a:link {/* リンク */
	color: #FF33FF;
}
a:visited {
	color: #FF33FF;
}
a:active {
}
a:hover {
}
.red{/* 赤色 */
	color: #CC0000;
	font-weight: bold;
}
