@charset "UTF-8";

#container {
	width: 820px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	font-size: 100%;
}

#header {
	width: 820px;
	height: 120px;
	background-image: url(../common/top_bghead.gif);
	background-repeat: no-repeat;
	background-position: right;
}
#main {
	width: 820px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../common/top_bgmain.gif);
	background-repeat: repeat-y;
	background-position: center;
}


#footer {
	width: 820px;
	height: 90px;
	background-image: url(../common/top_bgfoot.gif);
	background-repeat: no-repeat;
	background-position: top;
}
