@charset "utf-8";
@import url("reset-min.css");
@import url("font.css");
@import url("sub.css");



/* -------------------------------------------------------------------
 基本設定
------------------------------------------------------------------- */

* {
	margin: 0px;
	padding: 0px;
}


/* 基本フォント -------------------- */

body,td,th,h1,h2,h3,h4,h5,h6 {
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	color: #323232;
}

body{
	
font:13px/1.231 arial,helvetica,clean,sans-serif;
	*font-size:small;
	*font:x-small;
	}

select,input,button,textarea,button{
	font:99% arial,helvetica,clean,sans-serif;
	}
	
table{
	font-size:inherit;
	font:100%;
	}
	
pre,code,kbd,samp,tt{
	font-family:monospace;
	*font-size:108%;
	line-height:100%;
}




/* 基本タグ -------------------- */





/* 基本テキストリンク -------------------- */

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





/* -------------------------------------------------------------------
 float解除
------------------------------------------------------------------- */

br.clr /* テスト用 */ {
	clear: both;
	font-size: 0px;
	line-height: 0px;
}

.clearfix:after { content:"."; display:block; height:0; clear:both; visibility:hidden; }
.clearfix { display:inline-block; }
/*¥*/
* html .clearfix { height:1%; }
.clearfix { display:block; }
/**/


