/*テキスト 本文用*/
.body18{
	font-size: 18px;
	line-height: 20px;
; font-weight: bolder
}
.body16{
	font-size: 16px;
	line-height: 20px;
; font-weight: bolder
}
.body14{
	font-size: 14px;
	line-height: 20px;
}
.body12{
	font-size: 12px;
	line-height: 18px;
}
.body10{
	font-size:  10px;
	line-height: 14px;
}
.caption {
	font-size: 10px;
}
.adlinkCopy { 
font-size: 12px;
 line-height: 14px; 
}


/*リンク*/
a:link {
	color: #0000FF;
text-decoration: none
}
a:visited {
	color: #0000FF;
text-decoration: none
}
a:hover {
	color: #990000;
	text-decoration: underline;
}
a:active {
	color: #990000;
	text-decoration: underline;
}


