html, body {
	margin: 0px;
	padding: 0px;
	font-size: 0.92em;
	line-height: 1.6em;


	letter-spacing: 0.25em
	height: 100%;
	top:0px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;

}

#container {
	width: 1000px;
	padding: 0px;
	margin:0 auto 0 ;
	position: relative;
}

#left {
	float: left;
	margin-top: 40px;
	left: 0px;
	height: 100%;
	width: 600px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#side {
	float: left;
	padding: 0px;
	position: fixed;
	width: 400px;
	top: 0px;
	margin-left: 600px;
}

img {
	border-style:none;
}

a {
text-decoration: none;
}
a:hover {
text-decoration: underline;
}
