@charset "utf-8";

/* KOBE_STYLE_KITCHEN SHOWROOM.CSS  */


/*--------------------------------------
*	
*	00.COMMON
*	01.INDEX
*		01_00.INDEX_COMMON
*		01_01.INDEX_SHOWROOM
*		01_02.INDEX_ACCESS
*
*--------------------------------------*/


/**-------------------------------------
	00.COMMON
---------------------------------------**/

div#header
{
	background: url(../../common/images/header_bg_showroom.jpg) no-repeat;
}

div#contents
{
	width: 900px;
	background: url(../images/index_contents_bg.gif) repeat-y;
}


/**-------------------------------------
	01.INDEX
---------------------------------------**/

/*====== 01_00.INDEX_COMMON ======*/

div.layoutBox h2
{
	margin-bottom: 1px;
}

div.layoutBox div.layoutBoxLeft
{
	float: left;
	margin: 0 1px 0 0;
	width: 600px;
}

div.layoutBox div.layoutBoxRight
{
	float: left;
	width: 299px;
}

div.layoutBox div.layoutBoxRight dl
{
	padding: 22px 15px 0 15px;
}

div.layoutBox div.layoutBoxRight dl dt
{
	margin-bottom: 10px;
}

div.layoutBox div.layoutBoxRight dl dd
{
	margin-bottom: 32px;
	font-size: 92%;
	line-height: 1.6em;
}

div.layoutBox div.layoutBoxRight dl dd ul
{
	margin-top: 1.0em;
}

div.layoutBox div.layoutBoxRight dl dd ul li
{
	color: #A51B00;
	margin-bottom: 5px;
}

div.layoutBox div.layoutBoxRight dl dd span.comment
{
	color: #A51B00;
	font-size: 10px;
	line-height: 1.6em;
}


/*====== 01_01.INDEX_SHOWROOM ======*/

div#indexShowroom div.layoutBoxLeft p
{
	float: left;
	margin-bottom: 1px;
	width: 300px;
	height: 200px;
}


/*====== 01_02.INDEX_ACCESS ======*/

div#indexAccessMap div.layoutBoxLeft
{
	margin-bottom: 1px;
}




