@charset "utf-8";
/* INDEX CSS Document 

	index_parts.css
	ver.09.02.19

-----------------------------*/


/*----------------　よく使われているキーワードボックス*/


div.keyWordArea{
	width: 606px;
	margin-bottom: 10px;
	padding-bottom: 1px;
	border: 1px solid #d9d9d9;
	background-image: url(/business/shared/image/index/bg_keywordArea.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}

div.keyWordArea h2{
	float: left;
	line-height: 0;
	font-size: 0;
}

div.keyWordArea ul{
	float: left;
	padding: 11px 0px 5px 0px;
	margin-left: 19px;
}

div.keyWordArea ul li{
	display: inline;
	margin-right: 15px;
	background-image: url(/business/shared/image/index/mark-list-menu-01.gif);
	background-repeat: no-repeat;
	background-position: 0px 3px;
	padding-left: 8px;
	font-weight: bold;
}


/*-------------------------------ニーズから探す*/

div.needsArea{
	clear: both;
	width: 100%;
}

div.needsArea h3{
	line-height: 0;
	font-size: 0;
}

div.needsArea div.needsInner{
	clear: both;
	width: 100%;
}

div.needsArea div.leftCt{
	float: left;
	width: 298px;
}

div.needsArea div.rightCt{
	float: right;
	width: 298px;
}
div.needsArea ul li.img{
	list-style-type: none;
	border-bottom: 1px solid #e5e5e5;
}

div.needsArea ul li.imgLast{
	list-style-type: none;
}

div.needsArea ul li ul{
	padding: 10px 4px;
	background-color: #eef3fa;
	background-image: url(/business/shared/image/index/bg-smallItem-top.gif);
	background-repeat: repeat-x;
	background-position: top;
	border-style: solid;
	border-color: #e5e5e5;
	border-width: 0px 1px 1px 1px;
}
div.needsArea ul li ul li a{
	display: block;
	background-image: url(/business/shared/image/index/mark-list-menu-02.gif);
	background-position: 6px 10px;
	background-repeat: no-repeat;
	padding: 6px 0px 6px 12px;
}

div.needsArea ul li ul li a:hover{
	background-color: #FFFFFF;
	background-image: url(/business/shared/image/index/mark-list-menu-01.gif);
}

div.needsArea div.goService{
	clear: both;
	background-image: url(/business/shared/image/index/bg-seach-navi.gif);
	background-repeat: repeat-x;
	background-position: top;
	padding-top: 10px;
	padding-bottom: 18px;
}

div.needsArea p.links{
	margin-left: 330px;
	padding-left: 12px;
	background-image: url(/business/shared/image/index/mark-list-menu-01.gif);
	background-position: 6px 5px;
	background-repeat: no-repeat;
}

/* clear fix-----------*/

div.keyWordArea:after,
div.needsArea:after,
div.needsArea div.needsInner:after{
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	content: ".";
}

div.keyWordArea,
div.needsArea,
div.needsArea div.needsInner{ display: inline-table; }

/* Hides from IE-mac */
* html div.keyWordArea,
* html div.needsArea,
* html div.needsArea div.needsInner{ height: 1%; }

div.keyWordArea,
div.needsArea,
div.needsArea div.needsInner{
	display: block;
	zoom: 1;
}
