@charset "utf-8";
/*
 Share Style [
----------------------------------------------------------- */
* {
	margin:0;
	padding:0;
}

body {
  background:#FFF url(images/back-products.jpg);
  font-family:Arial, Helvetica, sans-serif, "ＭＳ Ｐゴシック";
  font-size:80%;
  background-repeat: repeat-x;
}

html {
	overflow-y:scroll;
}
h1,h2,h3,h4,h5,h6 {
}
p,li,dt,dl {
	line-height:1.6;
}
p {
	margin:0 0 1em 0;
}
li {
	list-style-type:none;
}
img {
	border:0;
}
address {
	font-style:normal;
}
.clear {
	clear:both;
}

/*
 Link Color [
----------------------------------------------------------- */
a:link {
  text-decoration:none;
}
a:visited {
  text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
a:active {
}

/*
 container [
----------------------------------------------------------- */
#container {
  width: 980px;
  height: 2772px;
  margin: 0 auto;
}

/*
 Head [
----------------------------------------------------------- */
#head {
  width: 980px;
  height: 211px;
  background-image: url(images/head02.jpg);
  background-repeat: no-repeat;
}

/*
 gNavi [
----------------------------------------------------------- */
#gNavi {
  width: 260px;
  padding-top: 62px;
  float: right;
  font-size: 14pt;
  display: inline;
}


/*
 nav [
----------------------------------------------------------- */
#nav {
  height: 60px;
  /width: 980px;
  list-style-type: none;
  margin-top: 10px;
  padding-left: 25px;
  float: left;
  display: inline;
}

#nav li{
	float:left;
}

/*
 main [
----------------------------------------------------------- */
#main {
  width: 990px;
  height: 930px;
  _height: 1030px;
}

*:first-child+html #main {
  width: 990px;
  height: 1030px;
}

#sorry{
  width: 980px;
  height: 200px;
  margin-top: 100px;
  text-align: center;
}

/*
 foot [
----------------------------------------------------------- */
#foot {
  width: 990px;
  height: 40px;
  float: left;
  display: inline;
  color: #FFFFFF;
  padding-left: 20px;
  font-size: 14px;
  padding-top: 20px;
}
