/**ショッピングカートの基本スタイル**/

body {
background: url(http://www.tsfactory.jp/s/p_image/grade-gray3.jpg) repeat-x center top fixed;
}

#content tr,td,select,input,p {
	font-size : 13px;
	font-family: 'MS UI Gothic';
	color: #bfb8b5;
}

#content input {
	color: #000000;
}


#content table {
	text-align:left;
}


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

#content h1, h2, h3 {
	font-size: 13px;
	margin: 0px;
	padding: 0px;
}

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

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

#content hr{
	color: #141414;
}

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

/*テキストエリアのデザイン*/
#content textarea{ font-size : 15px; }

/*リンクのデザイン*/
#content a:link {font-size: 13x; color:#aaaaaa;text-decoration : none;}
#content a:visited {font-size: 13px; color:#aaaaaa;text-decoration : none;}
#content a:active {font-size: 13px; color:#ffffff;text-decoration : none;}
#content a:hover {font-size: 13px; color:#ffb263;text-decoration: underline;position : relative;top:1px}


/*上記以外のリンクのデザイン（削除すると上記が適用される）*/

.link_button{text-decoration: underline;padding-left:10px;padding-top:2px;border: 0px;background : url(../images/link.gif) no-repeat 0px 4px;}

/*リストのデザイン*/
.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{color: #cbcbcb; /* 文字色 */
font-weight: bold;
background-color:#C0C0C0; /* 背景色 */
border:1px outset:#C0C0C0;/* 枠の色 */
height:20px;padding-top:1px;padding-bottom:2px;
cursor: pointer;}

.submit:hover{color: #ffb263; /* 文字色 */
font-weight: bold;
background-color:#C0C0C0;/* 背景色 */
border:1px outset :#C0C0C0;/* 枠の色 */
height:20px;padding-top:1px;padding-bottom:2px;
cursor: pointer;}

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

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

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

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

/*お勧め８商品の見出しのデザイン*/
.goods8_top{font-size : 13px;color:#cccccc;text-decoration : none;}
/*お勧め８商品の商品名のデザイン*/
.goods8{font-size : 13px;color:#555555;text-decoration : none;}
/*お勧め８商品の価格のデザイン*/
.goods8_price{font-size : 13px;color:#555555;text-decoration : none;}

#siteFoot{
	width: 880px;
	clear: both;
	border-top: 1px solid #141414;
	background-color: #000000;
	font-size: 90%;
	color: #888888;
	padding: 7px 0 7px 0;
	margin: -1px auto;
	text-align:center;
}
#siteFoot a{
	font-size: 100%;
	color: #888888;
}

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

/*カテゴリーのデザイン*/
#cate{
display:block;
}

#ranking{
color:white;
}
