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


* {
	margin: 0;
	padding: 0;
}
html, body {
	height: 100%;
	font-size: 13px;
	color: #51392e;
	line-height: 130%;
	font-family:'Lucida Grande','Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
}

div#header {
	padding-top: 15px;
	text-align: center;
	font-size: 20px;
}
div#m {
	padding-top: 15px;
	text-align:left;
	font-size: 20px;
}
div#container {
	width: 600px;
	margin: 0 auto;
	position: relative;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}

div#footer {
	position: absolute;
	text-align: right;
	bottom:100;
	width: 100%;

}
table {
	margin-left: auto;
	margin-right: auto;
}
a:link {
	color: #51392e;
	text-decoration: none;
}
a:visited {
	color: #51392e;
	text-decoration: none;
}
a:hover {
	color: #41c2d9;
}
a:active {
	color: #51392e;
}