@charset "UTF-8";
/* CSS Document */

*{
	font-family: "Lucida Grande", "Hiragino Kaku Gothic Pro", "MS PGothic", Osaka, sans-serif;
	margin:0;
	padding:0;
}
body{
	font-size:small;
	line-height:140%;
	color:#6b471c;
}	
img{
	border:0;
}

div#footer {
	width:740px;
	padding-top: 10px;
}

div#footer p.copyRight {
	font-size:x-small;
	line-height:150%;
	color:#999999;
	padding-bottom: 10px;
	text-align:center;
}

div#footer p.footerBanner {
	border-top: dotted 1px #999999;
	padding-top: 10px;
	text-align: left;
	padding-bottom: 10px;
}

div#footer p.footerBanner img {
	margin-right: 5px;
}
