@charset "utf-8";
/* CSS Document */

/* ************************************************ 
 *	共通設定
 * ************************************************ */
* {
	margin: 0px;
	padding: 0px;
}

body {
	color: #000000;
	font-size: small;
	/*font-family: "Verdana", "ヒラギノ角ゴ Pro W3", "ＭＳ ゴシック", "Osaka‐等幅";*/
	line-height: 1.6em;
	background-color: #ffffff;
	text-align:center;
}

br.clear {
	clear: both;
	font: 0pt/0pt sans-serif;
}

img {
	border: 0px;
}

li{
    list-style: none;
}

/* ------------------------------------- 
 *	ページレイアウト
 * ------------------------------------- 
 *※ページ全体の幅は800pxとなっています。
    幅を広げる場合は、.sideと.mainのwidth
    の合計値が#containerのwidthになるよう
    設定してください。
 * ------------------------------------- */

/*ページ全体の幅、レイアウトをセンタリング*/
#container {
	margin:0px auto;
	width:820px;
	text-align:left;
}

/*ヘッダー（ページタイトル、グローバルメニュー）*/
.header {
 width:100%;
 clear:left;
}

/*　画面左側メニューの幅　*/
.side {
	float: left;
	width:220px;
	border:1px;
}

.side_list {
	margin-top:5px;
}

.side_list li {
	padding:3px 0 0 24px;
    background: url(https://img12.shop-pro.jp/PA01068/361/etc/arrow.gif?20110106150429) no-repeat 5px 0.4em;
    list-style: none;
	font-size:14px;
}



.side_line{
	width:200px;
	/*border-left:5px solid #ca0d0e;
	border-right:5px solid #ca0d0e;*/
}


/*　画面右側の幅　*/
.main {
	float: left;
	width: 600px;
}

/*　フッター（コピーライト）　*/
.footer {
 width:100%;
 clear:left;
}

#group-list {
	border-top:#838383 dotted 1px;
	padding:5px 0px 0px;
	margin:10px 20px 0px 0px;
}


/*左の　商品検索　文字のリンク設定*/


.style1 a { text-decoration:none; }







<table style="width:150px" border="1">
<tr><td style="background:#994411;font-size:75%"><a href="http://www.shop-bell.com/" style="color:#ffff66;">ショップベル</a></td></tr>
<tr><td><font size="2">
<a href="http://www.shop-bell.com/wine/ranklink.cgi?id=palette" target="_top">ワイン</a> <a href="http://www.shop-bell.com/whisky/ranklink.cgi?id=palette" target="_top">ウイスキー</a> </font></td></tr>
</table>






