* {
	margin: 0px;
	padding: 0px;
}
body {
	margin: 0px;
	padding: 0px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}
#WrapperOut {
	background: url(../images/bg.gif) repeat-y;
	width: 950px;
	margin: 0px auto;
}
#WrapperInner {
	margin: 0px auto;
	width: 860px;
}
#footer {
	clear: both;
	background: url(../images/footer_bg.gif) repeat-x;
	height: 25px;
	width: 850px;
	padding: 5px;
	color: #666666;
}
#footer .address {
	font-size: 70%;
	line-height: 1.3em;
	float: left;
	width: 500px;
}
#footer .FooterLink {
	font-size: 70%;
	line-height: 1.3em;
	float: right;
}
#footer .FooterLink ul{
	float: right;
}
#footer .FooterLink li{
	float: left;
	list-style: none;
	margin-right: 3px;
}
#footer .FooterLink p{
	text-align: right;
	clear: both;
}
a:link {
	color: #0066FF;
	text-decoration: none;
}
a:visited {
	color: #0066FF;
	text-decoration: none;
}
a:active {
	color: #0066FF;
	text-decoration: none;
}
a:hover {
	color: #0066FF;
	text-decoration: underline;
}
