@charset "utf-8";
/*formatting style
------------------------*/
* {
	font-style: normal;
	margin: 0px;
}
body {
	color: #666;
	font-size: 13px;
	line-height: 1.4;
	font-family: sans-serif;
	background-color: #FFC;
}
a img {
	border-style: none;
}
a:link {
	color: #333333;
	text-decoration: underline;
}
a:visited {
	color: #333333;
	text-decoration: underline;
}
a:hover {
	color: #393;
	text-decoration: none;
}

#main {
	text-align: center;
	margin: 120px auto 0;
}
#main img{
	margin: 30px;

}
p {
	margin-top: 120px;
}