@charset "UTF-8";

* {
	font-size: 100%;
	font-weight: normal;
	margin: 0;
	padding: 0;
}

h1, h2, h3, h4, h5, h6, ol, ul, li, dl, dt, dd, adress {
	margin: 0;
	padding: 0;
	border: 0px;
	font-style: normal;
	line-height: 100%;
	font-weight: normal;
}

p {
	padding: 0;
	border: 0px;
	font-style: normal;
	font-weight: normal;
}

img {
	border: 0;
}

a {
	text-decoration: none;
}

a img {
	text-decoration: none;
	border: 0;
}

td {
	vertical-align: top;
	text-align: left;
}

li {
	list-style-type: none;
}

label {
	cursor: pointer;
}

.clear {
	clear: left;
	line-height: 100%;
}

body {
	margin: 0px;
	padding: 0px;
	line-height: normal;
	letter-spacing: 100%;
	background-image: url(../img/back.gif);
	background-repeat: repeat;
	font-size: 100%;
	font-family: "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #362618;
	-webkit-text-size-adjust: 100%;
}

.clearfix {
	width: 100%;
}

.clearfix:after {
	content: "";
	display: block;
	clear: both;
}
