@charset "utf-8";

html{
	background: #000;
	height:auto;
	width:100%;
}

body{
	background-image:url('../../img/ビル4.jpg');
	background-repeat:no-repeat;
	background-position:50% 50%;
	background-attachment:fixed;
}

div#wrapper{
	margin: 0 auto;
	text-align: left;
	width: 1018px;
	height:auto;
	line-height: 1.8;
	background-color:white;
}

div#header{
	width: 960px;
	margin: 0 auto;
	text-align: left;
	padding: 40px 0 0;
}

.header2 {
	font-family: メイリオ;
	font-style: italic;
}
.header3 {
	font-size: 11pt;
	margin-right: 49;
}
.header4 {
	font-size: 13pt;
}
.header5 {
	font-family: メイリオ;
	font-weight: bold;
}
.header6 {
	font-family: "Segoe Script";
	font-size: 13pt;
	color: #666666;
}
.header7 {
	font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande", "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
	font-size: 18pt;
	font-weight: bold;
	margin-top: 0;
}
.header8 {
	font-size: 30pt;
	color: #FF0000;
	font-style: italic;
}
.header10 {
	color: #FF0000;
	font-style: italic;
}
.header14 {
	margin-bottom: 10px;
}
.header17 {
	margin-bottom: 0px;
}
.header18 {
	font-family: メイリオ;
	font-size: 14pt;
	font-weight: bold;
}
/*-------------------------------------*/

div#footer{
	background: #000;
	margin-top: 0;
	margin-left:auto;
	margin-right:auto;
	text-align: center;
	padding: 15px 0;
	font-size:14px;
}

div#footer p#copyright{
	text-align: center;
	color: #fff;
	font-family:"lucida grande", tahoma, verdana, arial, sans-serif!important;
}
.footerlink{
    text-align:center;
	color: #fff;
}
p.footerlink a{
	color:#fff;
}
.dropmenu{
  *zoom: 1;
  list-style-type: none;
  width: 960px;
  margin: 0px;
  padding: 0;
  text-align: center;
}
.dropmenu:before, .dropmenu:after{
  content: "";
  display: table;
}
.dropmenu:after{
  clear: both;
}
.dropmenu li{
  position: relative;
  width: 137.15px;
  float: left;
  margin: 0;
  padding: 0;
  text-align: center;
}
.dropmenu li a{
  display: block;
  margin: 0;
  padding: 15px 0 11px;
  background: #b7ebff;
  background: -moz-linear-gradient(top, #b7ebff 0%, #b7ebff 13%, #9be4ff 31%, #3fccff 57%, #309dcf 100%);
  background: -webkit-linear-gradient(top, #b7ebff 0%,#b7ebff 13%,#9be4ff 31%,#3fccff 57%,#309dcf 100%);
  background: linear-gradient(to bottom, #b7ebff 0%,#b7ebff 13%,#9be4ff 31%,#3fccff 57%,#309dcf 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b7ebff', endColorstr='#309dcf',GradientType=0 );  color: #fff;
  font-size: 17px;
  font-weight:bold;
  line-height: 1;
  text-decoration: none;
}
.dropmenu li ul{
  list-style: none;
  position: absolute;
  z-index: 9999;
  top: 100%;
  left: 0;
  margin: 0;
  padding: 0;
}
.dropmenu li ul li{
  width: 100%;
}
.dropmenu li ul li a{
  padding: 13px 15px;
  border-top: 3px solid #FFFFFF;
  background: #4682B4;
  text-align: left;
}
.dropmenu li:hover > a{
  background: #4682B4;
}
.dropmenu li a:hover{
  background: #87CEEB;
}
.dropmenu li ul {
  visibility: hidden;
  perspective: 400px;
}
.dropmenu li:hover ul{
  visibility: visible;
}
.dropmenu ul li{
  transform: rotateY(90deg);
  transform-origin: 50% 0;
  transition: .3s;
}
.dropmenu li:hover li{
  transform: rotateY(0);
}
.dropmenu ul li:nth-child(2) {
  transition-delay: .1s;
}
.dropmenu ul li:nth-child(3) {
  transition-delay: .2s;
}
.dropmenu ul li:nth-child(4) {
  transition-delay: .3s;
}
.dropmenu ul li:nth-child(5) {
  transition-delay: .4s;
}
link{
	display:block;
}
