/* @override http://www.cyyan.com/css/log.css */

/* My Comment */

#page-index {
	display: block;
	width: 100%;
	float: left;
	background-color: #fff;
}

.content {
	clear: both;
	background-color: #fff;
	margin:0 auto 18px;
	padding:18px 18px;
	font-size: .9em;
	/* border-color: #cda156; */
}
.content h2 {
	display: none;
}
.content ul strong {
	font-size: 1.2em;
}
hr {
	visibility: hidden;
	clear:both;
}

li {
	background: url('/images/anglebullet.gif') no-repeat 0 .9em;
	list-style:none;
	vertical-align: middle;
}
#log {
	width: 450px;
}
#log li {
	padding:.4em 0 0 14px;
}

#log ul strong {
	color:#333;
}