@charset "Shift_JIS";

/** |READ ME| **************************************************************************************

"Bicycle NEKOMOTO"

Cascading Style Sheet Setting File
/common/css/toppage.css

トップページ設定ファイル（Ver.2008.02）

2008 gooya Corporation.

----------------------------------------------------------------------------------------------------

このファイルはトップページの設定に関して記述しています。
各要素自体の設定は『element.css』をご参照ください。
共通パーツの設定は『commonparts.css』をご参照ください。
各コンテンツの詳細設定は『detail.css』をご参照ください。

************************************************************************************** |READ ME| **/




/** トップページ ************************************************************************* START **/
div#TopContents{padding-top:0;}

/** メインイメージ **/
div#TopImg{padding-bottom:10px;}

/****************************************************************** 左カラム **/
div#TopContents div.leftArea{
	float:left;
	width:222px;
	padding-top:15px;
}

div.leftArea li img{margin-bottom:10px;}

/****************************************************************** 右カラム **/
div.rightArea{
	float:left;
	width:514px;
}

/**************************************** メニューバナー **/
ul#TopSubMenu{padding:6px 0 6px 0;}

ul#TopSubMenu img#menu_item2{margin-right:10px;}


/********************** 新着ニュース・インフォメーション **/

/** 見出し **/
div#TopContents div.subTitle{
	padding:6px 0 6px 10px;
	background:transparent url("/images/bg_subTitle.gif") no-repeat left center;
}

div#TopContents div.subTitle h2{
	height:15px;
	padding-left:10px;
	background:transparent url("/images/ic_subTitle.gif") no-repeat left center;
}

div#TopContents div.subTitle h2 img{margin-top:2px;}

/* 内容のボックス */
div.txtBox{padding:2px 9px 15px 9px;}

/* テーブル ***************************/
table.newsTable{width:495px;}

table.newsTable th{
	width:6em;
	padding:4px 0px 4px 2px;
	font-weight:normal;
	vertical-align:top;
}

table.newsTable td{padding:4px 2px;}

table.newsTable th, table.newsTable td{
	background:transparent url("/common/images/bg_dotLine.gif") repeat-x left bottom;
	text-align:left;
}

/****************************************** 取扱メーカー **/
ul#DealList{
	margin-top:7px;
	padding:6px 0 5px 40px;
	border-top:1px solid #CCCCCC;
	border-bottom:1px solid #CCCCCC;
	background:transparent url("/images/bg_dealList.gif") no-repeat left center;
}

ul#DealList li img#GaryFisher{margin:0 77px 0 66px;}

ul#DealList li img#Lemond{margin-top:7px;}

ul#DealList li img#Klein{margin:9px 65px 0 74px;}

ul#DealList li img#Bontrager{margin-top:8px;}

/* END **************************************************************************** トップページ **/