@import url("form.css");

/*↓↓lib「hidari」の部分*/
#season a {
	color: #E41B5B;
}
#season a:hover {
	color: #ffffff;
	background-color: #a3c380;
}
/*↑↑lib「hidari」の部分ここまで*/

/*↓↓lib「menu」の部分*/
#menu {
	height: 30px;
}
#menu a {
	color: #003716;
}
#menu a:hover {
	color: #ffffff;
	background-color: #a3c380;
}
/*↑↑lib「menu」の部分ここまで*/
#nakawaku {
	width: 560px;
	padding: 10px 20px 0px 20px;
}

/*↑↑ここまでがオリジナルなので変更しないこと！*/

#season a.natsu {
	background-color: #a3c380;
}
#season a.natsu:hover {
	color: #e41b5b;
	background-color: #a3c380;
}
/*↑↑ここまで夏ページのレイアウト！*/

#nakawaku span {
	display: none;
}
#nakawaku img {
	border: 0px;
}
#new {
	width: 510px;
	padding: 10px 25px 10px 25px;
	background-repeat: repeat;
	background-color: #ECE0E0;
}
#new table {
	width: 510px;
	border: 0px;
	background-color: #FFFAFA;
}
#new td {
	text-align: center;
}
#new td.hidari {
	width: 150px;
	text-align: center;
	padding: 10px 0px 0px 20px;
}
#new td.naka {
	width: 150px;
	text-align: center;
	padding: 10px 0px 0px 10px;
}
#new td.migi {
	width: 150px;
	text-align: center;
	padding: 10px 20px 0px 10px;
}
#new td.hidari_date {
	width: 150px;
	text-align: right;
	padding: 0px 0px 5px 20px;
}
#new td.naka_date {
	width: 150px;
	text-align: right;
	padding: 0px 0px 5px 10px;
}
#new td.migi_date {
	width: 150px;
	text-align: right;
	padding: 0px 20px 5px 10px;
}
#new p.date {
	font-size: 10px;
	color: #003716;
}
h2 {
	font-size: 24px;
	line-height: 24px;
	margin: 15px 0px 15px 0px;
}
h3 {
	font-size: 14px;
	line-height: 14px;
	margin: 15px 40px 0px 0px;
}
em {
	font-size: 18px;
	color: #a06461;
	line-height: 18px;
	font-style: normal;
	font-weight: bold;
}
#shosai p {
	font-size: 14px;
	color: #003716;
	line-height: 20px;
	margin: 15px 10px 15px 10px;
}
#shosai img.migi {
	border: 0px;
	float: right;
}
#shosai img.hidari {
	border: 0px;
	float: left;
}
br.clear {
	clear: both;
}
#shosai a.sansho {
	font-size: 14px;
	color: #a06461;
	font-weight: normal;
}
#shosai a.sansho:hover {
	color: #e41b5b;
}
