﻿body {
	margin: 0;
	padding: 0;
	border: 0;
	text-align: center;
}

#all {
	margin-right: auto;
	margin-left: auto;
	width: 960px;
	text-align: left;
	background-repeat: repeat-y;
	background-position: center center;
}

#head {
	padding: 40px 60px 0px 60px;
	background-repeat: repeat-y;
	background-position: center top;
	height: 180px;
	max-height: 180px;
}
#footer {
	padding: 40px 60px 0px 60px;
	background-repeat: repeat-y;
	background-position: center bottom;
	height: 209px;
	clear: both;
}


#container {
	padding: 0px 70px 0px 70px;
	clear: both;
}
#main {
	float: left
}
#right-contents {
	float: right;
	font-size: small
}


/*ヘッダー*/
#head h1{
	font-weight: normal;
	font-size: 2.2em;
	border-bottom-width: 1px;
	border-left-width: 1px;
}
#head div{
	float: left;
}
#head p{
	padding-top: 50px;
	float: left;
}

#main h2{
	border-color: #333333;
	border-bottom-style: double;
	border-left-style: double;
	padding-left: 5px;
	color: #CC00CC;
}
#main p{
	padding-bottom: 20px;
	padding-left: 10px;
}
