@charset "shift_jis";

*{line-height:1.4;}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
fieldset, img {
	border: 0;
}
address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
	font-weight: normal;
}
ol, ul  {
	list-style: none;
}
caption, th  {
/*	text-align: left;*/
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}


body {
	font: 13px arial,helvetica,clean,sans-serif;
}
*:first-child+html body{ /* for Ie7 */
	font-size: 90%;
}
* html body{ /* for Ie6 */
	font-size: 90%;
}
table  {
	font-size: inherit;
	/* font: 100%; */
}
select, input, textarea  {
	font: 13px arial,helvetica,clean,sans-serif;
}

body {
	font-family: sans-serif;
	color: #222;
}

a {
	color: #222;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}



/* clearfix ------- */
.clear:after {
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	content: ".";
	line-height: 0;
}
.clear {
	display: inline-table;
	min-height: 1%;
}

/* for macIE \*/
* html .clear {
	height: 1%;
}
.clear {
	display: block;
}
/* end of for macIE */
