@charset "UTF-8";

/* ******************************************
 HTML, BODY, IMG 基本設定
****************************************** */

html {
	overflow-y: scroll;
	font-size: 14px;
}

body {
	font-family:'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3',Meiryo, メイリオ, "ＭＳ Ｐゴシック", Osaka, Arial, Helvetica, sans-serif;
	text-align: left;
	color: #666666;
	width: 100%;
}

body em{
	font-family: 'Times New Roman', sans-serif;
	font-style: italic;
}

/* for WinIE6*/
* html body {
	font-size: 90%;
}

/* for WinIE7*/
*:first-child+html body { 
	font-size: 90%;
}


img {
	border: none;
}

a {
	color: #464b4d;
	outline : 0 ;
}



/* ******************************************
 汎用クラス
****************************************** */

/* フロート */
.floatLt {
	float: left;
}
.floatRt {
	float: right;
}

/* フロート解除 */
.clear {
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}

