@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.photoList {
	float: right;
	width: 250px;
}
ul.photoList li {
	margin-bottom: 10px;
}
ul.photoList li img {
	width: 230px;
	padding: 1px;
	border: #999 1px solid;
	margin-bottom: 2px;
}
.line {
	clear: both;
	height: 1px;
	margin: 1em 0;
	border-top: #999 1px dotted;
}
dl.schedule {
	margin: 0 15px;
}
dl.schedule dt {
	margin: 0 0 5px 0;
}
dl.schedule dd {
	margin: 0 10px 2em 10px;
}
dl.schedule ul li {
	background: url(images/point.gif) no-repeat 0 15px;
	padding: 10px 0 10px 15px;
	border-bottom: #999 1px dotted;
}
dl.schedule ul li span {
	margin: 0 10px 0 0;
	font-weight: bold;
	background: url(images/dot.gif) no-repeat right 3px;
	padding-right: 10px;
}
.textareaa {
	width: 400px;
	height: 100px;
}
