@charset "utf-8";
/* CSS Document */

* {zoom:1;}
.clearfix:after,.cf:after{ content: ""; display: block; clear: both;}

p,div,h1,h2,h3,h4,h5,h6,ul,li,dl,dt,dd,body {
	font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "BIZ UDPGothic", Meiryo, sans-serif;
	font-size:14px;
	font-weight:normal;
	margin:0;
	padding:0;
}
@media all and (-ms-high-contrast:none) {
	p,div,h1,h2,h3,h4,h5,h6,ul,li,dl,dt,dd,body {
		font-family:Meiryo, sans-serif;
	}

}

.mincho{
	font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,serif;
}
@media all and (-ms-high-contrast:none) {
	.mincho{
		font-family: "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	}
}

p {
	line-height:1.8em;
	letter-spacing:1px;
}
ul {
	list-style: none;
}


/*-------- img hover ---------*/

img{
border: none;
}
a:hover img {
	FILTER: alpha(opacity=80);
	opacity: 0.8;
}

/*----------------------------*/

a:link {
	color: black;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration:underline;
}
a:active {
	text-decoration: none;
}

/*----------------------------*/
