/* ---------------------------------------------- */
/* Bold */
/* ---------------------------------------------- */
span.bold {
font-weight: bold;
}

/* ---------------------------------------------- */
/* Bold2 */
/* ---------------------------------------------- */
span.bold2 {
font-size:12pt;
font-weight: bold;
}

/* ---------------------------------------------- */
/* link font */
/* ---------------------------------------------- */
span.link {
font-size:14px;
font-weight:bold;
color:#0000FF;
border-bottom-color:#0000FF; 
}
a.link:link ,
a.link:visited {
	font-size:14px;
	font-weight:bold;
	color:#0000FF;
	text-decoration: underline;
}
a.link:hover ,
a.link:active {
	font-size:14px;
	font-weight:bold;
	color:#0000FF;
	text-decoration: none;
}

/* ---------------------------------------------- */
/* link font2 */
/* ---------------------------------------------- */
span.link2 {
font-size:16px;
font-weight:bold;
color:#0000FF;
border-bottom-color:#0000FF; 
}
a.link2:link ,
a.link2:visited {
	font-size:16px;
	font-weight:bold;
	color:#0000FF;
	text-decoration: underline;
}
a.link2:hover ,
a.link2:active {
	font-size:16px;
	font-weight:bold;
	color:#0000FF;
	text-decoration: none;
}

/* ---------------------------------------------- */
/* orange font */
/* ---------------------------------------------- */
span.orange {
font-size:14px;
font-weight:bold;
color:#FF8000;
}

/* ---------------------------------------------- */
/* float画像と文字の間に隙間 */
/* ---------------------------------------------- */
img.smp2{
  margin :8px 8px 0 0;
}

/* ---------------------------------------------- */
/* 回り込み解除 */
/* ---------------------------------------------- */
.clear { clear:both; }
.clear hr { display:none; }

