@charset "UTF-8";
/* CSS Document */

#left_contents {
	margin-top: 30px;
	width: calc(100% - 290px);
	float: left;
	font-size: 12px;
}
@media (max-width: 840px) {
	#left_contents {
		width: 100%;
		float: none;
	}
}

ul.banners {
	float: right;
	list-style-type: none;
	padding: 0px;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#left_img {
	float: left;
}

#right_area {
	float: left;
	margin-left: 15px;
	width: 450px;
}

ul.buttons {
	list-style-type: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	height: 40px;
}

ul.buttons li {
	float: left;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 20px;
}

p.news_date {
	background-color: #19BBDD;
	color: #FFF;
	padding: 3px;
	font-size: 13px;
	font-weight: bold;
	width: 85px;
}

p.news_title {
	color: #19BBDD;
	font-weight: bold;
	font-size: 17px;
}

p.news_text {
}

p.news_text img {
	max-width: 100%;
}
p.news_text strong a:link,
p.news_text strong a:visited,
p.news_text strong a:active {
	color: red;
}
p.news_text strong a:hover {
	color: #F60;
}


table.event_table {
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #CCC;
	border-left-color: #CCC;
}

table.event_table th {
	padding: 10px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	background-color: #EEE;
}

table.event_table tr {
	padding: 5px;
}

table.event_table td {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	padding: 10px;
}



/* sakura.html */
.sakura_subtitle {
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #f4465e;
	padding-bottom: 5px;
	margin-bottom: 20px;
	clear: both;
}
.sakura_date {
	background-color: #f4465e;
	color: #FFF;
	padding: 3px;
	font-size: 13px;
	font-weight: bold;
	width: 85px;
}
.sakura_title {
	color: #f4465e;
	font-weight: bold;
	font-size: 17px;
}



/* block.html */
.block_subtitle {
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #7DD84F;
	padding-bottom: 5px;
	margin-bottom: 20px;
	clear: both;
}
.block_date {
	background-color: #7DD84F;
	color: #FFF;
	padding: 3px;
	font-size: 13px;
	font-weight: bold;
	width: 85px;
}
.block_title {
	color: #7DD84F;
	font-weight: bold;
	font-size: 17px;
}







