﻿@charset "utf-8";
/* CSS Document */

/*過去のイベントエリア*/
#topics_box {
	margin-bottom: 40px;
	padding: 15px;
	border: #FCC 5px dotted;
}
.topics_area {
	background-color: #FFF;
}
/*過去のイベント内容*/
.topics_contents {
	padding-bottom: 0px;
	border-bottom: #666 1px dotted;
	margin-top: 15px;
}
.day {
	background: url(../img/leaf.png) no-repeat 0% 50%;
	margin-bottom: 10px;
	padding-left: 25px;
	font-weight: bold;
	font-size: 16px;
}
.text {
	margin-left: 25px;
	font-size:14px;
	line-height: 150%;
    margin-top: 10px;
	text-align: right;
}
.link {
	display: block;
	margin: 10px 0 0 25px;
	width: 100px;
	height: 30px;
	text-decoration: none;
	text-indent: -9999px;
	overflow: hidden;
	background-image: url(../img/link.png);
	background-repeat: no-repeat;
}
a.link {
	background-position: 0 0;
}
a:hover.link {
	background-position: 0 -30px;
}
