@charset "utf-8";

/* KOBE_STYLE_KITCHEN SITEMAP.CSS  */


/*--------------------------------------
*	
*	00.COMMON
*	01.INDEX
*
*--------------------------------------*/


/**-------------------------------------
	00.COMMONs
---------------------------------------**/

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

div#contents
{
	border-top: 20px solid #000000;
	background: url(../images/contents_bg.gif) repeat-y;
}


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

div.indexColumn
{
	float: left;
	padding: 50px 20px 60px;
}

div.indexColumn dl
{
	margin-bottom: 40px;
	padding-bottom: 1px;
	width: 259px;
	background: url(../../common/images/line_bg_vert.gif) repeat-y 15px;
}

div.indexColumn dl dt
{
	margin-bottom: 15px;
	padding-bottom: 7px;
	background-color: #FFFFFF;
	line-height: 0;
}

div.indexColumn dl dd
{
	padding-bottom: 20px;
	padding-left: 33px;
	background: url(../../common/images/line_bg_hori.gif) no-repeat 15px 0.6em;
	line-height: 1.4em;
}

div#indexLeft
{
	margin-right: 1px;
	width: 260px;
}

div#indexCenter
{
	margin-right: 1px;
	width: 259px;
}

div#indexRight
{
	width: 259px;
}


div.indexColumn:after
{content:".";display:block;height:0;clear:both;visibility:hidden;}

div.indexColumn
{display:inline-block;}

/* \*/
* html div.indexColumn
{height:1%;}
/* */




