@charset "UTF-8";

@import "/common/themes/cms/css/default.css"; /* initial setting */
@import "/common/themes/cms/css/layout.css";/* layout style */

a:link {
	color: #1d3994;
  text-decoration: none;
}
a:visited {
	color: #1d3994;
  text-decoration: none;
}
a:hover {
	color: #fe6e2b;
  text-decoration: underline;
}
a:active {
	color: #1d3994;
  text-decoration: none;
}
.pageTitle {
	background: url(images/mainImg.jpg) no-repeat 0 0;
	width: 705px;
	height: 390px;
	margin-bottom: 2em;
}
.pageTitle p {
	width: 415px;
	padding: 265px 0 0 244px;
	line-height: 1.3;
}
table.eventCal {
	width: 100%;
	border: #ddd 1px solid;
	margin-top: 1em;
}
table.eventCal td,table.eventCal th {
	padding: 10px;
	border-bottom: #fff 2px solid;
	border: #ddd 1px solid;
	vertical-align: top;
}
table.eventCal th {
	width: 45px;
}
table.eventCal tr {
}
table.eventCal tr.odd {
	background: #f5f8e6;
}
dl.eventList dt {
	background: url(images/point.png) no-repeat 0 3px;
	padding-left: 20px;
}
dl.eventList dd {
	padding: 5px 0 7px 20px;
	margin-bottom: 7px;
	border-bottom: #999 1px dotted;
	line-height: 1.3;
}

ul.eventList {
	margin:20px 15px;
	padding-bottom: 10px;
}
ul.eventList li {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: #999 1px dashed;
}

ul.eventList li img {
	float: left;
	width: 120px;
	padding: 3px;
	border: #999 1px solid;
}
ul.eventList li p {
	background: url(images/blogPoint.gif) no-repeat 0 7px;
	padding-left: 20px;
	margin: 3px 0 0 135px;
}		
