﻿/* CSS レイアウト */
#masthead {
}

#top_nav {
}

#container {
	position: relative;
	width: 100%;
	left: 0px;
	top: 5px;
	height: 460px;
}
#left_col {
	width: 190px;
	position: absolute;
	left: 4px;
	height: auto;
	top: -3px;
}
#page_content {
	margin-left: 200px;
	height: auto;
	margin-top: 0px;
}

#footer {	text-align: center;
}
