@charset "UTF-8";

/* 豚銘柄紹介ページ用CSS */

div.menu_block {
  margin: 0px;
  padding: 15px 0px 1px 0px;
}

div.pork_title {
  position:relative;
  height: 1.4em;
}

span.pork_name {
  position:absolute;
  top: 0px; left: 0px;
  text-align:left;
}

span.price {
  position:absolute;
  top: 0px; left: 0px;
  margin-left: 280px;
  text-align:left;
}

.pork_name {
  font-size: 1.2em;
  font-weight: bold;
}

.pork_name a {color: #003366; text-decoration: none;}
.pork_name a:link {color: #003366; text-decoration: none;}
.pork_name a:visited	{color: #003366; text-decoration: none;}
.pork_name a:active {color: #999999;}
.pork_name a:hover {color: #999999; text-decoration: underline;}

.pork_description {
  margin: 5px 20px 20px 0px;
  font-size: normal;
}

.price {
  font-size: 1.2em;
  font-weight: bold;
}

#pork_title {
  position:relative;
  height: 1.4em;
  margin: 0px 0px 5px 0px;
  padding: 0px 0px 5px 0px;
  border-bottom: solid #969592 1px;
}

#pork_description {
  margin: 10px 0px;
  font-size: normal;
}

/* トラックバック */
#trackbacks {
  margin: 20px 0px 5px 0px;
  padding: 0px 0px 5px 0px;
  font-size: 1em;
  font-weight: bold;
  border-bottom: solid #969592 1px;
}

.techstuff {
  margin: 0px 0px 10px 0px;
}

/* コメント */
.comments-head {
  margin: 20px 0px 5px 0px;
  padding: 0px 0px 5px 0px;
  font-size: 1em;
  font-weight: bold;
  border-bottom: solid #969592 1px;
}

/* コメント投稿者 */
.comments-post {
  
}

/* コメント本文 */
.comments-body {
  font-size: normal;
}

/* コメント本文 IE6 */
* html div.comments-body td{
  font-size: x-small;
}