/*全体のテキストのデザイン*/
BODY,TR,TD,TH ,SELECT,INPUT{ font-size : 14px; font-family:'MS UI Gothic'; color:#414141;}

h1 { 
  color : #000000;
  font-size : 13px;
  font-weight : bold;
  margin-bottom : 2px;
  padding-bottom : 1px;
} 

/*セレクトボックスのデザイン*/
select{ font-size : 14px; font-family:'MS UI Gothic'; }

/*テキストエリアのデザイン*/
textarea{ font-size : 15px;}

/*リンクのデザイン*/
a:link {font-size: 14px; color:#ffffff;}
a:visited {font-size: 14px; color:#ffffff;}
a:active {font-size: 14px; color:#ffff00;}
a:hover {font-size: 14px; color:#ffff00;text-decoration: underline;position : relative;left:1px; top:1px}

/*上記以外のリンクのデザイン（削除すると上記が適用される）*/
.link_color{font-size:14x;color:#145a75;text-decoration:underline;}


/*ページ表示のデザイン*/
.page{font-size :14px;text-decoration:none;color:#145a75;}

/*左のメニューのデザイン*/
.menu{font-size 14px;text-decoration:none;color:#ffffff;}
.menu2{font-size:14px;text-decoration:none;color:#ffffff;}

/*中央に表示される小分類のデザイン*/
.bunrui{font-size:14px;text-decoration:none;color:#145a75;}

/*商品詳細画面のテキストのデザイン*/
.detail{font-size :15px;color:#414141;text-decoration:none;}
/*お勧め８商品の見出しのデザイン*/
.goods8_top{font-size:15px;color:#ffffff;text-decoration:none;}
/*お勧め８商品の商品名のデザイン*/
.goods8{font-size:15px;color:#000099;text-decoration:none;}
/*お勧め８商品の価格のデザイン*/
.goods8_price{font-size:15px;color:#000000;text-decoration:none;}

/*以下、カスタマイズ用のスタイルシート*/
#contents { 
  background-color : #ffffff;
  width : 950px;
  margin-left : auto;
  margin-right : auto;
  text-align : left;
} 

div.lhead { 
  position : relative;
  top : 0px;
  background-image : url(image/top-bnn-top1.jpg);
  background-repeat : no-repeat;
  width : 950px;
  height : 150px;
}

p.head { 
  position : relative;
  top : 30px;
  left : 3px;
  margin-top : 0px;
  padding : 30px 30px 10px 220px;
  color : #666666;
  font-size : 12px;
  line-height : 1.2em;
}  

div.headunder { 
  position : relative;
  top : 0px;
  background-color : #ffffff;
  width : 950px;
  height : 24px;
}

img.head { 
  border : none;
}  
