@charset "utf-8";

table.schedule {
	margin: 0 0 0 25px;
}

div.news div.section {
	zoom: 1;
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-bottom: 1px dashed #666;
	}
	
div.news div.section:after {
	display: block;
	clear: both;
	height: 0px;
	visibility: hidden;
	content: ".";
	}


div.news div.section h2 {
	padding: 25px 0 25px 25px;
	background: url(../img/circle.gif) left 50% no-repeat;
	font-family: serif;
	font-size: 153.9%;
	}

* html body div.news div.section h2 {
	height: 50px;
	}

div.news div.section h2 strong {
	color: #bc2b2b;
	font-family: sans-serif;
	font-weight: bold;
	}

div.news div.section p {
	margin: 0 0 1em 25px;
	}

div.news div.section p.posted {
	clear: both;
	font-size: 90%;
	text-align: right;
	}

div.news div.section p strong {
	color: #bc2b2b;
	font-weight: bold;
	}


div.news div.section table.event {
	margin-left: 25px;
	}
	
div.news div.section table.event th {
	padding: 3px 15px;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	color: #fff;
	background: #D38181;
	font-weight: bold;
	text-align: center;
	}

div.news div.section table.event td {
	padding: 3px 15px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	background: #fff;
	text-align: left;
	}

div.news div.section table.event td span {
	margin-left: 1em;
	}


div.news div.section div.image {
	margin: 0 0 20px 20px;
	float: right;
	font-size: 85%;
	text-align: center;
	}

div.news div.section div.image p {
	text-align: left;
	}

div.news div.section div.w240 {
	width: 240px;
	}

div.news div.section div.w200 {
	width: 200px;
	}

div.news div.section div.image img {
	margin-bottom: 3px;
	border: 3px solid #fff;
	}

div.news p.tel {
	margin-top: 40px;
	}






