@charset "UTF-8";

a#productsLink,
a#zoutouLink,
a#fukuroLink,
a#takouLink,
a#kobanashiLink {
	cursor:pointer;
	}

a:hover#productsLink,
a:hover#zoutouLink,
a:hover#fukuroLink,
a:hover#takouLink,
a:hover#kobanashiLink {
  border:none;
	}

a:hover#productsLink img {
  position:absolute;
	top:-193px;
	left:-540px;
	}
/*
* html #topPage img {
	behavior: expression(IEPNGFIX.fix(this));
  }
*/
#topPage {
  clear:both;
  height:700px;
	width:743px;
	overflow:hidden;
	position:relative;
	top:0;
	left:0;
	padding:0;
	margin:0;
  }
#topPage img#topMain {
  position:absolute;
	top:10px;
	left:35px;
  }
#topPage a {
	overflow:hidden;
	position:relative;
	top:0;
	left:0;
	display:block;
  }
a#productsLink {
  z-index:100;
  width:180px;
	height:20px;
	overflow:hidden;
	position:absolute;
	top:440px;
	left:15px;
	display:block;
	}
#productsLink img {
  position:absolute;
	top:0;
	left:-540px;
	}
#topPage ul {
	position:absolute;
	top:445px;
	left:15px;
  }
#topPage li {float:left;}
a#zoutouLink,
a#fukuroLink,
a#takouLink {
  width:180px;
	height:200px;
	}
a#zoutouLink img {
  position:absolute;
	top:0;
	left:0;
	}
a#fukuroLink img {
  position:absolute;
	top:0;
	left:-180px;
	}
a#takouLink img {
  position:absolute;
	top:0;
	left:-360px;
	}
a#kobanashiLink {
	position:relative;
	top:17px;
	left:-3px;
  width:185px;
	height:175px;
	}
a#kobanashiLink img {
  position:absolute;
	top:-18px;
	left:-540px;
	}
	
a:hover#zoutouLink img {
  position:absolute;
	top:-200px;
	left:0;
	}
a:hover#fukuroLink img {
  position:absolute;
	top:-200px;
	left:-180px;
	}
a:hover#takouLink img {
  position:absolute;
	top:-200px;
	left:-360px;
	}
a:hover#kobanashiLink img {
  position:absolute;
	top:-218px;
	left:-540px;
	}

/* ページトップへ */
.toplink {
	float:right;
	width:auto;
	margin-left:10px;
	padding-right:5px;
	text-align:right;
	padding-bottom:15px;
	list-style-type: none;
	padding-top: 15px;
	}
.toplink a:hover {
	text-decoration:underline;
	}
.toplink a {
  color:#808080;
	text-decoration:none;
	}
.toplink a .mark {
	color:#990000;
	}
