@charset "UTF-8";

p {
 padding: 0px;
 margin: 0px;
}

/*サイズ基準*/
#dami {
  width: 794px; 
  background: #a9a9a9;
}

/*ヘッダー（戻るリンク）*/
#header {
  margin: 0px 0px 10px 0px;
  width: 910px;
  text-align: left;
/*  background: #cdcdcd;*/
}

/*ヘッダ内　戻るリンク*/
#hdm { 
  margin-left: 10px;
  width: 160px;
  font-size: 13px; line-height: 1.5; color: #444444;
}
#hdm a:visited {
  color: #222;
  text-decoration: underline;
}
#hdm a:link {
  color: #222;
  text-decoration: underline;
}
#hdm a:hover{
  color: #800000;
  text-decoration: underline;
}



/*.hdm {
  width: 800px;
  margin: 0 auto;
  text-align: left;
  font-size: 13px; line-height: 1.5; color: #444444;
}
.hdm a { color: #0000cd;
}
.hdm a:hover{ color: #800000;
}*/


#cate{
/*  width: 794px;*/
  height: 40px;
  margin-left: 10px;
  margin-bottom: 10px;
  font-size: 18px; line-height: 1.5;
  text-align: left;

}

#content {
  margin: 0 auto;
  width: 800px;
  text-align: center;
/*  background: #f1f1f1;*/
}

/*項目のテーブル*/
.komoku {
  margin-left: 70px;
  border-bottom: solid 1px #add8e6;
  font-size: 12px; line-height: 1.3; color: #555;
}


/*横1行扱い*/
.a_line {
  width: 800px;
  margin-left: 70px;
  margin-top: 6px;
  margin-bottom: 4px;
}


/*商品名（リンク）*/
.a_pdn { 
  width: 420px; float: left;
  text-align: left;
  font-size: 14px; line-height: 1.5; color: #444;
}
.a_pdn a { color: #800000; text-decoration: none;
}
.a_pdn a:hover{ color: #800000; text-decoration: underline;
}

/*価格*/
.a_pr {
  width: 92px; float: left;
  text-align: right;
  font-size: 13px; line-height: 1.5; color: #333;
  white-space: nowrap;
}

/*内容量*/
.a_ryo {
  width: 260px;
 float: left;
  text-align: left;
  background: #fffff0;
  border: solid 1px #dcdcdc;
  padding-left: 1px;
  margin-bottom: 4px;
  margin-left: 10px;
  font-size: 11px; line-height: 1.5; color: #666;
}


/*罫線（破線）*/
.a_ldm {
  clear: both;
  width: 800px;
  margin-left: 70px;
  border-bottom: dotted 1px #dcdcdc;
}
