@charset "Shift_JIS";
@font-face {
	font-family: myfont;
	src: url(../font/FOT-TsukuMinPr6N-L.otf) format("opentype");
}

body {
	font-family: myfont;
	color: #333;
	font-size: 14px;
	margin: 0px;
	padding: 0px;
	letter-spacing: 1px;
	/* background-color: #EEEEEF;
	background-image: url(../images/s_back3.gif);
	background-repeat: repeat-x;
	background-position: center top; */
	background-color: #eeeeef;
	-webkit-text-size-adjust: none;
	padding-top: 95px;
}

body.top_page {
	background-color: #fff;
	padding-top: 0;
}

/* ========����======== */

#head {
	width: 100%;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
	height: 70px;
	background-color: #000000;
}