@charset "UTF-8";
/* CSS Document */

*{
  margin:0;
  padding:0;
  zoom:1;
  border:none;
  outline:none;
} 

body {
  -webkit-text-size-adjust: none;
}

html{
  height:100%;
}
html>/**/body{
  overflow:-moz-scrollbars-vertical;
}
html:first-child body{
  min-height:100%;
  padding-bottom:1px;
} 

/*テーブル関連////////////////////*/
table{
  border-collapse:collapse;
  border:none;
  border-spacing:0;
}
th,td{
  font-weight:normal;
}
caption{
  text-align:left;
} 

/*リスト関連///////////////////////*/
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;
} 

/*フォーム関連///////////////////*/
fieldset{
  border:none;
}
input,textarea{
  font-size:1em;
} 

/*テキスト関連/////////////////////*/
em,address,dfn{
  font-style:normal;
}
ul ul,ul dl,dl ul,table p,table ul,table table{
  font-size:1em;
} 

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}

/*その他///////////////////////*/
hr{
  height:0px;
  margin:0px;
  border:none;
  border-width: 0px 0px 0px 0px; /* 太さ */
  border-style: solid; /* 線種 */
  border-color: #000; /* 線色 */
}
* html hr{/* for -IE6 */
  margin:0;
}
*:first-child+html hr{/* for IE7 */
  margin:0;
} 

.clear {
	clear:both;
	height:0px;
}

/*clearfix///////////////////////*/
.clearfix:after {
	content:".";
	display:block;
	height:0px;
	clear:both;
	visibility:hidden;
	}
	
.clearfix {
	zoom:1;
	}	

