/* フォント */
body,td{
	font-family: 'Lucida Grande','Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','ＭＳ Ｐゴシック',sans-serif;
	line-height:1.5;
	color: #333333;
}

.memo {
	font-family: 'Lucida Grande','Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','ＭＳ Ｐゴシック',sans-serif;
	font-size:medium;
}
.midashi {font-family: 'Lucida Grande','Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','ＭＳ Ｐゴシック',sans-serif; font-size:20px; color: #333333;}
.midashi2 {font-family: 'Lucida Grande','Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','ＭＳ Ｐゴシック',sans-serif; font-size:20px; line-height:25px; color: #ffffff; font-weight: 900;}
.sub {font-family: 'Lucida Grande','Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','ＭＳ Ｐゴシック',sans-serif; font-size:13px; color: #333333; font-weight: 900;}
.jikan{letter-spacing:1px; }
.jikan5px{letter-spacing:5px; }
.jikan5px{letter-spacing:10px; }

/* リンク */
a:link{color: #003399;}
a:visited{color: #003399;}
a:hover{color: #883322;}
a:active{color: #883322;}

/* ボーダーライン */
.bdr { border:1px solid #cccccc; }
.contents {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: xx-large;
}

.red {
	background-color: #ffadb7;
}
.skyblue {
	background-color: #9bf5fa;
}
.yellow {
	background-color: #f5ee46;
}
.lavender {
	background-color: #beffa3;
}
.purple {
	background-color: #dbb7ff;
}
.white {
	background-color: #FFF;
}
