@charset "utf-8";
/* ========index.html======== */
#slideshow {
	width: 880px;
	height: 338px;
}
div#contents h2#indexh2{
	background-image:url(images/bg_h2.jpg);
}
div#main p {
	font-size:100%;
	padding-bottom: 10px;
}

/* --- ƒ{ƒbƒNƒX --- */
div.newsbox {
	width: 618px;
	height: 240px;
	overflow: scroll;
	background-color: #f9f9f9;
	border: 1px #c0c0c0 solid;
	padding:0 10px;
	margin-bottom:10px;
}

.days {
  border-bottom: solid 3px #F3F1DD;
  position: relative;
}

.days:after {

  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 3px #57AD3D;
  bottom: -3px;
  width: 15%;

}

.days span {
	margin-top: 8px;
	font-size: 13px;
	font-weight: bold;
	color: #103505;
}
