.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-table;
}


* html .clearfix {height: 1%;}
.clearfix {display: block;}


.clear{
	clear: both;
	}




html { overflow-y:scroll; }



* {
  margin: 0;
  padding: 0;
  font-style : normal;
  font-weight : normal;
  }
	 	 
ul,li{ list-style: none;}


body {
	background-color: #000000;
	margin: 0px;
	padding: 0px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;!important;
	line-height: 180%;
	color: #F5F6F9;
}
div#wrapper {
	width: 720px;
	margin-right: auto;
	margin-left: auto;
}
div#main_contents {
	background-color: #000000;
	width: 720px;
	margin-top: 0px;
	padding: 0px;
}
h1 {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 14px;
	line-height: 200%;
	position: relative;
	margin-right: 0px;
	margin-bottom: 25px;
	margin-left: 0px;
	color: #F5F6F9;
}
h2 {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	color: #F5F6F9;
	line-height: 140%;
	position: relative;
	font-weight: normal;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}
p{
	margin-left: 30px;
	margin-top: 10px;
	margin-bottom: 10px;
}
img { vertical-align: bottom;
  border: 0;
}
a:link {
	color:#F5F6F9;	
	text-decoration: none;
  }
a:visited {
	color:#F5F6F9;	
	text-decoration: none;
  }
a:hover {
	color:#97B7FF;	
	text-decoration: none;
  }
a:active{
	color:#97B7FF;	
	text-decoration: none;
  }
div#footer {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 11px;
	color: #333333;
	line-height: 16px;
	align: right;
	position: relative;
	padding: 0px;
	vertical-align: middle;
	clear : both;		/*回り込み解除*/
	text-align: left;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
div#footer hr{
	padding: 0px;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	height: 1px;
	border-top-color: #666666;
	border-top-width: 1px;
	border-right-width: 0;
	border-bottom-width: 0;
	border-left-width: 0;
}
