* {
	padding:0px;
	margin:0px;
}

img{
	border:none;
}

body	{
	text-align:center;
	margin:0px;
	background-color:#444400;
	font-size:10pt;
	color:#c8c8cd;
	font-family:MS UI Gothic,Times New Roman, Arial;
	}

span.blnk {
	display:none;
}

/* 共通コンテナ */
div#container{
	width:1000px;
	margin:0px auto;
}

div#main{
	margin:0px;
	width:1000px;
	float:left;
	text-align:center;
}

div#footer {
	width:100%;
	text-align:center;
	float:left;
}

#footer ul {
	list-style-type:none;
	float:left;
}

#footer li {
	color:#444400;
	float:left;
}

#footer a {
	font-size:0pt;
	color:#444400;
}