@charset "utf-8";
/* CSS Document */
@import url(footer.css);
/* </reset> */
body {
	font: 12px/18px "Lucida Grande", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", Geneva, Arial, Verdana, sans-serif;
	background-color:#fff;
	color:#333;
	line-height:normal;
}
a:link { text-decoration: underline; }
a:visited { text-decoration: underline; }
a:hover { text-decoration: none; }
a:active { text-decoration: underline; }
/* </reset> */

/* RESET */
html, body, div, ul, ol, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, pre, form, p, blockquote, fieldset, input {
	margin: 0;
	padding: 0;
}
h1, h2, h3, h4, h5, h6, pre, code, address, caption, cite, code, em, strong, th {
	font-size: 1em;
	font-weight: normal;
	font-style: normal;
}
ul, ol { list-style: none; }
fieldset, img { border: none; }
caption, th { text-align: left; }
table {
	border-collapse: collapse;
}
/* LAYOUT */
.clear { clear:both; }
.clearer {
	clear: both;
	display: block;
	margin: 0;
	padding: 0;
	height: 0;
	line-height: 1px;
	font-size: 1px;
}
em { visibility:hidden; }
/* <HEADER> */
#header {
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 2px;
}
#eskimoLogo {
	float:left;
}
#title {
	float:left;
	padding-top: 12px;
	padding-left: 117px;
}
#parmLogo {
	float:left;
	padding-left: 16px;
}
#motarameLogo {
	float:right;
	padding-top: 22px;
}
/* </HEADER> */
/* <#mainWrapper> */
#mainWrapper {
	width: 100%;
	background: #E50011 url(../img/main/parm_18.jpg) repeat-x;
	padding-bottom:114px;
}
#main {
	margin: 0px auto;
	width: 750px;
}
#contents {
	width: 750px;
}
/* </#mainWrapper> */
/* <共通スタイル> */
.textAlignRight { text-align:right; }
.flortLeft { float:left; }
.flortRight { float:right; }
.paddingTop10px { padding-top:10px; }

/* </共通スタイル> */

