@charset "utf-8";
/* CSS Document */
*, html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}
body{
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	color:#000;
	line-height:25px;
}
h2{
	font-size:16px;
	font-weight:bold;
	margin:15px 0 10px 0;
}
a{
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}
#main{
	display:block;
	text-align:center;
	padding-top:50px;
}
#main img{
	display:block;
	margin:0 auto;
	padding-bottom:20px;
}