@charset "utf-8";

/*
--------------------------------------------------
  (c)2009 avex taiwan inc. All rights reserved.
--------------------------------------------------*/

html,body { height: 100%; }

html, body {
	margin: 0; padding: 0;
	font: 12px/1.5em Arial,Verdana,sans-serif,"新細明體";
	color: #5a5852; background-color: #f7f7f9;
	}

a:link { color: #FF0033; text-decoration: underline; }
a:visited { color: #999999; text-decoration: underline; }
a:hover { color: #FF0066; text-decoration: none; }
a:active { color: #FF9900; text-decoration: none; }


#container {
	display: block;
	position: relative;
	margin: 0; padding: 0;
	z-index: 2;
	}
