/* リンク指定 */
A:link{
	text-decoration:none;
}
A:visited{
	text-decoration:none;
}
A:active{
	text-decoration:none;
}
A:hover{
	text-decoration:underline;
} 
/* リンク指定終了 */
#copyright{
	font-size:x-small;
}
.header-navi{
	font-size:10px;
}
.read{
	font-size: 75%;
line-height:130%;
}
.read2{
	font-size: small;
line-height:130%;
}
.title{
	font-size: 75%;
line-height:130%;
}
.l-navi{
	font-size:75%;
}
#pan{
	font-size:60%;
color:#666666;
}
.footer-navi{
	font-size: x-small;
line-height:130%;
}
.footer-navi-line-color{
	color: #FF6699;
}
.f-small{
	font-size:small;
line-height:130%;
}
.f-x-small{
	font-size:x-small;
line-height:130%;
}
.f-12px{
	font-size:12px;
}
.title-white{
	font-size:small;
line-height:130%;
color:#FFFFFF;
}
.page-title-white{
	font-size:18px;
color:#FFFFFF;
}
.color-red{
	color:#FF0000;

}


