@charset "shift_jis";

/* ------------------------------------------------------
base setting
------------------------------------------------------ */
body {
	margin:0;
	border:0;
	padding:0;
	font-size:100%;
	font-family:'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
}
h1,h2,h3,h4,h5,h6,p,ul,ol,li,dl,dt,dd,address {
	list-style-type:none;
	margin:0;
	border:0;
	padding:0;
	font-style:normal;
	font-weight:normal;
	font-size:100%;
}
img {
	border:none;
}
html {  
    overflow-y:scroll;  
}  


/* ------------------------------------------------------
font size
------------------------------------------------------ */
body {
	font-size: 75%; /* IE */
	color: #333333;
}
html>/**/body {
  font-size: 12px; /* Except IE */
}

/* ------------------------------------------------------
font color
------------------------------------------------------ */
body {
	color: #333333;
}
body a {
	color: #666666;
	text-decoration: none;
}
body a:hover {
	color: #333333;
	text-decoration: underline;
}
/* ------------------------------------------------------
clearfix
------------------------------------------------------ */
/* for modern browser */
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

/* for IE 5.5-7 */
.clearfix {
  zoom: 1;
}

/* ------------------------------------------------------
iepngfix
------------------------------------------------------ */
* html .iepngfix { behavior: expression(IEPNGFIX.fix(this)); }
