@charset "EUC-JP";

/*******************************
  基本設定
*******************************/

/*------------------------------
  CSSリセット
------------------------------*/

body {
	margin: 0;
	padding: 0;
	font-family: 'Hiragino Kaku Gothic ProN','Hiragino Kaku Gothic Pro','メイリオ','ＭＳ Ｐゴシック',sans-serif;
	font-size: 10px;
}

/*.ie {
	font-size: 62.5%;
}*/

h1, h2, h3, h4, h5, h6, p, ol, ul, li, dl, dt, dd, table, thead, tbody, tfoot, tr, th, td {
	margin: 0;
	padding: 0;
}

h1, h2, h3, h4, h5, h6 {
	font-size: 1em;
	font-weight: bold;
	line-height: 1;
}

p, ol, ul, dl, table {
	font-size: 1em;
	line-height: 1.25;
}

dl ol, dl ul, ol ol, ol ul, ul ul, ul ol, table ol, table ul, table dl {
	font-size: 1em;
}

table {
	border-collapse: collapse;
}

th, td {
	text-align: left;
	vertical-align: top;
}

li {
	list-style-type: none;
}

iframe {
	border-style: none;
}

img {
	border-style: none;
	vertical-align: baseline;
}

address, b, em, strong, small {
	font-size: 1em;
	font-style: normal;
	font-weight: normal;
}

hr {
	display: none;
}

/*------------------------------
  clearfix
------------------------------*/

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.clearfix {
	min-height: 1px;
}

* html .clearfix {
	height: 1px;
}

