@charset"Shift_JIS";




/* e-na css Document */
/*Basic css
--------------------------------------------------------------------------------*/

*{
  margin: 0px;
  padding: 0px;
}

body{
  margin: 0px;
  padding: 0px;
  /*background-image: url(../images/pagebg.gif);
  background-repeat: repeat-y;
  background-position: center top;*/
  background-color: #FFFFFF;
  color: #000000;
  text-align: center;
}

a:link {
	color: #0000FF;
	text-decoration: underline;
}

a:hover{}

a:visited {}

img{
 margin: 0px;
 padding: 0px;
 border-width: 0px;
}

img a{
  text-decoration: none;
  border: 0px;
  border-width: 0px;
} 

br{
	margin: 0px;
	padding: 0px;
	width: 1px;
	height: 1px;
	line-height: 0px;
}


/*全体基礎構造
-------------------------------------------*/

#page{
  width: 1000px;
  background-image: url(../images/pagebg.gif);
  background-repeat: repeat-y;
  text-align: center;
  margin: 0px auto;
  padding: 0px;
}

#wall{
  width: 730px;
  margin: 0px auto;
  padding: 0px 0px 0px 0px;
  text-align: left;
}


/*float
----------------------------------------------*/

.floatClear{
  clear: both;
  margin: 0px;
  padding: 0px;
  width: 1px;
  height: 1px;
}

.floatright{
  float: right;
}

.floatleft{
  float: left;
}


/*text
-------------------------------------------------------*/

.txtNone{
  text-indent: -9999px;
  margin: 0px;
  padding: 0px;
}

