.Layout {
	background-image:   url("../image/kabe3.gif");
	margin: auto;
	padding: 0px;
	position: relative;
	width: 800px;
	height: 800px;
	text-align: left;
	border: solid 1px #666666;
}

.Top{
	margin: 0px;
	padding: 0px;
	height: 150px;
	width: 800px;
	text-align: center;
}
.Top h1{
	margin: 0px 0px 0px 0px;
	padding: 25px 0px 0px 0px;
	font-size: 30px;
	font-family: "HG行書体" ;
	color: Black;
	text-align: center;
}
.Top h2{
	margin: 0px;
	font-family: "HG行書体";
	font-size: 45px;
	text-align: center;
	padding: 0px;
	color: Black;
}


.Main{
	width: 800px;
	height: 300px;
	margin: 0px;
	text-align: center;
}

.Menu{
	width: 300px;
	padding: 50px 50px;
	position: absolute;
	left: 400px;
	margin: 0px;
}
.Menu ul{
	margin: 0px;
	font-family: "HGPｺﾞｼｯｸE", "ＭＳ Ｐゴシック";
	margin-top: 0px;
	font-size: 14px;
	line-height: 180%;
	color: black;
	list-style:  url("../Layout_img/list_mk.gif");
}

.Menu a{
	color: #666666;
	text-decoration: none;
	font-weight: lighter;
}

.Update{
	position: absolute;
	left: 0px;
	margin: 0px;
	width: 350px;
	padding: 10px 25px;
}
.Update h3{
	margin: 0px;
	text-align: left;
	font-family: "HGPｺﾞｼｯｸE";
	font-weight: lighter;
	font-size: 15px;
	color: #812121;
}
.Column{
	background-color: White;
	background-image: url(../image/hougan.gif);
	width: 328px;
	height: 200px;
	border: solid 1px #666666;
	padding: 0px 10px;
	overflow: auto;
}
.Column p{
	font-size: 13px;
}

.Futter{
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 800px;
	text-align: right;
	font-size: 10px;
}



