/* 箱の中身：三段組：トップページ限定 */
#box #contents #top_left {
	width: 200px;
	float: left;
}
#box #contents #top_left ul {
	list-style: none;
	width: 200px;
	border-left: 7px solid #933;
}
#box #contents #top_left ul a:hover img{
	opacity:0.6;
	filter:alpha(opacity=60);
	-ms-filter: "alpha( opacity=60 )";
}

#box #contents #top_left2 {
	width: 390px;
	float: left;
}
#box #contents #top_left2 .date{
	font-weight: bold;
	display: block;
	color: #933;
	margin-bottom: 5px;
}
#box #contents #top_right {
	width: 310px;
	float: right;
}
#box #contents #top_right .date{
	font-weight: bold;
	display: block;
	color: #933;
	margin-bottom: 5px;
}
#box #contents #top_right table#cal {
	width: 300px;
}
#box #contents #top_right table#cal th,td {
	border-top: 2px solid #fff;
	border-bottom: 2px solid #fff;
}
#box #contents #top_right table#cal th {
	background: #C96;
	width: 90px;
}
#box #contents #top_right table#cal td ul {
	list-style: none;
	width: 200px;
}
#box #contents #top_right table#cal td li {
	border-left: 2px solid #C96;
	padding-left: 5px;
	margin: 2px;
}
#box #contents a.readmore {
	background: url('/content/400019387.png') left no-repeat;
	border-bottom: 2px solid #933;
	padding-left: 20px;
}