@charset "utf-8";
/* CSS Document */
body {
	margin:0;
	padding:0;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size:12px;
}
img {
	border:0;
}
#content {
	margin:0 auto;
	padding:0;
	width:870px;
}
#copy {
	clear:both;
	margin:0;
	padding:20px 0 20px 10px;
	width:850px;
	text-align:center;
}
#ucopy {
	clear:both;
	margin:0;
	padding:25px 0 20px 0px;
	width:870px;
	text-align:center;
}

/*clearfix hack
---------------------------------------------*/
.clearfix:after {
  content: "."; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden;
}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
