﻿
/*-------------------------------------------------------------------------------------
 text
-------------------------------------------------------------------------------------*/
.tx {
	line-height: 120%;
	font-size: 95%;
}
.txs {
	line-height: 100%;
	font-size: 80%;
}
.sub {  border-color: black #FFFFCC #FFFFCC; border-style: solid; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 1px; border-left-width: 13px}
.base {
	font-size: 98%;
	line-height: 130%;
	font-family: "ＭＳ ゴシック", "Osaka－等幅";
	font-style: normal;
}

.white {
	line-height: 130%;
	font-family: "ＭＳ ゴシック", "Osaka－等幅";
	font-style: normal;
	color:#FFF
}
.enji{
	line-height: 130%;
	font-family: "ＭＳ ゴシック", "Osaka－等幅";
	font-style: normal;
	color:#909
}

.yel{
	line-height: 130%;
	font-family: "ＭＳ ゴシック", "Osaka－等幅";
	font-style: normal;
	color:#FF0
}
.pink{
	line-height: 130%;
	font-family: "ＭＳ ゴシック", "Osaka－等幅";
	font-style: normal;
	color:#F9DDFF
}


/*-------------------------------------------------------------------------------------
カレンダー
-------------------------------------------------------------------------------------*/

table.cal {
	border-collapse: collapse;
	text-align: left;
	line-height: 1.5;
}
table.cal th {
	padding: 10px;
	vertical-align: top;
	border: 2px solid #fff;
	back-ground:#E8F0E3;
}
table.cal td {
	padding: 10px;
	vertical-align: top;
	border: 2px solid #fff;
}

.place{
font-size:14px;
}