@charset "utf-8";

/* ////////////////////////////////////////////////////////////////////////////////////////////////////
 *
 * ■□■□■　リセットクラスの定義CSS　■□■□■
 * 
 * Author   : ito
 * LastDate : 2010/02/22
 *
 * ///////////////////////////////////////////////////////////////////////////////////////////////// */
 
/*--------------------------------------------------------------------------------
　▼　FirefoxとOperaでのスクロールバー強制表示
--------------------------------------------------------------------------------*/
html {
	height: 100%;
	margin-bottom: 1px;
}

/*--------------------------------------------------------------------------------
　▼　Bodyの表示
--------------------------------------------------------------------------------*/
body {
	font: 76%/1.5 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	line-height: 1.5;
	text-align: center;
	margin: 0;
	padding: 0;
}

/*--------------------------------------------------------------------------------
　▼　マージンとパディングの初期化
--------------------------------------------------------------------------------*/
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
input,
textarea,
p,
pre,
blockquote,
span,
table,
th,
td {
	margin: 0;
	padding: 0;
}

/*--------------------------------------------------------------------------------
　▼　テキスト関連の初期化
--------------------------------------------------------------------------------*/
address,
caption,
cite,
code,
dfn,
em,
th,
strong,
var {
	font-style: normal;
	font-weight: normal;
}
code,
kbd,
pre,
samp,
tt {
	font-family: monospace;
	line-height: 100%;
}
*:first-child + html code,
*:first-child + html kbd,
*:first-child + html pre,
*:first-child + html samp,
*:first-child + html tt {/* for Win IE7 */
	font-size: 108%; 
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
	font-weight: normal;
}
q:before,
q:after {
	content: '';
}
abbr,
acronym {
	border: 0;
}

/*--------------------------------------------------------------------------------
　▼　リンク関連の初期化
--------------------------------------------------------------------------------*/
a {
	overflow: hidden;
	text-decoration: none;
}

/*--------------------------------------------------------------------------------
　▼　リスト関連の初期化
--------------------------------------------------------------------------------*/
ol,
ul {
	list-style: none outside;
}
dt {
	font-weight: normal;
}

/*--------------------------------------------------------------------------------
　▼　テーブル関連の初期化
--------------------------------------------------------------------------------*/
table {
	border-collapse: collapse;
	border: none;
	border-spacing: 0;
	font-size: 100%;
}
caption {
	text-align: left;
	font-weight: normal;
}
th {
	vertical-align: top;
	font-weight: bold;
	text-align: left;
}
td {
	vertical-align: top;
}

/*--------------------------------------------------------------------------------
　▼　form関連の初期化
--------------------------------------------------------------------------------*/
button,
fieldset,
form,
input,
label,
legend,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	padding: 0;
	vertical-align: top;
}
* html input,
* html textarea {/* for Win IE6 */
	font-family: 'ＭＳ Ｐゴシック';
}
*:first-child + html input,
*:first-child + html textarea {/* for Win IE7 */
	font-family: 'メイリオ', 'ＭＳ Ｐゴシック';
}
.msie8 select {/* for Win IE8 */
	font-family: sans-serif;
}
.chrome1 select {/* for Chrome1 */
	font-family: 'Lucida Grande', Arial, Helvetica;
}

/*--------------------------------------------------------------------------------
　▼　イメージ関連の初期化
--------------------------------------------------------------------------------*/
img,
a img,
object,
embed {
	border: none;
	vertical-align: bottom;
	background: transparent;
}

/*--------------------------------------------------------------------------------
　▼　その他の初期化
--------------------------------------------------------------------------------*/
fieldset,
img,
abbr,
acronym {
	border: 0;
}
hr {
  height: 0;
  margin: 5px 0;
  border: none;
  border-top: 1px solid #333;
}
* html hr {/* for Win IE6 */
  margin: 0;
  padding: 0;
}
*:first-child + html hr {/* for Win IE7 */
  margin: 0;
  padding: 0;
}