@charset "utf-8";

/*-----///// デフォルトのスタイルをリセット -----*/
html,body,div,h1,h2,h3,h4,h5,h6,p,ul,li,ol,dl,dt,dd,address {
	margin: 0;
	padding: 0;
}
h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
}
ul {
	list-style: none outside;
}
address {
	font-style: normal;
}
a {
	text-decoration: none;
}
a img {
	border: none;
}
strong, em{
	font-weight: normal;
}

/*-----/////包括ブロックの設定-----*/
body {
	font-size: 100%;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	letter-spacing: 0.05em;
	line-height: 1.5;
	color: #555;
}