html {
	overflow: auto;
	margin: 0;
	height: 100%;
}
body {
	margin: 0px;
	background-color: #FFFFFF;
	height: 100%;
	font-family: arial,sans-serif;
	color: #000000;
	font-size: 13pt;
	letter-spacing: 0.05em;
}

.full {
	height: 100%;
	width: 100%;
	padding: 0px;
	margin: 0px;
}

#page {
	height: 100%;
	overflow: auto;
}
#td_page {
	background-color: #FFFFFF;
	width: 1000px;
	margin: auto;
}

td {
	vertical-align: top;
}

img {
	border-width: 0px;
}

.dds_menu ul {
	list-style-type: none;
}

a, a:active, a:link, a:visited, a:focus {
	text-decoration: none;
	color: #7F7F7F;
}

a:hover {
	text-decoration: none;
	color: #000000;
}

a.link_active {
	color: #000000;
}

a.link_open {
	color: #000000;
}


.top {
	color: #7F7F7F;
	font-size: 45px;
	border-bottom: 5px solid #7F7F7F;
}

.trans {
	background: transparent url(../../graphic/background/semitrans.png);
}

#background {
	background-position: top center;
	background-repeat: x-repeat;
	background-color: transparent;
	background-image: url(../../graphic/background/background.jpg);
}
