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

body {
	text-align: center;
	background-image: url(../../images/nav_bacimage.jpg);
	background-repeat: repeat-x;
	background-color: #000000;
}


#wrapper {
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	width:100%;
	margin-top: 5px;
}
#header {
	width: 720px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
#flashcontent {
	float: left;
	width: 276px;
	text-align: center;
	display: inline;
	margin-right: auto;
	margin-left: auto;
}
#htext {
	float: right;
	margin-left: 10px;
	margin-bottom: 5px;
	display: inline;
	margin-top: 72px;
	margin-right: 10px;
}
#htext .htext01 {
	display: inline;
}
#htext .htext02 {
	display: inline;
	margin-left: 10px;
}
#gnavi {
	line-height: 0.1%;
	height:30px;
	font-size: 0.1%;
	width: 720px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
}
#gnav {
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	width: 720px;
}
#gnav li {
	line-height: 0.1%;
	height:31px;
	font-size: 0.1%;
	width: 120px;
	float: left;
	display: inline;
}
#footer {
	width: 100%;
	clear: both;
	margin-top: 20px;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
}
#footer p {
	text-align: right;
	margin-right: 20px;
	padding-top: 5px;
	padding-bottom: 20px;
}
/*.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}*/

