@charset "UTF-8";
/* ビッダーズアフェリエイトショップ */
/* メイン CSS */

body
{
	margin:0px;
	padding:5px;
	color:black;
	background-color:white;
	font-size:14px;
}

a,
a:link,
a:visited
{
	text-decoration:none;
}
a:active,
a:hover
{
	text-decoration:underline;
}

div#header,
div#footer,
div#main,
div#content,
div#adv,
div#category,
div#item
{
	margin:0px 0px 0px 0px;
}

/*----------*/
/* ヘッダー */
/*----------*/
div#header
{
	width:760px;
}

/*----------*/
/* フッター */
/*----------*/
div#footer
{
	clear:both;
	width:760px;
}
div#footer address
{
	font-style:normal;
	font-size:80%;
	text-align:left;
	background-color:silver;
}

/*--------*/
/* メイン */
/*--------*/
div#main
{
	width:760px;
}

/*------------------*/
/* メインコンテンツ */
/*------------------*/
div#content
{
	float:left;
	width:559px;
}

/*------------------*/
/* カテゴリーリスト */
/*------------------*/
div#category
{
	float:right;
	width:145px;
	font-size:90%;
	border-style:solid;
	border-color:orange;
	border-width:1px;
}
div#category h2
{
	display:block;
	margin-top:0px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	color:white;
	background-color:orange;
	font-size:120%;
	font-weight:bold;
}
div#category ul
{
	margin-left:0px;
	padding-left:0px;
}
div#category ul
{
	list-style-type:none;
}

/*------------*/
/* 商品リスト */
/*------------*/
div#item
{
	float:right;
	clear:both;
	width:412px;
	font-size:90%;
}
div#item ul,
div#item ul li
{
	list-style-position:outside;
	margin-left:0px;
	padding-left:0px;
}

/* ページリンク */
div.pagelink
{
	font-size:100%;
}

/* 商品写真 */
img.picture
{
	width:140px;
	height:auto;
	border-style:none;
	border-width:0px;
}

/* 商品説明 */
dl.detail dt
{
	font-weight:bold;
	float:left;
	clear:both;
	padding-left:0.5em;
	padding-right:0.2em;
}

dl.detail dt,
dl.detail dd
{
	font-size:90%;
}

/*--------------------*/
/* スポンサースペース */
/*--------------------*/
div#sponser
{
	width:190px;
	float:right;
	padding-left:10px;
	border-style:none none none solid;
	border-width:1px;
	border-color:#e0e0f0;
}

/*--------------*/
/* ランダム広告 */
/*--------------*/
div#banner
{
	height:180px;
	width:180px;
}
div#banner img
{
	border-width:0px;
	border-style:none;
}
/*--------------*/
/* 広告スペース */
/*--------------*/
div#adv
{
	width:180px;
	margin-top:14px;
	overflow:auto;
}
div#adv h3
{
	display:none;
	margin-top:0px;
	margin-bottom:0px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	color:white;
	background-color:green;
	font-size:85%;
}
div.advContent
{
	padding:2px;
	margin:0px 0px 1em 0px;
}
div.advTitle
{
	font-weight:bold;
}
div.advMessage
{
}
div.advUrl
{
	color:green;
}