a:link {
	color: #0066CC;
	text-decoration: underline
}
a:hover {
	color: #CC0000;
	text-decoration: none
}
a:visited {
	color: #009999;
	text-decoration: underline

}
/* 共通フォント設定 */
.normal {
	font-size: 14px;
	line-height: 160%;
	vertical-align: top;



}
.small {
	font-size: 12px;
	line-height: 165%;
	vertical-align: top;



}
.large {
	font-size: 16px;
	line-height: 140%;
}

/* HOME用フォント設定 */

.home_navi {
	font-size: 12px;
	line-height: 18px
}

.home_lead{
	font-size: 16px;
	font-weight: bold
}

.home_date {
	font-size: 12px;
	font-weight: bold
}

.home_side {
	font-size: 12px;
	padding-bottom: 8px;
	line-height: 130%;

}
.leaf_navi {
	font-size: 10px;
	line-height: 130%;
}

