/* レイアウト */
body {
	text-align:center;
	background-color: #fff;
}
.contents {
	color: #666;
	width: 800px;
	margin:auto;
	background-color: #FFFEFD;
	text-align:left;
	border:solid 0px #fff;
	position:relative;
}

.main {
	color: #666;
	width: 640px;
	background-color: #FFFEFD;
	text-align:left;
	position: absolute;
	left: 0px;
}
.side {
	color: #666;
	width: 150px;
	height: 500px;
	margin-left: 640px;
	background-color: #FFFEFD;
	text-align:left;
	border:solid 1px #999999;
}

.side01 {
	color: #666;
	width: 150px;
	height: 920px;
	margin-left: 640px;
	background-color: #FFF;
	text-align:left;
	border:solid 1px #999999;
}

.hoe {
	text-align:center;
	padding: 5px;
}

.hoge {
	padding-left: 50px;
}

h1 {
	height: 150px;
	font-size: 45px;
	padding-top: 50px;
	padding-left: 30px;
	margin-bottom:20px;
}
h1 a{
	color: #666;
}
h2,h3,p {
	margin-left:40px;
	margin-right:40px;
}

.navi {
	background-color: #fff;
	padding: 0px;
	width: 800px;
	position: absolute;
	top: 150px;
	left: 0px;
	border-bottom: solid 1px #999999;

}
.navi h2{
	width: 80px;
	float: left;
	text-align: center;
	margin:0px;
	font-family: "HGP創英ﾌﾟﾚｾﾞﾝｽEB", Times, serif;
	font-size: 12px;
	line-height: 1.5em;
	border-right: solid 1px #FFFEFD;
}
.navi h2 a {
	display:block;
	width: 80px;
}

textarea { 
	margin-left:30px;
	padding-left:15px;
	font-size: 13px;
	color: #666;
	width: 630px; 
	height: 12em; 
scrollbar-base-color: #C1CDC1; 
}

