@charset "utf-8";

* {
	margin: 0;
	padding: 0;
}

body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	color: #333;
	line-height: 1.6em;
}

img {
	border: none;
	vertical-align: bottom;
}

a img {
	transition:all 0.5s ease;
	border: none;
}
a:hover img{
	opacity: 0.7;
	filter: alpha(opacity=70);
}

ul {
	list-style-type: none;
}

a {
	color: #000;
	text-decoration: none;
}

a:hover {
	color: #e60012;
	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;
}
