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

* {
	margin: 0px;
	padding: 0px;
}
body {
	margin:0px;
	padding:0px;
	text-align:center; 
	background-image: url(/images/bg.gif);
	background-color: #FFF;
}
img {
	border: 0px none;
}

a:hover img{
  opacity: 0.5;
  -moz-opacity: 0.5; /* Firefox */
  filter: alpha(opacity=50); /* IE6/7 */
  -ms-filter: "alpha(opacity=50)"; /* IE8 */
}
#wrapper {
	width: 850px;
	margin:auto;
	padding:0px;
	text-align:center; 
}
#head {
	height: 58px;
	width: 850px;
	margin-top:10px;
	text-align:left; 
}
h1 {
	text-align:right; 
	height: 28px;
	width: 850px;
}
em {
	visibility: hidden;
}


/* navi */
#navi {
	margin: 0px;
	padding: 0px;
	width: 850px;
	height: 42px;
	overflow: hidden;
}
#navi a {
	margin: 0px;
	padding: 0px;
}
div#index {
  height: 450px;
  background-image: url(./img/index_bg.png);
  background-repeat:no-repeat;
}
div#service {
  height: 450px;
  background-image: url(./img/service_bg.png);
  background-repeat:no-repeat;
}
div#corp {
  height: 450px;
  background-image: url(./img/corp_bg.png);
  background-repeat:no-repeat;
}
div#shop {
  height: 450px;
  background-image: url(./img/shop_bg.png);
  background-repeat:no-repeat;
}
div#inquiry {
  height: 450px;
  background-image: url(./img/inquiry_bg.png);
  background-repeat:no-repeat;
}