/*レイアウト*/
#info {
	width: 850px;
	margin: 7px auto;
	text-align:right;
	font-size: 9pt;
	vertical-align: bottom;
}
#header {
	width: 850px;
	margin: auto;
	height: 80px;
	background-color: ;
	background-image:url(img/header.jpg);
	text-align: center;
	vertical-align: middle;
}
#navi {
	width: 850px;
	margin: auto;
	padding: 0px 0px 0px 0px;
	background-color: #FFFFff;
}
#content {
	width: 850px;
	position: relative;
	margin: auto;
	background-color: #ffffff;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #eeeeee;
	border-left-color: #eeeeee;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #eeeeee;
}
#main {
	margin-left: 185px;
	margin-right: 160px;
	background-color: #ffffff;
	margin-top: 0px;
	margin-bottom: 30px;
	padding: 0px 5px 0 5px;
	border-left-width: 0px dotted #d5d5d5;
	border-right-width: 1px dotted #d5d5d5;
}
#left {
	position: absolute;
	left: 5px;
	top: 0px;
	width: 180px;
}
#right {
	position: absolute;
	top: 0px;
	right: 5px;
	width: 150px;
	left: 695px;
}
#footermenu {
	width: 850px;
	margin: auto;
	text-align:center;
	padding-top:10px;
	padding-bottom:10px;
	line-height:1.6em;
	font-size:8pt;
}
#footer {
	width: 850px;
	margin: auto;
	text-align:center;
	margin-bottom:10px;
	font-size:8pt;
	}

