* {
	margin: 0;
	padding: 0;
	font-weight: normal;
	text-decoration: none;
}
body {
	text-align: center;
	background-color: #000;
  font-size: 10pt;
	color: #fcf9ce;
  line-height: 140%;
}
img {
	vertical-align: bottom;
	border: none;
}
strong {
    font-weight: bold;
}

.clearfix:after{
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clearfix {
	display: inline-block;
}
/* Mac版IEを除外 \*/
.clearfix {
	display: block;
} /* */
.clear-both {
	clear: both;
}

a:link {
  color: #0051B5;
	text-decoration: underline;
}
a:visited {
  color: #0051B5;
	text-decoration: underline;
}
a:active {
  color: #0051B5;
	text-decoration: underline;
}
a:hover {
  color: #0051B5;
	text-decoration: none;
}


