@charset "utf-8";

h1, h2, h3 {
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}

.content {
	padding: 10px 15px;
	margin: 0px;
}

.content h1 {
	text-align: left;
	font-weight: bold;
	margin-bottom: 20px;
	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 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: 10px;
	line-height: 1.5em;
	font-size: 0.9em;
	padding-bottom: 10px;
	border-bottom: 1px dotted #CCCCCC;
}

.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;
}
p.date {
	font-size: 0.9em;
	letter-spacing: 0.1em;
	color: #669900;
}
