/* スタイルの初期化 */

/* 全称セレクタ */

* {
	margin:0;
	padding:0;
	zoom:1;
	}

/* Html,body */

html {
	height:100%;
	}

/*
html>body {
	overflow-y:scroll;
	}
*/

html:first-child body {
	min-height:100%;
	padding-bottom:1px;
	}
	
/* テーブル関連 */

table {
	border-collapse:collapse;
	/*border:none;*/
	border-spacing:0;
	}
	
th.td {
	vertical-align:top;
	border:solid 1px #000;
	font-weight:normal;
	text-align:left;
	}
	
caption {
	text-align:left;
	}
	
/* リスト関連 */

ul,ol,dl {
	list-style:none;
	}
	
li {
	display:list-item;
	zoom:normal;
	}

/* 画像・オブジェクト関連 */

img.a img {
	vertical-align:bottom;
	border:none;
	background:transparent;
	}
	
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;
	}
	
/* その他 */

hr {
	height:0px;
	margin:7px 0;
	border:none;
	border-top:1px solid #000;
	}
	
* html hr {/* for -IE6 */
	margin:0;
	}
	
*:first-child+html hr{/* for IE7 */
	margin:0;
	}
	