
body {
		margin: 0;
		padding: 0;
		color: #000;
		background: #fff;
}

a:link {
		color: #003399;
}
a:visited {
		color: #003399;
}

img {
		border: 0;
}

.none {
		display: none;
}


/* Layout */
/* ------------------------------------------------ */

#header {
		width: 750px;
}

#wrapper {
		width: 750px;
		float: left;
}

#footer {
		width: 750px;
		clear: both;
}


/* Header */
/* ------------------------------------------------ */

#header img {
		display: block;
}


/* Footer */
/* ------------------------------------------------ */

#footer #bottomMenu {
		padding: 6px 19px 0 19px;
		font-size: 70%;
		text-align: right;
		color: #fff;
		background: #73cb69 url("/moving_potal_img/img/foofooter_navi_corner1.gif") top right no-repeat;
}
#footer #bottomMenu a {
		color: #fff;
		background: #73cb69;
		text-decoration: none;
}
#footer #bottomMenu a:hover {
		color: #006600;
		background: #73cb69;
		text-decoration: underline;
}
#footer #bottomMenuBottom {
		height: 6px;
		color: #fff;
		background: #73cb69 url("/moving_potal_img/img/foofooter_navi_corner2.gif") bottom right no-repeat;
}
#footer p.copyright {
		margin: 0 0 0 0;
		padding: 5px 0 5px 0;
		font-size: 80%;
		text-align: center;
		color: #006600;
}

