* {
	font-family: "ＭＳ Ｐゴシック", "Osaka", "ヒラギノ角ゴ Pro W3", sans-serif;
	margin: 0;
	padding: 0;
	line-height:1.5em;
	font-size:12px;
	color:#666666;
}

html, body {
	font-family: "ＭＳ Ｐゴシック", "Osaka", "ヒラギノ角ゴ Pro W3", sans-serif;
	margin: 0;
	padding: 0;
	font-size: 100%;
}


h1, h2, h3, h4, h5, h6, address, div, blockquote, p, pre, li, dl, dt, dd, hr {
	font-family: "ＭＳ Ｐゴシック", "Osaka", "ヒラギノ角ゴ Pro W3", sans-serif;
	margin: 0;
	padding: 0;
	border: 0;
	font-style: normal;
	font-weight: normal;
	font-size: 100%;
}



table, caption, th, td {
	font-family: "ＭＳ Ｐゴシック", "Osaka", "ヒラギノ角ゴ Pro W3", sans-serif;
	margin: 0;
	padding: 0;
	border: 0;
	font-style: normal;
	font-weight: normal;
	font-size: 100%;
}

span, em, strong, dfn, code, samp, kbd, var, cite, abbr, acronym, sub,
sup, q, br, ins, del, a, img, object, iframe {
	font-family: "ＭＳ Ｐゴシック", "Osaka", "ヒラギノ角ゴ Pro W3", sans-serif;
	margin: 0;
	padding: 0;
	border: 0;
	font-style: normal;
	font-weight: inherit;
	font-size: 100%;
}

/*カレンダー*/

p{
	margin:10px 0px 5px;
	text-align:center;
}

.cal{
	text-align:center;
}

.cal td{
	padding:1px 0px;
	text-align:center;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-right-color: #cccccc;
	border-bottom-color: #cccccc;
}

.cal table{
	border:#cccccc solid 1px;
	text-align:center;
	width:180px;
	margin:0px auto;
}

.week{
	background:#efefef;
}

.cal_close{
	background:url(../calendar/img/close.gif) no-repeat 0 0;
}

.cal_afterclose{
	background:url(../calendar/img/afternoon.gif) no-repeat 0 0;
}

.cal_kusumoto{
	background:url(../calendar/img/kusumoto.gif) no-repeat 0 0;
}

.cal_school{
	background:url(../calendar/img/school.gif) no-repeat 0 0;
}


.borderpoint{
	border-collapse: collapse;
}

.tcenter{
	text-align:center;
}

