/**ショッピングカートの基本スタイル**/
/*clearfixハック*/
#content div:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}
#content {display: inline-block;}
/* Hides from IE-mac \*/
* html #content {height: 1%;}
#content {display: block;}
/* End hide from IE-mac */

body,tr,td,select,input {
	font-size : 13px;
	font-family: 'MS UI Gothic';
	color: #555555;
	line-height: 1.1;
}

body {
	margin: 0px;
	padding: 0px;
	text-align: center;
}

/***************************** 1983customize *****************************/
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;
	font-weight:normal;
}

img{
	vertical-align:bottom;
	border:none;
}

/*セレクトボックスのデザイン*/
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}

/***************************** 1983customize *****************************/
/*上記以外のリンクのデザイン（削除すると上記が適用される）*/
.link_color{text-decoration: underline;}
.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;
}

/***************************** 1983customize *****************************/
/*ボタンのデザイン（削除すると通常のボタンになる）*/
.submit{color: #ffffff; /* 文字色 */
background-color:#3f4073; /* 背景色 */
border:1px outset #9999cc; /* 枠の色 */
height:20px;padding-top:1px;padding-bottom:2px;
cursor: pointer;}
/*************************************************************************/

/*ログアウトの色*/
#logout_color{color: #f5497c;}

/*フォームの記入例の文字サイズと色*/
.order_kinyurei{font-size: 11px;color: #ff0000;}
.entry_kinyurei{font-size: 11px;color: #ff0000;}

/*商品検索テーブルのデザイン*/
.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;font-size:12px;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;}

/***************************** 1983customize *****************************/
/*中央に表示される小分類のデザイン*/
.bunrui{font-size : 13px;text-decoration : none;color:#555555;}

/*ページ表示のデザイン*/
.page{font-size:13px;text-decoration:underline;padding:0px 3px;margin:1px;border:1px solid #dddddd;}

/*商品詳細画面のテキストのデザイン*/
.detail{font-size : 15px;color:#555555;text-decoration : none; line-height: 120%;}
/*商品詳細画面の上部の色*/
#detail_midasi_color{background-color:#3f4073;}
#detail_midasi_fontcolor{;color:#ffffff;padding: 2px 0px 0px 5px;height: 17px;margin: 0;}

/*お勧め８商品の見出しのデザイン*/
.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;}

#siteFoot{
	width: 820px;
	clear: both;
	border-top: 1px solid #cccccc;
	background-color: #ffffff;
	font-size: 90%;
	color: #555555;
	padding: 4px 0 5px 0;
	margin: -1px auto;
	text-align:center;
}
#siteFoot a{
	font-size: 100%;
	color: #555555;
}
/**/

#detailSetumei{
	clear: both;
	padding:7px 5px 7px 5px;
	text-align: justify;
	text-justify: inter-ideograph;
}
#detailSetumei a{text-decoration: underline;}


/***************************** 1983customize-追加項目 *****************************/
#linkBar{
	width: 820px;
	clear: both;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	background-color: #ffffff;
	font-size: 90%;
	color: #999999;
	padding: 4px 0 5px 0;
	margin: -1px auto;
	text-align:center;
}
#linkBar td {
        background-color: #ffcc00;
        width: 136px;
        padding:8px 8px 0px 8px;
}
}
#linkBar b {
        margin: 0 18px;
}
#linkBar img {
        border: 0 solid;
        width: 120px;
        height: 32px;
}
#linkBar a {
        display: block;
        width: 120;
        height: 36;
        float: left;
}

#linkBar a:hover{
        background-position: top right;
}

#sellMenu {
        margin: 0 auto;
}
#sellMenu td {
        height: 200px;
        width: 200px;
        text-align: center;
}
#sellMenu img {
        width: 200px;
        height: 200px;
}
/*************************************************************************/
