@charset "utf-8";
/*====================================================================
	Title: top.css
	Description: トップページのデザイン
	Created: 2007-10-18
	Author: sugimoto
	------------------------------------------------------
	Lastupdate: 2007-11-22
	By: sugimoto
======================================================================*/

@import url("table.css");

/* Navi - ナビゲーション
--------------------------------------------------*/
.navi li#naviIndex a {
	background: #FFFFFF url(../img/menu_on.jpg) repeat-x top center;
	border-bottom: 1px solid #FFFFFF;
	color: #003366;
	text-decoration: none;
	cursor: default;
}
.navi li#naviSaleAll a {
	background: #FFFFFF url(../img/menu_off.jpg) no-repeat bottom left;
}
.navi li#naviSaleAll a:hover {
	background: #DDDDDD url(../img/menu_hover.jpg) no-repeat bottom left;
}

/* Table - テーブル設定
--------------------------------------------------*/
table th {
	width: 10em;
}

/* Results - 実績
--------------------------------------------------*/
.results {
	float: left;
	margin: 10px 3.2em 0px 0px;
}
.results table {
	width: 25em;
}
.results table td.sum {
	border: 1px solid #999999;
	border-left: 0px;
	text-align: right;
	padding: 1px 4px;
}

/* stockSum - 在庫金額
--------------------------------------------------*/
#stockSum {
	clear: both;
	float: left;
	margin: 25px 20px 10px 6px;
	_margin-left: 3px;
}
#stockSum h4 {
	widht: 320px;
	font-size: 1.2em;
	line-height: 1.2;
	margin: 0px;
	text-align: center;
}
#stockSum img {
	clear: both;
	float: left;
}
#stockSum table {
	display: none;
}


/* countNumber - 件数
--------------------------------------------------*/
#countNumber {
	float: left;
	margin: 60px 0px 0px 14.5%;
}
.fontS #countNumber {margin-left:3.5%;}
.fontM #countNumber {margin-left:9.5%;}
.fontL #countNumber {margin-left:21.7%;}
#countNumber table {
	width: 25em;
	border-right: 1px solid #999999;
}
#countNumber caption {
	display: none;
}
#countNumber table td {
	border-left: 0px;
	text-align: right;
	padding: 2px 4px;
}


/* news - ニュース情報
--------------------------------------------------*/
.news {
	clear: both;
}
.weather {
	float: left;
}
.weather p {
	text-align: center;
	padding: 0px;
}
.rss {
	float: left;
	border: 1px solid #006699;
	margin: 0px 10px;
}
.rss h3 {
	color :#FFFFFF;
	background: #006699;
	padding: 5px 10px;
}
.rss dl {
	margin: 5px 10px;
}
.rss dt {
	font-size: 1.4em;
	line-height: 1.6;
}