@charset "utf-8";

/*=============================================
reset
=============================================*/
h1,
h2,
h3,
h4,
h5,
h6,
p,
div,
span,
img,
ol,
ul,
li,
dl,
dt,
dd,
table,
tbody,
tr,
th,
td,
header,
footer,
section {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
}

body{
	margin: 0;
	padding: 0;
	background: #ffffff;
	color: #000000;
	font-size: 14px; 
	line-height: 1.5em;
	font-family: "游ゴシック体","游ゴシック Medium","Yu Gothic","Yu Gothic Medium",YuGothic,"Hiragino Sans","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
}

ol,
ul,
li {
	list-style:none;
}

a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	color: #000000;
	text-decoration:none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

img {
	vertical-align: top;
}
