/* 文字サイズ（通常） */
.font {
	font-size:95%;
	line-height:120%;
}
/* 文字サイズ（小） */
.fontS {
	font-size: 70%;
	line-height:120%;
}
/* 文字サイズ（中） */
.fontM {
	font-size:80%;
	line-height:120%;
}
/* 文字サイズ（大） */
.fontL {
	font-size:120%;
	line-height:140%;
}

/* 請負防除 */
.contract_font01 {
	font-weight:bold;
	font-size:120%;
	line-height:140%;
	color: #0000FF;
}

.contract_font02 {
	font-weight:bold;
	font-size:160%;
	line-height:140%;
	color: #0000FF;
}

.contract_font03 {
	font-size:120%;
	line-height:140%;
	font-weight:bold;
}

.contract_font04 {
	font-weight:bold;
	font-size:250%;
	line-height:140%;
	color: #336699;
}

.contract_font05 {
	font-weight:bold;
	font-size:250%;
	line-height:140%;
	color: #ff0000;
}



/* ----------------------------------------------------------------- */
/* a:link　未訪問ページ（要素）へのスタイル指定                      */
/* a:visited　訪問済みページ（要素）へのスタイル指定                 */
/* a:hover　アンカー要素にマウスカーソルが重なったときのスタイル指定 */
/* a:active　アンカー要素をクリックした瞬間のスタイル指定            */
/* ----------------------------------------------------------------- */
a:link { color: #0033cc; text-decoration: underline }
a:visited { color: #660000; text-decoration: underline }
a:hover { color: #ff6600; text-decoration: underline }
a:active { color: #3698c5; text-decoration: underline }

