@charset "euc-jp";
/*-------------------------------------------
デフォルトスタイルをリセット
-------------------------------------------*/

/*! normalize.css v3.0.2 | MIT License | git.io/normalize */

html {
	font-family: sans-serif; /* 1 */
	/*-ms-text-size-adjust: 100%;*/ /* 2 */
	/*-webkit-text-size-adjust: 100%;*/ /* 2 */
}
body {
	margin: 0;
	background-color: #FFFFFF;
	color: #452E14;
	font-size: 14px;
	font-family: "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, Meiryo, sans-serif;
}
body , html {
	height: 100%;
}
#footer {
	position: fixed;
	bottom: 0;
	width: 100%;
	background-color: #BF4C00;
}
#footer a {
	display: block;
	color: #FFFFFF;
}
.footerInner {
	text-align: center;
	margin: 0px;
	padding: 5px 10px 20px 10px;
	font-size: 16px;
	font-weight: bold;
}
p, section {
	margin: 0;
	padding: 0;
}
/*img {
	height: auto;
	max-width: 100%;
	width: auto;
	border: 0;
}*/
