#news p
{
	color: #900;
}

#categories
{
	float:left;
}

#categories div
{
	float: left;
	width: 300px;
	margin:0 1px 1px 0;
	background-color: #eee;
}

#categories div h3
{
	position: relative;
	background: url("http://satotech.com/img/top/bg_category_head.png") no-repeat left top;
	margin:0;
	height:28px;
}

#categories div h3 em
{
	display: block;
	font-style: normal; /*  追加 2009.10.13 イタリックになるのを防ぐため　by yoshii */
	position: absolute;
	bottom:2px;
	left: 28px;
	color: white;
}

#categories ul
{
	list-style:none;
	margin:0;
	padding:0;
}

#categories li
{
	float:left;
	padding: 3px 5px;
	white-space:nowrap;
	line-height:18px; /* 2009.10.5. 追加しました。by yoshii */
}

#categories li a
{
	font-size: 14px; 
	color: #333;
}

#categories li a:hover
{
	color:steelblue;
}

/* --------------------------------
	検索
--------------------------------- */
#search_container
{
	text-align: center;
	padding-bottom: 20px;
}

#search_container p
{
	font-size: 14px;
	font-weight:bold;
	color: steelblue;
}

#search_container input
{
	border: 1px solid #ccc;
	background-color: white;
	font-size: 16px;
	font-weight: bold;
}

#search_container input.submit
{
	width:100px;
	height: 30px;
}

/* --------------------------------
	おすすめ商品
--------------------------------- */
#recommend
{
	clear: both;
}

#recommend h2,
#contents_top h2
{
	position: relative;
	border: 0;
	margin:0;
	padding:0;
	background: url("http://satotech.com/img/base/bg_white_head.png") no-repeat;
	height:51px;
}

#recommend h2 em,
#contents_top h2 em
{
	position: relative;
	left: 20px;
	top: 13px;
	display: block;
	padding: 5px 0 5px 20px;
	color: #333;
	border-left: 3px solid #369;
	font-size: 14px;
	font-style: normal;
}

#recommend div
{
	display: inline;
	position: relative;
	float: left;
	width: 300px;
	height: 199px;
	margin: 0 2px;
	background: url("http://satotech.com/img/top/bg_recommend.gif") no-repeat;
}

/* 商品名 */
#recommend div h3
{
	position: absolute;
	bottom: 55px;
	left: 15px;
	font-size: 12px;
}

/* コメント */
#recommend div p
{
	margin: 20px 15px 0 0;
	font-size: 12px;
	color: #333;
}

#recommend div .thumb
{
	display: block;
	float: left;
	margin: 20px 10px 10px 15px;
}

/* 価格 */
#recommend div var
{
	display: block;
	position: absolute;
	right: 15px;
	bottom: 20px;
	width: 100%;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	padding: 3px;
	color: #333;
	text-align: right;
}

#recommend div strong
{
	color: red;
}

#recommend div em
{
	display: block;
	position: absolute;
	bottom: 45px;
	right: 15px;
	color: red;
	background-color: #ffc;
	font-size: 12px;
}

/* ------------------------------------------------
	トップのコンテンツ部
--------------------------------------------------- */
#contents_top
{
	clear: both;
	position:relative;
	top:20px;
}

#contents_top ul
{
	list-style:none;
	margin: 0;
	padding: 0;
}

#contents_top li
{
	position: relative;
	display: inline;
	float: left;
	margin: 15px 0 0 22px;
}

#contents_top li a.content
{
	position: relative;
	display: block;
	width: 174px;
	height:124px;
	background: url('http://satotech.com/img/top/bg_contents.gif') no-repeat left top;
	text-decoration: none;
	color: black;
	font-weight:bold;
}

#contents_top li a.content:hover
{
	color: #369;
}

#contents_top li em
{
	position: absolute;
	top: 65px;
	text-align: center;
	width: 174px;
	font-style: normal;
}

#contents_top li p
{
	position: absolute;
	top: 80px;
	left: 10px;
	font-size:10px;
	margin:0;
	padding:5px 0 0 0;
	width: 150px;
	border-top: 1px dotted #369;
}

#contents_top li img
{
	position: absolute;
	top: -10px;
	left: 55px;
	z-index:1;
}

/**
	ピックアップ
**/
#pickup_container
{
	position: relative;
	clear: both;
	height:155px;
}

#pickup_container ul
{
	margin:0;
	padding:0;
	list-style:none;
}

#pickup_container li
{
	margin:0;
	padding:0;
}