/* Cross-browser settings */
* {
 margin: 0;
 padding: 0;
}

/* general styles */
body {
 height: 100%;
 color:#CCC;
 font-size: 12px;
 background: #111111;
 background-attachment:fixed; 
 
}
#head{
    position:absolute;
    height:18px;
    width:100%;
	background: #111111;
	text-align:left;
}

/*-------------------------グローバルナビ*/
#globalnavi {
  list-style-type: none;
    background-image:url(http://d-aero.jp/fukui/image/ffront.jpg);
    overflow:auto;
    height:127px;
    width:356px;
    position:absolute;
    top:50%;
    left:50%;
    margin-top:-210px;
    margin-left:-295px;
	padding-top:285px;
	padding-left:124px;
}

#globalnavi td {
  width: 157px;
  text-align:left;

}

#globalnavi a {
  text-align: center;
  text-decoration: none;
  width: 100%;
  margin-top:0px;
  height: 40px;
  padding-top: 20px;
  display: block;
  background-image: url(http://d-aero.jp/fukui/image/ffront.jpg);
  background-repeat: no-repeat;
  color: #000;
}

#category01 a { background-position: -126px -287px; }

#category02 a { background-position: -126px -294px; }

#category03 a { background-position: -285px -288px; }



#globalnavi a:hover {
  text-decoration: none;
  background-image: url(http://d-aero.jp/fukui/image/ffront.jpg);
  background-repeat: no-repeat;
  color: #000;
}

#category01 a:hover { background-position: -126px -410px; }

#category02 a:hover { background-position: -126px -417px; }

#category03 a:hover { background-position: -285px -410px; }



#frontside{
    background-image:url(http://d-aero.jp/fukui/image/frontside.jpg);
    overflow:auto;
    height:420px;
    width:100%;
    position:absolute;
    top:50%;  
    margin-top:-210px;
   
}


#front{
    background-image:url(http://d-aero.jp/kanazawa/image/front.jpg);
    overflow:auto;
    height:400px;
    width:490px;
    position:absolute;
    top:50%;
    left:50%;
    margin-top:-210px;
    margin-left:-295px;
}

#foot{
	position:absolute;
	bottom:0px;
	height:18px;
	width:100%;
	background: #111111;
	text-align:center;
}

#link {
 float: center;
 width: 720px;
 height: auto;
 margin: 0px 0px 0px;
 padding-left: 20px;
 padding-right: 20px;
 background: #000000 url() no-repeat;
 color: #ffeeee;
 font-size: 1.0em;
 text-align:center;
}
