/* ----------------------------------------------------
	■リンク色
---------------------------------------------------- */
a {
	color: #ff2391;
}
a:hover {
	color: #FF69B4;
}

/* ----------------------------------------------------
	■電話でのお問い合わせ
---------------------------------------------------- */
#header p.tel span.num {
	color:#FF69B4;
}

/* ----------------------------------------------------
	■新着情報
---------------------------------------------------- */
#main dl.topicsList dt {
	font-size: 117%;
}
#main dl.topicsList dd {
	font-size: 117%;
}

/* ----------------------------------------------------
	■ページタイトル
---------------------------------------------------- */
#main h2#pageTitle span.jp {
	font-size: 18px;
}
#main h2#pageTitle span.en {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

/* ----------------------------------------------------
	■記事ボックス
---------------------------------------------------- */
.entryBox .body { /* clearfix */
    font-size: 117%;
}

/* ----------------------------------------------------
	■年間行事
---------------------------------------------------- */
body.cat2 table.entryTable th {
	text-align: center;
}
body.cat2 table.entryTable td {
	width: 450px;
}
