﻿
body{
	margin: 0;
	padding:0;
	font-family:serif; 
	 -webkit-print-color-adjust: exact;
	}

#menu a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}

header{
	margin:0;
	padding:0;
	margin-left:auto;
	margin-right:auto;
	width:1024px; 
	height:100%;
	position: relative; 
}

#menu{
	width:1024px; 
	margin:0;
	padding:0;
	display:block;
	position:absolute;
	}

#menu ul{
	text-align:right;
	margin-right: 26px;
	}

#menu ul li{  
	text-align:center;
	font-size:14px;
	display: inline-block;
	color:white;background-color: #000000;
	
	font-family: kozuka-mincho-pr6n, serif;
	font-weight: 700;
	font-style: normal;

	margin-left: 35px;
 } 

#menu a {
	text-decoration: none;
	color:white;
	}
	

a {
	text-decoration: none;
	color:black;
	}
	
img{width:1024px;}

li{list-style: none;}

.heisya{
	clear: both;
	font-size:14px;
	margin:0;
	padding:0;
	}

/* clearfix */	
#main:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
/* IE7,MacIE5 */
#main {
  display: inline-block;
}
/* WinIE6 below, Exclude MacIE5 \*/
* html #main {
  height: 1%;
}
#main {
	display: block;
}

/* ここまで */


footer{
	margin:0;
	padding:0;
	margin-left:auto;
	margin-right:auto;
	width:100%;
	height:30px;
	text-align:center;
	background-color: #ffffff
	}
	
.heisya{
	font-family: kozuka-mincho-pr6n, serif;
	font-weight: 400;
	font-style: normal;

	margin-bottom: 16px;
	font-size:12px;
	margin-top:0px;
	background-color: #ffffff;
	letter-spacing: 2px;
	}

.copyright{
	font-family: kozuka-mincho-pr6n, serif;
	font-weight: 200;
	font-style: normal;

	width: 1024px;
	color:white;
	font-size:10px;
	margin-left:auto;
	margin-right:auto;
	height:20px;
	background-color: #000000;
	line-height: 20px;
	letter-spacing: 3px;
	}


@media all and (-ms-high-contrast: none){/* IE10以上 */
.copyright{
	line-height: 30px;
}

}