@charset "UTF-8";
/* CSS Document */


/* hide from ie on mac \*/
html {
          height: 100%;
          overflow: auto;
      }

#flashcontent {
          position: absolute;
          top: 0px;
          left: 0px;
          height: 100%;
          width:  100%;
}


body {
	font-family: "ITC American Typewriter", "American Typewriter", Geneva, Arial, Helvetica;
	/*height: 100%;*/
	margin: 0px;
	padding: 0px;
	background-color: #fff;
}

img {
border:0;
}

a {
	color:#000000;
	text-decoration:none;
}

h1{
 position: absolute;
 top: -32768px;
 left: -32768px;
}

 
h2 {
 position: absolute;
 top: -32768px;
 left: -32768px;
}

.main-contents #main-contents{
text-align:center;


}

.main-visual{
	top: 50%;
	left: 50%;
	position: absolute;
	text-align:center;
  /*height: 200px;*/
	width: 270px;
	margin-left: -135px;
	margin-top: -100px;
}

/*パネルオープン時の操作*/
.main-visual-open{
	top: 45%;
	left: 50%;
	position: absolute;
	text-align:center;
  /*height: 200px;*/
	width: 270px;
	margin-left: -135px;
	margin-top: -100px;
	background-color:#cccccc;
}
.main-visual p{
	margin-top:5px;
	font-size: small;
}

.nav-icon{
	width: 90px;
	float:left;
	text-align:center;
	margin:0;
	padding:0;
}
.nav-icon p{
	margin-top:0px;
	font-size: small;
}