body {
	font-size: small;
}
p{
	padding: 0px 0px 10px 0px;
	margin: 0px 0px 0px 0px;
}

/* フォント */
.text_xsmall
{
	font-size: x-small;
}
.text_medium
{
	font-size: medium;
}
/* メイン */
#main h3
{
	font-size: x-large;
}
#main h4
{
	font-size: medium;
}
/* テキスト */
#textlist h3
{
	font-size: large;
}
#textlist h4
{
	font-size: large;
}
/* カレンダー */
.scheduletitle
{
	font-size: large;
}
.schedule_name
{
	font-size: medium;
}
.schedule dt
{
	min-width: 80px;
}
.schedule dd
{
	padding: 0px 0px 0px 80px;
}

/* ボタン色 */
#font01 a {
	display: block;
	width: 34px;
	height: 20px;
	background-image: url(../img/font/font_on_02.gif);
	background-repeat: no-repeat;
}

