
html {
  width: 100%;
  height: 100%; }
html body {
  width: 100%;
  height: 100%;
  font-family:"Meiryo UI","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  min-height:1000px;
  margin:0;
  padding:0;
 }
  

header{
	height:45px;
	width:100%;
	background-color:#0A73B7;
	margin-top:-16px;
}

header section{
	width:1000px;
	margin:0 auto;
	position:relative;
}
	
header section h1{
	position:absolute;
	top:16px;
	left:0px;
	width:301px;
	height:13px;
	display:block;
}	
	
	
header section #makuhari{
	position:absolute;
	top:15px;
	left:368px;
	width:305px;
	height:17px;
	display:block;
}


header section ul{
	position:absolute;
	top:12px;
	right:0px;
	width:500px;
	display:block;
	z-index:3;
	margin-left:-10px;
}

header section ul li{
	float:right;
	margin-left:10px;
}

.fixed {
    position: fixed;
    top: 0px;
    width: 100%;
    z-index: 10000;
	box-shadow: 0px 1px 2px rgba(0,0,0,0.1);
	height:45px;
}	
	
	
nav{
	height:45px;
	width:100%;
	background-color:#fff;	
	box-shadow: 0px 1px 2px rgba(0,0,0,0.1);
}
	
nav ul{
	height:45px;
	width:1000px;
	margin:0 auto;
}	
	
nav ul li{
	float:left;
	font-size:0;
	line-height:0;	
	background:#eee;
}	
	
nav ul li a:hover{
	filter: alpha(opacity=60);
	-moz-opacity:0.6;
	opacity:0.6;
}
	
footer{
	width:100%;
	background:url(../images/common/foot_giza.gif) repeat-x top #0A73B7;
}
	
	
footer article{
	width:1000px;
	margin:0 auto;
	position:relative;
	height:170px;
}

footer article address{
	position:absolute;
	bottom:20px;
	left:0px;
}
		
	
footer article ul{
	position:absolute;
	top:30px;
	left:0px;
}

footer article p{
	position:absolute;
	top:30px;
	left:0px;
	font-size:10px;
	line-height:18px;
	color:#FFFFFF;
	letter-spacing:1px;
	font-family:"ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
	
footer article ul li{
	float:left;
	margin-right:20px;
	padding-left:13px;
	background:url(../images/common/foot_arrow.gif) no-repeat 0px 5px;
	font-size:12px;
	line-height:14px;
	letter-spacing:2px;
}

footer article ul li a{
	color:#fff;
	text-decoration:none;
}	
	
footer article ul li a:hover{
	color:#999999;
}	
	
	
#pageTop{
	position:fixed;
	right:0px;
	bottom:0px;
	width:69px;
	height:69px;
}	
	
#pageTop a:hover{
	filter: alpha(opacity=60);
	-moz-opacity:0.6;
	opacity:0.6;
}	
	
	
#contentsArea{
	width:1000px;
	margin:0 auto;
	padding:30px 0;
	min-height:1000px;
	overflow:hidden;
}
	
.uc{
	text-align:center;
	width:1000px;
	margin:0 auto;
	padding:100px 0px;
	font-size:22px;
	font-family:Avian, Arial, Helvetica, sans-serif;
	letter-spacing:2px;
}
	
	
	
	
	
	
	
	