/**ショッピングカートの基本スタイル**/
#content tr,td,select,input,p {
	font-family: 'MS UI Gothic';
	color: #222;
}
#content select,input,p {
	padding: 2px;
}
#content table {
	text-align:left;
}

#content form {
	margin:3px 0 5px 0;
}

#content h1, h2, h3 {
}

#content h1{
	margin-left:8px;
	font-weight:normal;
}

#content img{
	vertical-align:bottom;
	border:none;
}

/*セレクトボックスのデザイン*/
#content select{  font-family: 'MS UI Gothic';}

/*テキストエリアのデザイン*/
#content textarea{  }

/*リンクのデザイン*/
#content a:link { }
#content a:visited {text-decoration : none;}
#content a:active {text-decoration : none;position : relative;top:1px;left: 1px;}
#content a:hover { color:#333333;text-decoration: underline;}

/*上記以外のリンクのデザイン（削除すると上記が適用される）*/
.link_color{text-decoration: underline;}
.link_button{text-decoration: underline;padding:10px;background : url(../images/link.gif) no-repeat left center;}
#cartinfo .link_button{text-decoration: underline;background : none;padding:10px 10px 10px 0;}

/*リストのデザイン*/
.list_style{
	list-style-image: url(../images/list.gif);
	list-style-position: outside;
	margin: 8px 0 8px 40px;
	padding: 0px;
}
.list_style li{
	padding: 0px;
	margin-bottom: 4px;
}

/*ボタンのデザイン（削除すると通常のボタンになる）*/
.submit{cursor: pointer;}

/*商品検索テーブルのデザイン*/
.kensaku_table{height:19px;background-color:#ececec;
border: 1px solid #ececec;padding-left: 3px;padding-right: 3px;
padding-top: 2px;padding-bottom: 2px;}
/*商品検索窓のデザイン*/
.kensaku{width:95px;height:20px;
background-color:#ffffff;border: 1px solid #7f9db9;}
/*購入合計額のデザイン*/
.total{height:19px;background-color:#ffffff;
border: 1px solid #dddddd;padding-left: 7px;
padding-right: 7px;padding-top: 3px;}
.total_text{color:#555555;text-decoration:none;}
/*検索結果と価格順等のテーブルのデザイン*/
.kensaku_table2{height:19px;background-color:#eeeeee;
border: 1px solid #eeeeee;padding-left: 2px;
padding-right: 3px;padding-top: 2px;padding-bottom: 2px;}

/*中央に表示される小分類のデザイン*/
.bunrui{text-decoration : none;color:#551f00;}

/*ページ表示のデザイン*/
.page{text-decoration:underline;padding:0px 3px;margin:1px;border:1px solid #dddddd;}

/*商品詳細画面のテキストのデザイン*/
.detail{color:#555555;text-decoration : none; line-height: 120%;}
/*商品詳細画面の上部の色*/
#detail_midasi_color{background-color:#84a1ff;}
#detail_midasi_fontcolor{;color:#ffffff;padding: 2px 0px 0px 5px;height: 17px;margin: 0;}

/*お勧め８商品の見出しのデザイン*/
.goods8_top{color:#ffffff;text-decoration : none;}
/*お勧め８商品の商品名のデザイン*/
.goods8{color:#551f00;text-decoration : none;}
/*お勧め８商品の価格のデザイン*/
.goods8_price{color:#551f00;text-decoration : none;}


#detailSetumei{
	clear: both;
	padding:7px 5px 7px 5px;
	text-align: justify;
	text-justify: inter-ideograph;
}
#detailSetumei a{text-decoration: underline;}

.shoppingmore {font:bold 130% sans-serif;color:#f12}