/**基本スタイル**/
body,tr,td,select,input {
	font-size : 13px;
	font-family: 'MS UI Gothic';
	color: #666666;
	line-height: 110%;
}

body {
	margin: 0px;
	padding: 0px;
	text-align: center;
}

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

h1, h2, h3 {
	font-size: 100%;
	margin: 0px;
	padding: 0px;
}

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

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

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

/*リンクのデザイン*/
a:link {font-size: 13x; color:#555555;text-decoration : none;}
a:visited {font-size: 13px; color:#555555;text-decoration : none;}
a:active {font-size: 13px; color:#333333;text-decoration : none;}
a:hover {font-size: 13px; color:#333333;text-decoration: underline;position : relative;top:1px}
/*上記以外のリンクのデザイン（削除すると上記が適用される）*/
.link_color{text-decoration: underline;}

/*ボタンのデザイン（削除すると通常のボタンになる）*/

/*商品検索テーブルのデザイン*/
.kensaku_table{height:19px;background-color:#d0d0ff;
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 #67676a;}
/*購入合計額のデザイン*/
.total{height:19px;background-color:#ffffff;
border: 1px solid #555555;padding-left: 7px;
padding-right: 7px;padding-top: 3px;}
.total_text{
	color: #555555;
	font-size: 12px;
	text-decoration: none;
}
/*検索結果と価格順等のテーブルのデザイン*/
.kensaku_table2{height:19px;background-color:#ffffff;
border: 1px solid #ffffff;padding-left: 2px;
padding-right: 3px;padding-top: 2px;padding-bottom: 2px;}

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

/*ページ表示のデザイン*/
.page{font-size : 13px;text-decoration : none;color:#555555;}

/*商品詳細画面のテキストのデザイン*/
.detail{font-size : 15px;color:#555555;text-decoration : none; line-height: 120%;}
/*商品詳細画面の上部の色*/
#detail_midasi_color{background-color:#3f4073;}
#detail_midasi_fontcolor{margin-left:5px;color:#ffffff;}
/*お勧め８商品の見出しのデザイン*/
.goods8_top{font-size : 13px;color:#ffffff;text-decoration : none;}
/*お勧め８商品の商品名のデザイン*/
.goods8{font-size : 13px;color:#555555;text-decoration : none;}
/*お勧め８商品の価格のデザイン*/
.goods8_price{font-size : 13px;color:#555555;text-decoration : none;}

