@charset "utf-8";

body {
	background: #FFF4E8;
                margin: 0px 0px 0px 0px;
}

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

#links a {
	color: #D2691E;
	text-decoration: none;
}

#links a:hover {
	color:#F08080;
	text-decoration: underline;
}

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

.calendar {
	font-family: Verdana, Arial, sans-serif;
	color: #71710c;
	font-weight: normal;
	letter-spacing: normal;
	text-decoration: none;*/
	background: #FFF4E8;
                background-image: url("http://misian.net/back/pch.gif");
}

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

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

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

.today { background : #FFF4E8; /* 背景色をつける設定 */
border : 1px solid  #F08080; /* 枠線をつける設定 */
}
