@charset "Shift_JIS";

/*　スタイルシート がんプロ（独立）　*/

/*　--------------------　基本部分　--------------------　*/

body{
	color:#000000;
	font:14px/140% 'ＭＳ Ｐゴシック',Osaka,sans-serif;
	letter-spacing:0pt;
	margin:0px 0px 0px 0px;
}

table{
	color:#000000;
	font:14px/140% 'ＭＳ Ｐゴシック',Osaka,sans-serif;
	letter-spacing:0pt;
	margin:0px 0px 0px 0px;
}

a:link	{color:#000000;text-decoration:none;}
a:visited	{color:#000000;text-decoration:none;}
a:hover	{color:#cc0000;text-decoration:none;}
a:active	{color:#cc0000;text-decoration:none;}
a:focus	{outline:none;}

a[name]:hover{
	color:#000000;		/*　重要　文字色と同じ　*/
	background:#f0e9d1;	/*　重要　背景色と同じ　*/
}

/*　--------------------　文字　--------------------　*/

span.copy{
	color:#ffffff;
	font-size:10px;
	line-height:13px;
}

/*　--------------------　画像　--------------------　*/

img {
border: none;
}