#all {
	height: 800px;
	width: 800px;
}
.h1 {
	color: #FFFFFF;
	font-size: 12px;
	padding: 0px;
	margin: 0px;
}
#head {
	background-image: url(http://pixelpinuponline.com/head.jpg);
	width: 800px;
	height: 100px;
	float: left;
}
#Layer1 {
	position:absolute;
	left:15px;
	top:94px;
	width:349px;
	height:16px;
	z-index:1;
	font-weight: 900;
	font-size: 12px;
}
#Layer2 {
	position:absolute;
	left:494px;
	top:80px;
	width:290px;
	height:16px;
	z-index:2;
	font-size: 12px;
}
#all #main {
	float: left;
	height: 1000px;
	width: 800px;
	background-image: url(http://pixelpinuponline.com/back.jpg);
}
#all #main #side {
	float: left;
	height: 700px;
	width: 200px;
	background-image: url(http://pixelpinuponline.com/side_back.jpg);
	background-repeat: no-repeat;
}
#all #main #content {
	float: right;
	height: 700px;
	width: 600px;
}

.h2 {
	background-image: url(http://pixelpinuponline.com/menu.jpg);
	background-repeat: no-repeat;
	height: 50px;
	width: 590px;
	padding-top: 15px;
	padding-left: 30px;
	font-size: 18px;
	color: #333333;
	font-weight: 900;
}
#all #foot {
	background-image: url(http://pixelpinuponline.com/fooot.jpg);
	height: 43px;
	width: 800px;
	float: left;
}
.p1 {
	padding-left: 45px;
	padding-right: 45px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	padding-top: 0px;
}
.hr {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #FF0000;
	width: 90%;
	margin-right: auto;
	margin-left: auto;
}
.h3 {
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-width: thin;
	border-left-width: 10px;
	border-bottom-color: #D60000;
	border-left-color: #D60000;
	margin-left: 10px;
	margin-right: 20px;
	padding-left: 10px;
}

#apDiv1 {
	position:absolute;
	left:20px;
	top:388px;
	width:186px;
	height:24px;
	z-index:3;
}
#apDiv2 {
	position:absolute;
	left:20px;
	top:120px;
	width:186px;
	height:24px;
	z-index:3;
}
/* floatを指定したボックスを含むボックスの背景が出なくなる対策　*/

#page {
overflow: hidden;
}
#page:after {
content: "";
display: block;
clear: both;
height: 1px;
overflow: hidden;
}

/*\*/

* html #page {
height: 1em;
overflow: visible;
}

/**/
/* float対策ここまで */

p#copyright{
text-align:center;
}

