@charset "utf-8";

* {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 100%;
}
img {
	border: none;
	vertical-align: top;
}
a {
	color: #000;
	text-decoration: underline;
}
a:hover {
	color: #00CCFF;
	text-decoration: none;
}
.newPage { page-break-before: always; }

html,body {
	height: 100%;
}

body {
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	line-height: 1.7em;
	background-color: #FFF;

}
strong,em {
	font-weight: bold;
	font-style: normal;
}
br.clear {
	margin: 0;
	padding: 0;
	font-size: 0;
	line-height: 0em;
	clear: both;
}
.buttons {
	cursor: pointer;
	_cursor: hand; /* for WinIE 5,6 */
}
strong {
	font-weight: 700;
}


div.cal {
	text-align: center;
	width: 180px;
	overflow: hidden;
	font-size: 10px;
	margin: 0 auto;
}
div.cal td{
	text-align: center;
}
div.cal td a{
	text-align: center;
	display: block;
}

.title {
	font-size: 12px;
	font-weight: bold;
	padding-top: 10px;
}

