@charset "UTF-8";

/*============================================================
//
//  目次---------------------
//  ・初期設定
//  ・共通設定
//  ・ヘッダー
//  ・検索
//  ・フッター
//
//==========================================================*/


/*============================================================
//  初期設定
//==========================================================*/


*{
	margin: 0;
	padding: 0;
}
html, body {
	overflow: hidden;
}
a {
	/*\*/
	overflow: hidden;
	/**/
}
p{
	font-size:12px;
}
img,
a img {
	border : 0;
	text-decoration: none;
}
.clr {
	clear: both;
	/*\*/
	overflow: hidden;
	width: 1px;
	height: 1px;
	margin: 0 -1px -1px 0;
	border: 0;
	padding: 0;
	font-size: 0;
	line-height: 0;
	/**/
}
.j10{font-size:10px;}
.j14{font-size:14px;}
.j18{font-size:18px;}
.test{border:#000 1px solid;}

/*============================================================
// 共通設定
//==========================================================*/
.left{float:left;}
.right{float:right;}
body{
	font-size:12px;
	font-family:"メイリオ","Meiryo","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro W3","Osaka","ＭＳ Ｐゴシック","MS P Gothic", sans-serif;
	line-height: 140%;
	background:#000;
	position: fixed;
	width: 100%;
	height:100%;
}
