/*
 * File      : calendar.css
  * Copyright (C) 2005 koikikukan. All rights reserved.
 */

@charset "UTF-8";

body {
	background: #ffffff;
	margin: 0px 0px 0px 1px;
}

#links {
	float: center;
	background: #ffffff;
}

a {
	color: #99CCFF;
text-decoration: none;
font-weight:bold;
}

a:hover {
color: #0099FF;
background-color: #CCCCFF;
text-decoration:underline;
}

.calendarhead {
	text-align: center;
	font-family: Verdana, Arial, sans-serif;
	font-size: 9px;
	color: #666666;
	letter-spacing: .3em;
}

.calendar {
	font-family: Verdana, Arial, sans-serif;
	color: #666666;
	font-weight: normal;
	letter-spacing: normal;
	text-decoration: none;*/
	background: none;
}

.calendar th {
	font-size:9px;
	width : 20px ;
}

.calendar td {
	font-size:9px;
}

.calendar table {
	padding: 0px;
	border-collapse: collapse;
}

.today {
    display: block;
    border : 1px solid #0099FF; /* 枠線をつける設定 */
}

.holiday {
    color: #e50003;
}
.saturday {
    color: #0000ff;
}

.holiday a {
    color: #e50003;
}
.saturday a {
    color: #0000ff;
}

.holiday a {
    color: #e50003;
text-decoration: none;
font-weight:bold;
}
.holiday a:hover{
    color: #e50003;
text-decoration: underline;
}
.saturday a {
    color: #0000ff;
text-decoration: none;
font-weight:bold;
}

.saturday a:hover{
    color: #0000ff;
text-decoration: underline;
}