﻿/* CSS レイアウト */body {
	text-align: center;
	
}td { font-size : 10px;
  font-family : serif,"ＭＳ Ｐ明朝";
  color : #9999990;
  background-color : #ffffff; } 


p { font-size : 10px;
  font-family : serif,"ＭＳ Ｐ明朝";
  color : #9999990;
  background-color : #ffffff; } 


body {
	background-color: #ffffff;
	background: url('wallpaper.jpg');
	font-size : 10px;
	font-family : serif,"ＭＳ Ｐ明朝";
	color : #9999990;
} 


DIV { font-size : 10px;
  font-family : serif,"ＭＳ Ｐ明朝";
  color : #9999990;
  background-color : #ffffff; } 


#page {
	border-width: 2px;
	border-color: #666666;
	background: #FFFFFF;
	width: 800px;
	text-align: left;
	margin: 0px auto;
	padding: 0px;
	
}

#top_nav {
	background: #C0C0C0;
	height: 170px;
	background-color: #FFFFFF;
}

#container {
	position: relative;
	width: 100%;
}

#left_col {
	width: 150px;
	margin: 10px 10px;
	position: absolute;float:left;
	left: 0px;
	top: 0px;
}

#page_content {
	margin-right: 200px;
	margin-left: 200px;
}

#right_col {
	width: 150px;
	position: absolute;margin: 10px 10px;
	right: 0px;
	top: 0px;
}

#footer {
	background: #C0C0C0;clear : both ;
	border: none;
	
}
