﻿・body{
	background-image:url('../image/back.png')
}
div#container{
	border:solid 2px green;
	padding:20px;
	background-color:white;
	width:880px;
	float:left;
}
div#location{
	background-color:#FFFFDD;
	padding-top:5px;
	border-bottom:solid 2px #66aa66
}
div#sidemenu{
	width:160px;
	padding:0
	float:left
}
div#contents{
	width:700px;
	padding:10;
	float:right
}
div#footer{
	clear:both;
	width:880px;
	margin-top:20px;
	margin-bottom:5px
}
div#fotter-right{
	width:470px;
	float:right
}
div#fotter-left{
	width:410px;
	float:left
}
p{
	font-family: "ＭＳ Ｐゴシック", Arial, sans-serif
}
.location {
	margin: 1px 10px 5px 0px;
	font-size: 0.875em;
}

.footer {
	text-align: left;
	font-size: small;
}
h1{
		font-size:1.5em;
		font-weight:bold;
		margin-top:20px;
		margin-bottom:0px;
		border-left:solid 22px #66aa66;
		padding-left:5px
}
h2{
	font-size:1.25em;
	margin-top:2px;
	margin-bottom:0px;
	border-bottom:solid 2px #66aa66;
	padding-bottom:3px
}
h3{
	font-size:1em;
	margin-top:2px
}
hr{
	clear:both;
}
.center-1 {
	text-align: center;
	margin-top: 40px;
}
.center-2 {
	text-align: center;
}
.margin-40 {
	margin-top: 40px;
}



