/* レイアウト */

body{
	text-align: center;
	background-color: #ffffff;
	margin:0px;
	color: #666666;
}

.contents{
	width: 800px;
	margin: auto;
	text-align: left;
	position: relative;
	background-color: #ffffff;
	border-left: 1px solid #3399cc;
	border-right: 1px solid #3399cc;
	border-bottom: 1px solid #3399cc;
}
.pcontents{
	width: 800px;
	margin: auto;
	text-align: left;
	position: relative;
	background-color: #ffffff;
	border-left: 1px solid #f5b757;
	border-right: 1px solid #f5b757;
	border-bottom: 1px solid #f5b757;
}
.head{
	width: 800px;
	margin: auto;
	text-align: left;
	/* background-color: #cee6f2; */
	padding: 0px;
}

h3.footer{
	width: 800px;
	background-color: #3399cc;
	padding: 3px;
	text-align: center;
	color: #ffffff;
	font-size: 12px;
	margin:0px;
}
h3.pfooter{
	width: 800px;
	background-color: #f5b757;
	padding: 3px;
	text-align: center;
	color: #ffffff;
	font-size: 12px;
	margin:0px;
}


