
body {
	margin: 0px 0px 12px 0px;
	padding: 0px;
	background: #ffffff;
}

a{color: #444444; text-decoration: underline;}
a:hover {color: #888888; text-decoration: underline;}

/* content------------------------------------------------------------ */

#content {
	margin: 0px auto 32px auto;
	padding: 0px;
	background: #ffffff;
	border: 3px double #444444;
}

/* header------------------------------------------------------------ */

#top_header{
	margin: 0px auto 0px auto;
	width:792px;
	height:26px;
	background:url(../images/header2.gif) no-repeat center;
}

/* footer--------------------------------------------------------------- */

#footer {
	width: 792px;
	margin: 0px;
	padding: 0px;
	border-top: 1px solid #444444;
}

.copyright {
	font-family: "Verdana", "ƒqƒ‰ƒMƒmŠpƒS Pro W3", "‚l‚r ƒSƒVƒbƒN", "Osaka]“™•";
	font-size: 10px;
	color: #444444;
	line-height: 130%;
	margin: 0px;
	padding: 6px 4px 4px 4px;
	text-align: center;
}

.copyright a{
color: #444444; text-decoration: underline;
}

.copyright a:hover {
color: #888888; text-decoration: underline;
}


