@charset "utf-8";

.content {
	padding: 10px 15px;
	margin: 0px;
}

h1 {
	text-align: left;
	font-weight: bold;
	margin-bottom: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #000000;
	border-bottom-color: #000000;
	font-size: 120%;
	margin-top: 0px;
}

.content p.date, span.date {
	font-family: "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", Osaka, sans-serif;
	font-weight: bold;
	color: #336633;
	margin-bottom: 10px;
}

.content p.posted {
	padding: 3px;
	margin-top: 10px;
	border-top: 1px dotted #999999;
	font: 0.8em/1em "ヒラギノ明朝 Pro W3", "ＭＳ Ｐ明朝", "細明朝体", serif;
}

.content ul {
	list-style-type: none;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 10px;
	margin-right: 10px;
	margin-left: 10px;
}

.content li {
	background-image: url(common/image/menu_ele_sub.gif);
	background-repeat: no-repeat;
	background-position: 0px 2px;
	margin-top: 0px;
	padding-top: 0px;
	padding-left: 15px;
	margin-left: 0px;
	margin-bottom: 5px;
	line-height: 150%;
}

.content li strong {
	font-weight: bold;
}

.blogentry {
	font-size: 75%;
	list-style-position: inside;
	list-style-type: square;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
}

