@charset "utf-8";

* {
	margin: 0;
	padding: 0;
}

body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	color: #484848;
	line-height: 1.4em;
}

img {
	border: none;
	vertical-align: bottom;
}

a img {
	border: none;
}

ul {
	list-style-type: none;
}

a {
	color: #484848;
	text-decoration: none;
}

a:hover {
	color: #A59261;
	text-decoration: underline;
}

p {
	line-height: 1.5em;
}


.clearfix:before,
.clearfix:after {
	content: "";
	display: block;
	overflow: hidden;
}

.clearfix:after {
	clear: both;
	overflow: hidden;
}

/* For IE 6/7 (trigger hasLayout) */

.clearfix {
	zoom: 1;
	overflow: hidden;
}
