body {
	margin:0;
	padding:0;
	text-align: center;
	background-color: #CCC;
}

img{
	border:none;
	margin: 0px;
	padding: 0px;
}

p{
	text-align:justify; /*１*/
	text-justify:distribute;
	margin: 0px;
	padding: 0px;
}

#outline {
	margin-right: auto;
	margin-left: auto;
	width: 900px;
	background-color: #FFF;
	float: none;
}
#wrapper {
	width: 800px;
	float: left;
	background-color: #FFF;
	padding-top: 25px;
	padding-right: 50px;
	padding-bottom: 25px;
	padding-left: 50px;
}
h1 {
	padding: 0px;
	float: left;
	height: 35px;
	width: 305px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
#navi {
	height: 35px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
	margin-bottom: 0px;
	margin-top: 0px;
	padding-bottom: 20px;
	clear: both;
}
#navi ul {
	list-style-type: none;
	width: 800px;
	float: left;
	margin: 0px;
	height: 35px;
	padding: 0px;
}
#navi li {
	list-style-position: outside;
	padding: 0px;
	float: left;
	margin: 0px;
	overflow: hidden;
}

#navi #na01 a {
	display: block;
	background-image: url(../nagasawa_images/templates/navi01_on.png);
	height: 35px;
	width: 201px;
	outline: none;
}
#navi #na02 a {
	display: block;
	background-image: url(../nagasawa_images/templates/navi02_on.png);
	height: 35px;
	width: 201px;
	outline: none
}
#navi #na03 a {
	display: block;
	background-image: url(../nagasawa_images/templates/navi03_on.png);
	height: 35px;
	width: 201px;
	outline: none
}
#navi #na04 a {
	display: block;
	background-image: url(../nagasawa_images/templates/navi04_on.png);
	height: 35px;
	width: 197px;
	outline: none
}
#page_top{
	text-align:right;
	clear:both;
	padding-top: 25px;
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 0px;
}
#footer {
	height: 150px;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}
