@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;
}
.blogEntryHeader {
	line-height: 1.2;
}
.posted {
	background: url("/common/themes/cms/images/postedPoint.gif") no-repeat 0 3px;
	padding-left: 15px;
}	
table.schedule {
	width: 100%;
}
table.schedule td,table.schedule th {
	border: #9d9d9d 1px solid;
	padding: 5px 7px;
}
table.schedule tr.even {
	background: #ebebeb;
}
