
﻿/* [SIDE_CONTENTS] = #side_contents CSS */
/*↓ここから「左メニュー」CSS */
#side_contents{
  width: 158px;
}
#side_contents ul{
	margin: 0px;
	padding: 0px;
	clear: both;
	height: 100%;
}

#side_contents li{
	clear: both;
	width: 100%;
	height: auto;
}
/*左メニュー掲示板出力部分 */
.board_list{
	clear: both;
}
/* ↓最新掲示物出力部分のタイトル（h2)　管理画面でフォントサイズを変更できるのでこの定義は最終的には削除になります */
.board_list h2{
	font-size: 12px;
	clear: both;
}
/* 左メニュー　カテゴリーサーチ用*/
.category_search{
	width: 130px;
}
/* 左メニューショップサーチ用*/

.supply_shop_search_form{
	width: 150px;
	height: auto;
	margin: 3px auto;
	text-align:right;
}
.supply_shop_search_form #ShopSearchAddForm{
	margin: 0px;
	text-align:right;
}
.supply_shop_search_form .input input{
	width: 145px;
	height: 15px;
	margin-bottom: 2px;
}
.supply_shop_search_form .submit{
	text-align:right;
	width: 100%;
	height: 19px;
}
.supply_shop_search_form .submit input{
	display: block;
	width: 66px;
	height: 19px;
	background: url('/images/basic/jpn/navi/shop_search_icon.gif') no-repeat top right;
	 cursor: pointer;
	 text-indent: -9999px;
	 border-style: none;
	 float:right;
}
/* 商品相談問合せ（TEL&FAX記載部分）*/
.tel_fax{
	width: 158px;
	height: 40px;
	margin: 0px;
}
.tel_fax p{
	margin:2px 0px;
	color:#0066cc;
	font-weight: bold;
}
.tel_fax img{
	vertical-align: middle;
}
/* ↑ここまで「左メニュー」　CSS */
