@charset "utf-8";
/* CSS Document */
html {
	background:#F7F7F7;
}
body {
	margin:0px;
	padding:0px;
	background:#F7F7F7;
}
*{
	font-family: Arial, Helvetica, sans-serif;
	margin:0px;
	padding:0px;
	font-size: 12px;
	line-height:14px;
	color:#000000;
}
a{
}
a:hover{
}
h1{
	margin-top:50px;
	font-weight:bold;
	font-size:48px;
	line-height:48px;}
h2{
	font-weight:bold;
	font-size:30px;
	line-height:30px;
	margin-bottom:20px;
}
p{
	margin-bottom:15px;
}
b, strong{
	color:#e2007a;
}