@charset "UTF-8";

@import "/common/themes/cms/css/default.css"; /* initial setting */
@import "/common/themes/cms/css/layout.css";/* layout style */
@import "/common/themes/cms/css/dr-calendar.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;
}

table.calender {
	width: 100%;
	border: #d9d9d9 1px solid;
}
table.calender td,table.calender th {
	padding: 10px;
	border: #d9d9d9 1px solid;
	vertical-align: middle;
	text-align: center;	
}
table.calender td img,table.calender th img {

}
table.calender th {
	background: #e7e7e7;
}
table.calender td.keshi {
	background: #ededed;
}
.annaiText {
	margin: 10px 0 0 278px;
}
