@charset "utf-8";

/*
===== 1: universal reset =================================
*/

*{
	margin:0;
	padding:0;
}

/*
===== 2: body and base setting ===========================
*/

body {
	text-align:center;
	margin: 0px;
	padding: 0px;
	font-family: "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", HiraKakuPro-W3, Osaka, verdana, arial, sans-serif;
	font-style: normal;
	font-variant: normal;
	font-size: 100%
}

/* general params
--------------------*/
h1, h2, h3, h4, h5, h6, div, p, pre, ul, ol, dl, dt, dd, address, form, blockquote{
	padding: 0;
	margin: 0;
	line-height: 1.4;/* base line height */
	text-align: left;
	font-size: 100%;
	font-weight: normal;
	font-style: normal;
}

body {
  font-size: 62.5%; /* IEp */
}

html>/**/body {
  font-size: 10px; /* IE7.0_uEUp */
}

hr,.areaAnchor,.anchor { display : none; }
img {
	border: none;
	vertical-align: bottom;
}
li { list-style: none; }


/* ------------------------------------------------------
clearfix
------------------------------------------------------ */
/* for modern browser */
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

/* for IE 5.5-7 */
.clearfix {
  zoom: 1;
}