 /* --HTML-- */
html {
background:#fff;
color:#333;
}

/* --BODY-- */
body {
font:12px/1.5 'Lucida Grande', Helvetica;
margin:0 auto;
padding:0;
overflow: auto;
}

	/* for IE7 */
	*+html body {
	font-family:'メイリオ', 'ＭＳ Ｐゴシック';
	font-size:75%;
	margin: 0 auto;
	}
	
	/* for IE6 */
	* html body {
	font-family:'ＭＳ Ｐゴシック';
	font-size:75%;
	text-align: center;
	}

	/* for IE6 */
	* html #wrapper {
	text-align: left;
	}

/* --OTHER TAGS-- */
a img, img { 
border:0;
vertical-align:bottom;
}

blockquote, dd, div, dl, dt, h1, h2, h3, h4, h5, h6, li, ol, p, pre, span, td, th, ul {
margin:0;
padding:0;
}

abbr, acronym {
border:0;
}

address, caption, cite, code, dfn, em, th, strong, var {
font-style:normal;
font-weight:normal;
}

caption, th {
text-align:left;
}

code, kbd, pre, samp, tt {
font-family:monospace;
line-height:100%;
}

	/* for IE7 */
	*+html code, kbd, pre, samp, tt {
	font-size:108%; 
	}

h1, h2, h3, h4, h5, h6 {
font-size:100%;
font-weight:normal;
}

ol, ul {
list-style:none;
}

q:before, q:after {
content:'';
}

/* 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:baseline;
}

/* tables still need 'cellspacing="0"' */
table {
border-collapse:collapse;
border-spacing:0;
font-size:100%;
}

.clear { clear: both; }

/*reSet*/
ul,ol,li,
dl,dt,dd,
h1,h2,h3,h4,h5,h6,h7,p,
form,button {
	margin : 0;
	padding: 0;
	list-style: url(none) none;
}
a img { border-style: none; }
/* img { vertical-align: top; } */
/*reSet*/

.inline { display: inline; }
.hidden { display: hidden; }

/*fontSize*/
.px10 { font-size : 10px; }
.px12 { font-size : 12px; }
.px14 { font-size : 14px; }
.px16 { font-size : 16px; }
.px18 { font-size : 18px; }
.px20 { font-size : 20px; }
/*fontSize*/

.iefix { font-size: 1px; line-height: 1px; }



/*clearfix*/
.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}
/*clearfix*/
