@charset "utf-8";
/* ----------------------------------------------

	CSS information
	file name  :  reset.css
	infomation :  リセット、初期設定 (※変更なし)

 ---------------------------------------------- */

* {
	margin: 0;
	padding: 0;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td, a {
	margin: 0;
	padding: 0;
}
address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
}
h1, h2, h3, h4, h5, h6, caption, th, textarea {
	font-size: 100%;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th {
	text-align: left;
	font-weight:normal;
}
img, object, applet, embed {
	vertical-align: top;
}
img, abbr, acronym, fieldset {
	border: 0;
}
li {
	list-style: none;
}
hr, legend {
	display: none;
}
a:active, a:focus {
	outline:none;
}
html {
	margin: 0;
	padding: 0;
	height: 100%;
}
.clearfix:after{
    content: "."; 
    display: block; 
    height: 0; 
    font-size:0;	
    clear: both; 
    visibility:hidden;
    }
	
   .clearfix{display: inline-block;} 

    /* Hides from IE Mac */
    * html .clearfix {height: 1%;}
       .clearfix{display:block;}
    /* End Hack */ 
body {
	background: #000000;
	color: #FFFFFF;
	font-size: 78%;
	font-family: verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", arial, Sans-Serif;
	line-height: 2;
}
/* for ie6 */
* html body {
	font-family: "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
}

