* {
	margin: 0;
	padding: 0;
	font-size: 100%;
	font-style: normal;
}

html {
	overflow-x: hidden;
	overflow-y: scroll;
}

body {
	font-family:"Noto Sans JP", "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, sans-serif;
	font-size: 100%;
	font-weight:600;
	color: #000;
	background:#d0ebfb url(../img/body_bg.png) no-repeat top center ;
	background-attachment: fixed;
}

img {
	vertical-align: bottom;
	max-width:100%;
}

a {
	text-decoration: none;
}

a img  {
	border: none;
}
a:hover img  {
	opacity: 0.8;
}

li {
	list-style: none;
}
