/*ページ構成設定*/
html,
body {
	margin:0;
	padding:0;
	height:100%;
}
html>body #wrap {
	height:100%;
}
#wrap {
	width:750px;
	margin:0 auto;
}
#header {
	width:750px;
	height:90px;
}
html>body #header {
	position:fixed;
	z-index:10; /* Prevent certain problems with form controls */
}
html>body #content-wrap {
	height:100%;
}
html>body #content {
	padding: 5em 1em;
}
#footer {
	width:750px;
	height:50px;
}
html>body #footer {
	position:fixed;
	bottom:0;
	z-index:10; /* Prevent certain problems with form controls */
}
#header,
#footer {
	background:#ffffff;
	text-align:center;
}
#content-wrap,
#content {
	background:#ffffff;
	text-align: center;

}

/*ページ書式設定*/
body,td,th,div,li{
	color: #573a2b;
	font-size: 13px;
	line-height: 130%;
}
a:link {
	color: #8c4e00;
	text-decoration: none;
}
a:visited {
	color: #8c4e00;
	text-decoration: none;
}
a:active {
	color: #ff8a00;
	text-decoration: none;
}
a:hover {
	color: #ff8a00;
	text-decoration: none;
}

/*文字ボックス装飾*/
div.browntable {
	background-color: #ffffff;
	border: #573a2b 1px solid;
	width: 450px;
	padding: 10px;
	text-align: center;
}

