@charset "utf-8";
/* CSS Document */

body {
	font-size: 12px;
	color: #58370b;
	margin: 0px;
	padding: 0px;
	background-color: #C96;
	background-position: center bottom;
	background-repeat: repeat;
}
a:link {
	color: #C00;
}
a:visited {
	cursor: wait;
	color: #300;
}
#container {
	background-image: url(../../images/Hakase_MAIN_BG.jpg);
	background-repeat: repeat-y;
	width: 800px;
	position: relative;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	top: 0px;
}
#main_contents {
	width: 600px;
	text-align: left;
	margin-left: 100px;
}
