

/* ######## Basic Setting ####### */

* {
	margin: 0px;
	padding: 0px;
}

img { border:none; }

/* ---------------------------------- */





/* ######## HyperLink Setting ####### */

a {text-decoration: none;}
a:link { color:#0033FF; text-decoration:none; }
a:visited { color:#9900CC; text-decoration:none; }
a:active { color:#CC3300; text-decoration:none; }
a:hover {color:#CC3300; text-decoration:none;}
a:hover, a:active { text-decoration:underline; }


/* ---------------------------------- */

sup {
	vertical-align:top;
}




