@charset "shift_jis";
/* CSS Document */


/*ブラウザの初期化*/
html, body,div, span,dl, dt, dd, ul, ol, li,h1, h2, h3, h4, h5, h6,blockquote, p, address, pre, cite,form, fieldset, input, textarea, select,table, th, td {
	margin:0;
	padding:0;
}

body{
	text-align:center;   /*IE6でのセンター表示*/
	font-family:"メイリオ","ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";  /*フォントの設定*/
	font-size:90%;  /*標準フォントは9pt*/
}


/*----------------------------------------------------------
	リストタグの初期化
  ----------------------------------------------------------
*/
ul,ol,dl{
	list-style:none;
}
li{
	display:list-item;
	zoom:normal;
}

/*----------------------------------------------------------
	画像・オブジェクトの初期化
  ----------------------------------------------------------
*/
img,a img{
	vertical-align:bottom;
	border:none;
}

object,embed{
	vertical-align:top;
}

/*----------------------------------------------------------
	フォームの初期化
  ----------------------------------------------------------
*/
input,textarea{
	font-size:1em;
}

/*----------------------------------------------------------
	テキスト初期化
  ----------------------------------------------------------
*/
h1,h2,h3,strong,em,address,dfn {
	font-style: normal;
	font-weight: normal;
	font-size; 100%;
}
ul ul,ul dl,dl ul,table p,table ul,table table, dd p{
	font-size:1em;
}




/*----------------------------------------------------------
	clearfix
  ----------------------------------------------------------
*/
.clearfix:after{
/* ここにドットなどを入れないとNetscape 7で背景が出ない */
/* 半角空白では意味が無い */
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
	line-height:0;
/* 次のような指定を入れるとNetscape 7で背景が出ない
  font-size:0;
次の指定でも同じです。
  font-size:0.1em;
*/
}
/* \*//*/
.clearfix{
  display:inline-table;
}
/* */

/* \*/
html .clearfix{
	height:1%;
}

html>body .clearfix {
	height:auto;
}

.clearfix{
	display:block;
}
/* */









