@charset "UTF-8";

/* bace */
body {
  margin: 0px;
  padding: 0px;
  text-align: center;
  font: small "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "MS PGothic", sans-serif;
  background: #A8A9AD url(../image/index/back.gif) repeat-x top;
}
#container {
  width: 970px;
  text-align: left;
  margin-right: auto;
  margin-left: auto;
}
#contents {
	width: 970px;
	float: left;
}
img {
    border: none;
    vertical-align: top;
}

/* header */
#index_header {
	width: 970px;
	height: 81px;
	margin: 0px;
	padding: 0px;
	background: url(../image/index/header_back.gif) no-repeat;
	display: block;
	float: left;
}
#menu {
	width: 600px;
	height: 81px;
	margin: 0px;
	padding: 0px;
	float: left;
}
ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
li {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	float: left;
	width: 100px;
	text-align: center;
}
#menu ul.menu li a {
	width: 100px;
	height: 81px;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	display: block;
	text-indent: -9999px;
}
#menu ul.menu li a:hover {
	background: 0px -81px;
}

a.home {
	background: url(../image/header/home_off.gif);
}
a.pitit {
	background: url(../image/header/pitit_off.gif);
}
a.deco {
	background: url(../image/header/deco_off.gif);
}
a.gift {
	background: url(../image/header/gift_off.gif);
}
a.blog {
	background: url(../image/header/blog_off.gif);
}
a.shopmap {
	background: url(../image/header/shopmap_off.gif);
}

/* text */
p {
	font-size: small;
	color: #695C41;
	line-height: 140%;
	margin: 0px;
	padding: 0px;
}
h1 {
	font-size: x-small;
	margin: 0px;
	padding: 0px;
	height: 81px;
	width: 370px;
	float: left;
	display: block;
	text-indent: -9999px;
}
h6 {
  font-weight: bold;
  color: #FFFFFF;
  font-size: medium;
  display: block;
  margin: 10px 0px;
  padding: 0px;
}
.white {
	color: #FFFFFF;
	font-size: small;
}
.white11 {
	font-size: 11px;
	padding-top: 15px;
	color: #FFFFFF;
}
a:link {
  color: #3E7806;
  text-decoration: underline;
}
a:visited {
	color: #666666;
	text-decoration: underline;
}
a:hover {
  color: #3E7806;
  text-decoration: underline;
}

#main {
  float: left;
  width: 970px;
  padding-bottom: 20px;
  height: auto;
}

/* left */
#left {
	width: 370px;
	float: left;
}
#messe {
	background: url(../image/index/messe.gif) no-repeat;
	height: 138px;
	width: 300px;
	padding-top: 30px;
	padding-left: 30px;
	padding-right: 40px;
}
#blog {
	background: url(../image/index/blog_back.gif);
	height: 165px;
	width: 370px;
	padding-top: 70px;
}
#blog img {
	float: left;
	padding-top: 30px;
	padding-left: 25px;
}
#footer_index {
  width: 296px;
  background: url(../image/bear.gif) no-repeat;
  height: 120px;
  margin-top: 28px;
  padding-left: 74px;
  padding-top: 60px;
}

/* right */
#right {
	height: 560px;
	width: 600px;
	float: right;
}