@charset "utf-8";

/* ////////////////////////////////////////////////////////////////////////////////////////////////////
 *
 * ■□■□■　リセットクラスの定義CSS　■□■□■
 * 
 * Author   : IT
 * LastDate : 2008/11/17
 *
 * ///////////////////////////////////////////////////////////////////////////////////////////////// */
 
/*--------------------------------------------------------------------------------
　▼　FirefoxとOperaでのスクロールバー強制表示
--------------------------------------------------------------------------------*/
html {
	height: 100%;
	margin-bottom: 1px;
}

/*--------------------------------------------------------------------------------
　▼　Bodyの表示
--------------------------------------------------------------------------------*/
body {
	font-size: 62.5%;
	font-family: "メイリオ","Meiryo",verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	line-height: 1.5;
	text-align: center;
	min-width: 999px;
}

/*--------------------------------------------------------------------------------
　▼　マージンとパディングの初期化
--------------------------------------------------------------------------------*/
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
	margin: 0;
	padding: 0;
}

/*--------------------------------------------------------------------------------
　▼　テキスト関連の初期化
--------------------------------------------------------------------------------*/
address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
	font-style: normal;
	font-weight: normal;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
	font-weight: normal;
}

/*--------------------------------------------------------------------------------
　▼　リンク関連の初期化
--------------------------------------------------------------------------------*/
a {
	text-decoration: none;
	outline: none;
}

/*--------------------------------------------------------------------------------
　▼　リスト関連の初期化
--------------------------------------------------------------------------------*/
ol,
ul {
	list-style: none outside;
}
dt {
	font-weight: bold;
}

/*--------------------------------------------------------------------------------
　▼　テーブル関連の初期化
--------------------------------------------------------------------------------*/
table {
	border-collapse: collapse;
	border: none;
	border-spacing: 0;
}
caption {
	text-align: left;
	font-weight: normal;
}
th {
	vertical-align: top;
	font-weight: bold;
	text-align: left;
}
td {
	vertical-align: top;
}

/*--------------------------------------------------------------------------------
　▼　イメージ関連の初期化
--------------------------------------------------------------------------------*/
img {
	vertical-align: top;
	border: 0;
}

/*--------------------------------------------------------------------------------
　▼　その他の初期化
--------------------------------------------------------------------------------*/
fieldset,
img,
abbr,
acronym {
	border: 0;
}

hr {
	height: 0;
	margin: 0;
	padding: 0;
	border: none;
	vertical-align: baseline;
}
* html hr {/* for IE6 */
  margin: 0;
}
*:first-child+html hr {/* for IE7 */
  margin: 0;
}