@charset "utf-8";
/* CSS Document */

* html ,* html body {
	height: 100%;
	overflow-y: hidden;
	overflow-x: auto;
}
* html #fixed {
	overflow: auto;
	position: relative;
	width: 100%;
	height: 100%;
}

h1 {
	margin: 0 0 0 39px;
	padding: 24px 0 22px;
}

div#menu {
	width: 128px;
	padding: 0 0 0 84px;
	float: left;
}

div#menu ul li {
	vertical-align: bottom;
}

p#toTop {
	margin: 21px 0 0;
}

p#tweetBtn {
	position: fixed !important;
	position: absolute;
	left: 0;
	top: 133px;
}

p#fbBtn {
	position: fixed !important;
	position: absolute;
	left: 0;
	top: 317px;
}

#wrapper {
	width: 950px;
}

div#contents {
	width: 738px;
	float: right;
}

div#footer {
	text-align: right;
	padding: 0 0 30px;
}

p#copy {
	margin: 50px 0 15px;
}