/* basic.css */

body {
	margin: 0;
	padding: 0;
	background: #edf5e6 url("/global/img/bg/bg_common.jpg") repeat-y center top;
}

body.regSupport {
	background: #edf5e6 none;
}

a,
a:link,
a:visited,
a:hover,
a:active {
	color: #489826;
}

body.regSupport a,
body.regSupport a:link,
body.regSupport a:visited,
body.regSupport a:hover,
body.regSupport a:active {
	color: #4a9c27;
}

p { }

td { }

sup {
	font-size: 60%;
	vertical-align: 50%;
}
