/* ========= name="general" =========== */

body	{
	font-size        : 10pt;     
	color            : black;
	font-family      : ＭＳゴシック,"arial",sans-serif; 
}


p,blockquote,ul,ol,dl,li,dt,dd,div,th,td,caption,strong,em  {
	font-size        : 10pt;
	color            : black;
	font-family      : ＭＳゴシック,"arial",sans-serif; 
}
pre {
	font-family      : "ＭＳ 明朝",times,"Osaka",serif; 
}
p,dl,ul,ol {
	line-height      : 1.5em;
}

A:Link, A:Visited, A:Active, A:Hover {
	color            : #cc0000 ;
	text-decoration  : none;
}

a.name	{
	text-decoration  : none;   /* 下線が出るのを防ぐ（IE4、NC4.x） */
}

A:Hover	{
	color : #000000;
	text-decoration  : underline;
}

.style1 { font-size: 10pt;color: #ffffff;}
.style1 a:link { font-size: 10pt;color: #ffffff;text-decoration: none;}
.style1 a:visited { font-size: 10pt;color: #cc0000;}
.style1 a:hover { font-size: 10pt;color: #cc0000;}
.style1 a:active { font-size: 10pt;color: #cc0000;}

	
