@charset "utf-8";
@import "layout.css";

* {
margin: 0;
}
html,body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {  
    margin:0; 
    padding:0; 
}

body{
/* 	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','Osaka','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif */
	font-family: 'ＭＳ Ｐゴシック',sans-serif
	line-height: 1.4;
	font-size:14px;
	color: #fff;
	background-color:#000;
}

html, body {
height: 100%;
}

h1,h2,h3,h4,h5,h6,p,input,form,ul,li,dl,dt,dd,hr,td,th,table{
	margin: 0;
	padding: 0;	
}

img{
	border: none;
}

ul,ol{
	list-style-type:none;
}


/*link
--------------------------------*/
a:link{color: #000; text-decoration: none;}
a:visited{color: #000; text-decoration: none;}
a:hover{color:	#000; text-decoration: underline;}
a:active{color: #000; text-decoration: none;}


/*
--------------------------------*/
.clear:after{
  content:".";
  display:block;
  height:0;
  clear:both;
  visibility:hidden;
}
.clear{
  overflow:hidden;
}
/* Hides from IE-mac \*/
* html .clear{
  height:1%;
  overflow:visible;
}
/* End hide from IE-mac */


