@charset "UTF-8";

/*
########################################################
	共通設定
########################################################
*/
* {
  margin: 0;
  padding: 0;
}
a:link {
  color: #0099cc;
  text-decoration: none;
}
a:visited {
  color: #0099cc;
  text-decoration: none;
}
a:hover {
  color: #ff0000;
  text-decoration: none;
}
ul.menu li {
  list-style-type: none;
}
ul.leftmenu li {
  list-style-type: none;
}
body{
  color: #444444;
  font-size: 12px;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
  line-height: 1.2;
  text-align: center;
  background-color: #FFF0F5;
}
img {
  border:none;
  vertical-align:top;
}
p {
  margin-bottom: 10px;
}
.clear {
  clear: both;
}
.left {
  text-align: left;
}
.floatleft {
  float: left;
}
.floatright {
  float: right;
}
.red {
  color: #FF0000;
}
.topagetop {
  clear: both;
  float: right;
}
.flame {
  padding: 5px;
  margin-bottom: 5px;
  border: solid 2px #cccccc;
}
/*
########################################################
	全体構造
########################################################
*/
#back {
  width: 820px;
  margin-left: auto;
  margin-right: auto;
  background-color: #ffffff;
}
#wrapper {
  width: 780px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  background-color: #FFFFFF;
}
#title {
  float: left;
  font-size: 12px;
}
.subtitle {
  font-size: 15px;
  color: #009900;
  clear: both;
  margin-top: 10px;
  margin-bottom: 5px;
}
#main {
  float: right;
  width: 575px;
  text-align: center;
  margin-bottom: 10px;
}
#main a {
  text-decoration: underline;
}
#oomidasi {
  text-align: center;
}
.backhome {
  clear: both;
  margin: 10px 0px;
  text-align: center;
}
#pankuzu {
  float: left;
  margin-bottom: 10px;
}
.pagetop {
  clear: both;
  text-align: right;
}
/*
########################################################
	ヘッダー
########################################################
*/
#headercopy {
  height: 15px;
  color: #000000;
  font-size: 12px;
  margin-bottom: 5px;
}
#header {
  float: left;
  height: 80px;
  width: 300px;
  margin-bottom: 5px;
}
#itemcategory {
  margin-bottom: 5px;
  list-style-type: none;
}
#itemcategory li {
  float: left;
}
/*
########################################################
	メインメニュー
########################################################
*/
#mainmenu {
  clear: both;
  height: 40px;
  margin-bottom: 5px;
}
#mainmenu ul.menu li {
  float: left;
}
#mainmenu ul.menu li a {
  width: 130px;
  height: 40px;
  outline: none;
  display: block;
  text-indent: -700em;
  background-repeat: no-repeat;
  background-position: 0px 0px;
}
#mainmenu ul.menu li a:hover {
  background-position: 0px -40px;
}
a.mainmenu01 {
  background-image: url(../img/btn_att.gif);
}
a.mainmenu02 {
  background-image: url(../img/btn_cartcheck.gif);
}
a.mainmenu03 {
  background-image: url(../img/btn_guide.gif);
}
a.mainmenu04 {
  background-image: url(../img/btn_store.gif);
}
a.mainmenu05 {
  background-image: url(../img/btn_qa.gif);
}
a.mainmenu06 {
  background-image: url(../img/btn_contact.gif);
}
/*
########################################################
	レフトメニュー
########################################################
*/
#leftmenu {
  float: left;
  width: 195px;
  height: 25px;
  font-size: 12px;
  text-align: left;
  line-height: 25px;
}
#leftmenu li a {
  width: 195px;
  height: 25px;
  outline: none;
  color: #555555;
  display: block;
  line-height: 25px;
  padding-left: 5px;
  background-color: #ffffff;
  border-bottom: dotted 1px #cccccc;
}
#leftmenu li a:hover {
  color: #ffffff;
  background-color: #e5396e;
}
#contents {
  width: 200px;
  height: 25px;
  text-indent: -700em;
  background: url(../img/bar_contents.gif) no-repeat;
}
#category {
  width: 200px;
  height: 25px;
  text-indent: -700em;
  background: url(../img/bar_category.gif) no-repeat;
}
/*
########################################################
	見出し
########################################################
*/
#midasi {
  margin-bottom: 10px;
}

#midasi h1 {
  color: #FF9900;
  font-size: 20px;    
}

#midasi p {
  text-align: left;    
}
/*
########################################################
	商品配列
########################################################
*/
.item {
  float: left;
  width: 180px;
  height: 210px;
  margin: 2px 3px 2px 3px;
}
.item a img{
  border: solid 2px #ffffff;
}
.item a:hover img{
  border: solid 2px #0099cc;
}
.price {
  clear: both;
  color: #FF0000;
  text-align: center;
  margin-bottom: 10px;
}
/*
########################################################
	天然石
########################################################
*/
#catch {
  clear: both;
  text-align: center;
}
#name {
  clear: both;
  text-align: center;
  margin: 10px 0px;
}
#si {
  font-size: 12px;
  text-align: center;
  margin-bottom: 10px;
}
.expla {
  clear: both;
  color: #009900;
  margin: 5px 0px;
}
/*
########################################################
	フッター
########################################################
*/
#footer {
  clear: both;
  width: 780px;
  height: 110px;
  text-indent: -700em;
  background: url(../img/copyright.gif) no-repeat;
}