@charset "UTF-8";
/* CSS Document */


* {
	margin: 0;
	padding: 0;
}

body {
	text-align: center;
	font-family: "ＭＳ Ｐゴシック", "ＭＳ ゴシック","Osaka";
	font-size: 62.5%;
	color: #333333;
}

h1 {
	font-size: 1.6em;
	font-weight: bold;
	margin-top:10px;
}


p {
	font-size: 1.2em;
	line-break: normal;
	line-height:1.8em;
}

img {
	border-style: none;
}


a {
	color:#003399;
	overflow: hidden;
}


