@charset "UTF-8";
body {
	font-family: sans-serif;
	font-size: 12px;
	color: #666;
	line-height: 1.3;
}
* html body {
	/* for winIE6*/
	font-size: 75%;
	font-family: Verdana,"ＭＳ Ｐゴシック", sans-serif;
}
*:first-child+html body {
	/* for winIE7*/
	font-size: 75%;
	font-family:"メイリオ", Meiryo, sans-serif;
}
/*------------------------------------------------------------------------------*/
/*2020/05/27追加*/
.link202002 a:hover{
	opacity: 0.5;
}
/*------------------------------------------------------------------------------*/