@charset "utf-8";

h1,h2,h3,h4,body,ul,ol,li,p {
	padding:0;
	margin:0;
}
body {
	background-color: #ffffff;
	font-family: sans-serif;
	font-size: 100%;
	font-style: normal;
	line-height: 1.8;
	color: #222;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0px;
	text-align: center;
}
 p {
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
a img {
	border-style:none;
}
/*==========NF==========*/

a:link {
	color: #00F;
	text-decoration: underline;
}
a:visited {
	color: #36F;
	text-decoration: underline;
}
a:hover {
	color: #F00;
	text-decoration: underline;
}
a:active {
	color: #F90;
	text-decoration: underline;
}



.catch {
	font-size: 16px;
	font-weight:bold;
	color:#ff6600;
}
