@charset "UTF-8";
/* CSS Document */
body {
	margin: 0px;
	paddind: 0px;
	font-family: sans-serif;
/*	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;*/
	font-size: 14px;
	text-align: center;
	background-image: url(../img/bg.jpg);
	background-position: center;
}

img {
	border: 0px;
}

a:link {
	font-size: 14px;
	color: #393939;
	line-height: 120%;
	text-decoration: none;
}
a:active {
	font-size: 14px;
	color: #393939;
	line-height: 120%;
	text-decoration: none;
}
a:visited {
	font-size: 14px;
	color: #393939;
	line-height: 120%;
	text-decoration: none;
}
a:hover {
	font-size: 14px;
	color: #393939;
	line-height: 120%;
	text-decoration: underline;
}
a.news:visited {
	font-size: 14px;
	color: #707070;
	line-height: 120%;
	text-decoration: none;
}
a.news:hover {
	font-size: 14px;
	color: #808080;
	line-height: 120%;
	text-decoration: underline;
}

td {
	font-size: 14px;
	color: #393939;
	line-height: 130%;
}
#news {
	margin: 30px 10px;
	padding: 10px 10px;
	text-align: left;
	line-height: 150%;
}
/* シャドウ用 */
div.img-dec {
  background-image:url(../img/shadow_001.gif);
  background-repeat: no-repeat;
  background-position: bottom right;
  margin: 10px 5px 10px 5px;
  padding: 0px;
  position: relative;
}

div.img-dec img {
  background-color: #FFFFFF;
  margin: -5px 5px 5px -5px;
  position: relative;
  vertical-align: bottom;
}

div.img-fuchi {
  background-image:url(../img/shadow_001.gif);
  background-repeat: no-repeat;
  background-position: bottom right;
  margin: 10px 5px 10px 5px;
  padding: 0px;
  position: relative;
}

div.img-fuchi img {
  background-color: #FFFFFF;
  border: 1px solid #A9A9A9;
  margin: -5px 5px 5px -5px;
  padding: 4px;
  position: relative;
  vertical-align: bottom;
}
/* シャドウ用 */
/* 右クリック保存禁止 */

div.img_hz{
    position:relative;
    width:848px;
    height:305px;
}

span.guard{
	position:absolute;
	display:block;
	width:848px;
	height:305px;
/*    width:100%;*/
/*    height:100%;*/
    background-image: url(../img/spacer.gif);
/*    background-image:url(../img/spacer.gif);*/
}
h2 {
	line-height: 100%;
}
h3 {
	background-image:url(../img/goods/h2_bg.gif);
	color:#FFF;
	font-weight:bold;
	margin-top:20px;
	line-height: 100%;
}

#goods {
	width: 800px;
	margin: 10px auto;
}
/* テーブル枠線 (New 2009/08)
----------------------------------------------- */
#under_line {
	border:solid 1px #CCCCCC;
}
#under_line2 {
	border:solid 0px #CCCCCC;
}
#line_2 {
	border-bottom:dotted 1px #999999;
	border-right:dotted 1px #999999;
}
#line_3 {
	border-bottom:dotted 1px #999999;
}
#line_4 {
	border-right:dotted 1px #999999;
}
#lineB {
	border:solid 1px #CCCCCC;
}
#lineB_1 {
	border-bottom:solid 1px #000000;
}
