@charset "utf-8";
/* home.css */


/* --------------------------------

	* Pages Style Sheet {


		* last update 09/03/31
		* author : Nazal;
	
	}
	
	
--------------------------------
		 Contents
	
	1. index.html
		├	1-1.	商品ラインアップ
		├	1-2.	generalDate		基本レイアウトはgeneral.cssにあり
		├	1-3.	バナー4つ表示	基本レイアウトはgeneral.cssにあり
		└	1-4.	ハンコ印刷スピード卸売センターお店の様子
					.dlGroupはgeneral.cssにあり
	
	
--------------------------------- */




/* ==========================================================================================================

	 1. index.html
 
============================================================================================================*/


/*  ------------------------------------------------------------------

	1-1.	商品ラインアップ

---------------------------------------------------------------------*/
body#home div#main div.item.home {

	margin-bottom: 10px;
}
body#home div#main div.item.home div.column {
	border-left: 1px solid #CCCCCC;
	float: left;
	width: 178px;
}
body#home div#main div.item.home div.column.lastChild {
	border-right: 1px solid #CCCCCC;
	float: left;
}

/*  見出しと商品
-----------------------------------*/
body#home div#main div.item.home div.column h3 {
	background	: #C50000 url(../../img/home/home_bg_heading.png) no-repeat left top;
	border-bottom: 1px solid #CCCCCC;
	padding: 3px 0 3px 30px;
	font-weight: bold;
	color: #FFFFFF;
}

body#home div#main div.item.home div.column table {
	border-bottom: 1px solid #CCCCCC;
	width: 100%;
}
body#home div#main div.item.home div.column table td {
	padding: 5px;
	font-size: 82%;
	line-height: 1.2;
}
body#home div#main div.item.home div.column table td.thunbnail {
	width: 45px;
}
body#home div#main div.item.home div.column table td p {
	margin-bottom: 0.3em;
}
body#home div#main div.item.home div.column table td a {
	font-size: 117%;
	font-weight: bold;
}


/*  ------------------------------------------------------------------

	1-2.	generalDate
			基本レイアウトはgeneral.cssにあり

---------------------------------------------------------------------*/
body#home div#main dl.generalDate {
	height: 90px;
	overflow: auto;
}

/*  ------------------------------------------------------------------

	1-3.	バナー4つ表示
			.dlGroupはgeneral.cssにあり

---------------------------------------------------------------------*/
body#home div#main div.dlGroup.bnr {
	margin-bottom: 1em;
}

/*  ------------------------------------------------------------------

	1-4.	ハンコ印刷スピード卸売センターお店の様子 
			.dlGroupはgeneral.cssにあり

---------------------------------------------------------------------*/
body#home div#main dl.info {
	background: #F2F1EE;
	border: 1px solid #CCCCCC;
	margin-bottom: 1em;
	line-height: 1.5em;
}
body#home div#main dl.info dt {
	background: #FFFFFF;
	padding: 10px;
	margin: 0;
	font-weight: bold;
	font-size: 117%;
	color: #CC0000;
}
body#home div#main dl.info dd {
	background: url(../../img/home/home_bg_contents.png) repeat-x top;
	padding: 10px 10px 15px 10px ;
}
body#home div#main div.dlGroup.info {
	margin-bottom: 1em;
}
body#home div#main div.dlGroup.info dl {
	margin-bottom: 0;
}

























/*  ------------------------------------------------------------------

	1-1.	clearfix

---------------------------------------------------------------------*/


/* start clearfix */
body#home div#main dl.info:after,
body#home div#main div.item.home:after,
body#hoge:after,
body#hoge:after,
body#hoge:after,
body#hoge:after,
body#hoge:after,
body#hoge:after,
body#hoge:after { content: " "; display: block; visibility: hidden; clear: both; height: 0.1px; font-size: 0px; line-height: 0; }
/* ie6 hack */
* html body#home div#main dl.info,
* html body#home div#main div.item.home,
* html body#hoge,
* html body#hoge,
* html body#hoge,
* html body#hoge,
* html body#hoge,
* html body#hoge { height: 1%; }
/* ie7 hack */
*:first-child+html body#home div#main dl.info,
*:first-child+html body#home div#main div.item.home,
*:first-child+html body#hoge,
*:first-child+html body#hoge,
*:first-child+html body#hoge,
*:first-child+html body#hoge,
*:first-child+html body#hoge,
*:first-child+html body#hoge { min-height: 1%;}
/* end clearfix */






