@charset "utf-8";
/* CSS Document */

@import url(https://fonts.googleapis.com/earlyaccess/cwtexhei.css);

body {
	font-family: 'cwTeXHei', sans-serif;
}

#main {
max-width:1000px;
margin:auto;
line-height:1.5
}

h2 {
font-size:32px;
}

.gotop a {
width:60px;
height:38px;
color:#FFFFFF;
font-weight:bold;
background-color:#FF0000;
text-align:center;
padding-top:23px;
position:fixed;
right:20px;
bottom:20px;
border-radius:50px;
display:block;
text-decoration:none;
z-index:999;
}
