@charset "utf-8";

/*----------------------------------------------------------
reset
----------------------------------------------------------*/
*{
	margin: 0;
	padding: 0;
}
body {
	font-family :"Hiragino Kaku Gothic Pro W3","Motoya,Meiryo,MS PGothic";
	color: #333;
}
h1, h2, h3, h4, h5, h6, address {
	margin: 0;
	padding: 0;
	font-style: normal;
	font-weight: normal;
}
blockquote, p, pre, dl, dt, dd {
	margin: 0;	
	padding: 0;
	border: 0;
}
ul, ol, li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
a:link, a:visited{
	/* color: #eb5606; */
	text-decoration:none;
}
a:hover, a:active{
	/* color: #eb5606; */
	text-decoration:none;
}
img {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: bottom;
	outline: none;
}
