
#sidebar {
	background: url("../images/bgmat.png");
}

#sidebar h2 {
	background: url("../images/bgmat2.png");
	padding:20px 20px 15px 20px;
	font-size: 15px;
	font-size:1.5rem;
}

#sidebar ul {
	list-style: none;
	padding: 20px 0 20px 20px;
}

#sidebar ul li {
	font-size: 13px;
	font-size: 1.3rem;
	margin: 0 0 10px 0;
	padding: 0 0 0 20px;
	background: url("../images/yaji04_ico.png") no-repeat 0 50%;
}

.entry-content {
	padding:10px 0;
	border-bottom: 1px dotted #CCC;
}

p.date {
	display: block;
	width: 100px;
	float: left;
	margin-right: 20px;
	text-align: center;
}

p.date span {
	display: block;
	font-size: 12px;
	font-size: 1.2rem;
	padding:4px 6px;
	text-align: center;
	margin-bottom: 4px;
	border-radius: 3px;
}

p.date span.other-news { background:#CCC; }
p.date span.media 	{ background:#F7B100; }
p.date span.release { background:#78BC27; }

p.title {
	display: block;
	width: 530px;
	float: right;
}