@charset   "Shift_JIS";

body {
	background-color: #ffffff;
	font-family: CI;
	color: #3535ff;
}

div#calendar {
	width: 180px;
	height: 1000px;
	margin: 0 auto;
	background-color: #ffffff;
	border-top: 0px solid #ff0080;
	border-left: 0px solid  #ff0080;
	border-right: 0px solid  #ff0080;
	border-bottom: 0px solid #ff0080;
}

.cpl {
	table-layout: fixed;
	width: 190px;
	height: 30px;
	z-index: 100;
	margin: 0px;
	background-image: url(../imgs/border.gif);
	border: none;
}

.cw_1 {
	table-layout: fixed;
	width: 180px;
	height: 240px;
	z-index: 100;
	margin: 2px 0px 5px 0px;
	border-top: 0px solid #ff0080;
	border-bottom: 0px solid #ff0080;
}

.cw_2 {
	table-layout: fixed;
	width: 180px;
	height: 240px;
	z-index: 100;
	margin: 5px 0px 5px 0px;
	border-top: 0px solid #ff0080;
	border-bottom: 0px solid #ff0080;
}
