﻿/* CSS レイアウト */
#masthead {
}

#top_nav {
}

#container {
	position: relative;
	width: 100%;
	left: -3px;
	height: auto;
	line-height: 1.5em;
	top: 0px;
}
#left_col {
	width: 190px;
	position: absolute;
	left: 4px;
	height: auto;
	top: -2px;
}
#page_content {
	margin-left: 202px;
	height: auto;
	font-weight: normal;
	font-family: "ＭＳ ゴシック", "Courier New", monospace;
	font-size: medium;
	color: #331A00;
	text-align: left;
}

#footer {	text-align: center;
}

