@charset "EUC-JP";
@import url(/default.css);

div {
	margin: 0.3em 0.4em 0.5em 1em;
	padding: 0em;
}

div.article div.leaf {
	border-color: #246cbc #f8fff8 #f8fff8 #246cbc;
	border-width: 1px;
	border-style: solid;
	background-image: url(/images/item/diary_article_back.png);
	background-repeat: no-repeat;
	background-position: bottom right;
}

div.article div[id]:before {
	display: block;
	color: navy;
	content: "#" attr(id);
	background-image: url(/images/item/diary_before_back.png);
	background-repeat: no-repeat;
}

div.article div[id][title]:before {
	display: block;
	color: navy;
	content: "#" attr(id) " / " attr(title);
	background-image: url(/images/item/diary_before_back.png);
	background-repeat: no-repeat;
}

div.leaf div {
	color: inherit;
	background-color: transparent;
	border: 0px none;
	margin: 0px;
	padding: 0px;
}

div.leaf h3 {
	color: navy;
	background-color: transparent;
	background-image: url(/images/item/diary_before_back.png);
	background-repeat: no-repeat;
	line-height: 1.4em;
	margin: 0px;
	padding: 0px;
	font-size: 1em;
	border: 0px none;
	width: 100%;
}

div.leaf h3:before {
	content: "";
}

div.leaf h3:after {
	content: "";
}

div.leaf h3[id]:before {
	font-size: 1em;
	content: "#" attr(id) " / ";
}

p.question:before {
	content: "Q:";
}

p.question {
	font-weight: bold;
}

p.answer:before {
	content: "A:";
}
