/**ショッピングカートの基本スタイル**/
/*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 */

#content tr,td,p {
	font-size : 13px;
	font-family: 'メイリオ', 'MS UI Gothic';
	color: #555555;
}

#content p {
	text-align: justify;
	text-justify: inter-ideograph;
}

/*テキストエリアのデザイン*/
#content textarea{
	font-size : 13px;
	width:70%;
	font-family: 'MS UI Gothic';
	color: #555555;
}
#content select,input {
	font-size : 13px;
	font-family: 'MS UI Gothic';
	color: #555555;
	vertical-align:middle;
	margin-top:2px;
	margin-bottom:2px;
}
#content select {
	height:20px;
}

#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:bottom;
	border:none;
}

/*リンクのデザイン*/
#content a:link {font-size: 13px; color:#555555;text-decoration : none;}
#content a:visited {font-size: 13px; color:#555555;text-decoration : none;}
#content a:active {font-size: 13px; color:#333333;text-decoration : none;}
#content a:hover {font-size: 13px; color:#333333;text-decoration: underline;}

/*上記以外のリンクのデザイン（削除すると上記が適用される）*/
.link_color{}
.link_button{font-family: 'MS UI Gothic';padding-left:9px;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: #ffffff; /* 文字色 */
background-color:#002277; /* 背景色 */
border:1px outset #9999cc; /* 枠の色 */
height:20px;padding-top:1px;padding-bottom:2px;
cursor: pointer;}

/*画像のみ表示のデザイン*/
.image_only_table{}
.image_only_table strong{font-weight:normal;}
.image_only_cell{vertical-align:middle;height:100px;}

/*ログアウトの色*/
#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;}

/*中央に表示される小分類のデザイン*/
.bunrui{font-size : 13px;color:#555555;}

/*ページ表示のデザイン*/
.page{font-size:13px;padding:2px 3px;vertical-align:middle;margin:1px;border:1px solid #dddddd;line-height:24px;text-decoration:underline;font-family: 'MS UI Gothic';}

/*商品詳細画面のテキストのデザイン*/
.detail{font-size : 13px;color:#555555; line-height: 1.2;}
/*商品詳細画面の上部の色*/
#detail_midasi_color{background-color:#002277;}
#detail_midasi_fontcolor{;color:#ffffff;padding: 2px 0px 0px 5px;height: 17px;margin: 0;}

/*お勧め８商品の見出しのデザイン*/
.goods8_top{font-size : 13px;color:#ffffff;}
/*お勧め８商品の商品名のデザイン*/
.goods8{font-size : 13px;color:#555555;}
/*お勧め８商品の価格のデザイン*/
.goods8_price{font-size : 13px;color:#555555;}

#siteFoot{
	width: 850px;
	clear: both;
	border-top: 0px solid #cccccc;
	font-size: 90%;
	color: #555555;
	padding: 7px 0 7px 0;
	margin: 0px auto;
	text-align:center;
}
#siteFoot a{
	font-size: 100%;
	color: #999999;
}

#detailSetumei{
	clear: both;
	padding:7px 5px 7px 5px;
	text-align: justify;
	text-justify: inter-ideograph;
}
