@charset "UTF-8";

/*初期設定*/
* {
	margin:0;
	padding:0;
	font-family:"MS ゴシック",Osaka,"ヒラギノ角ゴ Pro W3",sans-serif;
}
h1,h2,h3,h4,h5,h6,li,dt,dd,p {
	font-weight:normal;
	font-size:100%;
}
ul,ol,dl {
	list-style:none;
}
li li {
	font-size:inherit;
}
img,object,param {
	vertical-aligen:bottom;
	border:0;
}
hr {
	height:0;
	visibility:hidden;
	border:0;
}
a {
	outline:0;
	text-decoration:none;
}

