@charset "utf-8";

@import url(common.css);

/* home */

#home_background{
  width:547px;
  height:562px;
  display: block;
  position:relative;
  margin:24px 0 25px 33px;
  padding: 0;
  /* hide overflow:hidden from IE5/Mac */
  /* \*/
  overflow: hidden;
  /* */
}

#home_background span{
  display:block;
  position:absolute;
  top:0;
  left:0;
  width:547px;
  height:562px;
  background-image: url(../_im/home_background_01.gif);
  background-repeat: no-repeat;
}

#home_footer
{
	width: 980px;
	height: 26px;
	background-image: url(../_im/home_background_02.gif);
	background-repeat: repeat-x;
	color: #FFFFFF;
	text-align: right;
}

#home_footer address
{
	font-style: normal;
	padding: 0.7em 0 0 0;
	font-size: 0.8em;
	*font-size: 0.7em;
}

#home_footer a
{
	color: #FFFFFF;
	text-decoration: none;
}

#home_footer a:hover
{
	color: #FFFFFF;
	text-decoration: underline;
}



