@charset "shift_jis";

/*--------------------------------------------
	共通基本設定
--------------------------------------------*/

body,h1,h2,h3,p,img,ul,li{
	margin: 0px;
	padding: 0px;
	}

/* フロートクリア */
.clearFix:after{
	content:"."; 
	display:block; 
	height:0; 
	clear:both; 
	visibility:hidden;
	}
	
.clearFix{
	display:inline-block;	/* IE7対応 */
	}
	
/* Hides from IE-mac \*/
* html .clearFix{
	height:1%;
	}
/**/

.clearFix{
	display:block;
	}

/* クリアクラス用 */
.clear{
	overflow:hidden;
	height:0;
	clear: both;
	}

/* Hides from IE-mac \*/
* html .clear{
	display: none;
	}
/**/

/* リスト */
ul{ list-style:none;}

/*-------------------------------------*/
body{
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	color:#3C3C3C;
	text-align:center;
	font-size:60%;
	background:#270d13 url(../img/bg_main.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	}

/* Hides from IE-mac \*/
* html body{
	font-size:66%;	
	}
/**/

/* Hides from IE7 \*/
* + html body {
	font-size:65%;	
	font-family: "メイリオ","Meiryo";
	}
/**/

img	{
	vertical-align:bottom;
	border: 0px;
	}

/*-------------------------------------
	margin調整
-------------------------------------*/
.mB10{ margin-bottom:10px!important;}
.mB25{ margin-bottom:25px!important;}
.mB30{ margin-bottom:30px!important;}
.mR40{ margin-right:45px!important;}
