@charset "shift_jis";

/* ------------------------------------------------------
base setting
------------------------------------------------------ */
body {
	margin:0;
	border:0;
	padding:0;
	font-size:100%;
	font-family:'ƒqƒ‰ƒMƒmŠpƒS Pro W3', 'Hiragino Kaku Gothic Pro', 'ƒƒCƒŠƒI', Meiryo, '‚l‚r ‚oƒSƒVƒbƒN', sans-serif;
	background-attachment: fixed;
}
#page {
	background-color: #FFFFFF;
}

h1, h2, h3, h4, h5, h6, p, ul, ol, li, dl, dt, dd, div, form, address {
list-style-type:none;
margin:0;
border:0;
padding:0;
font-style:normal;
font-weight:normal;
font-size:100%;
}

img {border:none;}

/* ------------------------------------------------------
font size
------------------------------------------------------ */
body {
  font-size: 75%; /* IE—p */
}
html>/**/body {
  font-size: 12px; /* IE7.0‚ðœ‚­ƒ‚ƒ_ƒ“ƒuƒ‰ƒEƒU—p */
}


/* clearfix
---------------------------------------------------- */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {
	display: inline-block;
}
/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}

/* End hide from IE-mac */


/* ------------------------------------------------------
 overflow
---------------------------------------------------- */
html {
	overflow-y:scroll;
}
