dra@charset "UTF-8";
/* CSS Document */
#main{
	font-family:serif;
}
#main h1{
	margin-top:50px;
	margin-bottom:20px;
	font-size:20px;
	font-weight:normal;
}
#main p{
	font-size:13px;	
}
#main img:hover{
	opacity:0.7;
	-moz-opacity:0.7;
   filter:alpha(opacity=70);
}
#page-top {
	position:fixed;
	bottom:45px;
	right:20px;
	font-size:12px;
}
#page-top a {
	background:#666;
	text-decoration:none;
	color:#fff;
	width:40px;
	padding: 8px 0;
	text-align:center;
	display:block;
	border-radius:5px;
}
#page-top a:hover {
	text-decoration:none;
	background:#999;
}
#text{
	width:550px;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
	margin-top:50px;
}
#main h2{
	margin-top:70px;
	font-weight:normal;
}
#button {
	font-size:18px;
    text-align:center;
    margin-right:14px;
    padding:5px 0 5px;
    color:#fff;
    border-radius:2px;
    background-color:#C0C0C0;
}
#main a:hover{
	color:#F39;
}