

@charset "Shift_JIS";

/*___________________________________

	Cascading Style Sheets for [ausmerzen.com]
	AUSMERZEN ARTREC#

	(written by kh / October 1996)

___________________________________*/

BODY {
 color:#333333;
 background-color:#ffffff;
/* background-image:url("../../img/common_jp/bg.gif");
 background-repeat:repeat-y;
 background-attachment:scroll;
 background-position:top left;*/
 margin-top:0;
 margin-left:0;
}

A {
 text-decoration:none;
}

A:link,A:visited {
 color:#333333;
 background-color:transparent;
 text-decoration:underline;
}

A:active {
 color:#993300;
 background-color:transparent;
}

A:hover {
 color:#993300;
 text-decoration:underline;
}

A.footer {
 text-decoration:none;
}

A:link.footer,A:visited.footer {
 text-decation:none;
}

A:active.footer {
 color:#66cccc;
 background-color:transparent;
 text-decoration:none;
}

A:hover.footer {
 text-decation:underline;
}

P {
 margin-top:0;
 margin-bottom:2px;
}

OL {
 margin-top:2px;
 margin-bottom:2px;
}


strong {
 font-style: normal;
 }