@charset "Shift_JIS";

/* 全体のページ */
html{height: 100%;}

body{
	height: 100%;
	background-image: url("../images1/kabe.gif");
}

.header{
	background-color: #ffffff;
	width: 776px;
	height: 537px;
	margin: 0 auto;
	padding: 4px;
	position: absolute;
	top: -5px;
	left: 112px;
	z-index: 1;
}
.primary{
	float: left;
}
.head{
	color: #ffffff;
	text-align: center;
	width: 776px;
	margin: 0 auto;
}
.head h1{
	background-color: #ffffff;
	margin: 0 auto;
	width: 421px;
	height: 344px;
	position: absolute;
	top: 115px;
	left: 2px;
	z-index: 2;
}
.head ul{
	background-color: #00ccff;
	font-size: 12pt;
	font-weight: bold;
	line-height: 1.5em;
	width: 784px;
	margin: 0 auto;
	position: absolute;
	top: 499px;
	left: 2px;
	z-index: 2;
}
.head li{
	padding-right: 10px;
	padding-left: 10px;
	display: inline;
}
.main{
	background-color: #ffffff;
	width: 782px;
	height: 1400px;
	margin: 0 auto;
	padding: 2px;
	position: absolute;
	top: 524px;
	left: 110px;
	z-index: 3;
}
address{
	padding-left: 3px;
	float: left;
}
.footer-nav{
	text-align: right;
	font-size: 12pt;
	clear: right;
}
/* リンク */
a{
	text-decoration: none;
}
a:link{
	color: #0000ff;
}
a:visited{
	color: #008000;
}
a:active{
	color: #ff0000;
}
a:hover{
	color: #ff1493;
	text-decoration: underline;
}
a:focus{
	color: #ff0000;
}
