@charset"utf-8";


@import "common.css";
@import "header.css";
@import "main.css";
@import "inner.css";
@import "footer.css";


/* //-----------------↓内側メインコンテンツここから↓-----------------// */
#inmainContent h2 {
	background:url(../img/title_sitemap.gif) no-repeat;
}
#inmainContent ul {
	padding:10px;
	line-height:1.5em;
}
div.home ul {
	border-left:1px dashed #ebebeb;
	_border-bottom:2px dashed #ffffff;
}
div.home li {
	text-indent:1em;
	background:url(../img/arrow_none.gif) no-repeat 0 0.5em;
}
div.home li.none {
	background:none;
	text-indent:-0.8em;
	margin-left:1em;
}
div.commodity ul {
	border-left:1px dashed #6aa1dd;
	_border-bottom:2px dashed #ffffff;
}
div.commodity li {
	text-indent:1em;
	background:url(../../commodity/img/arrow_commodity.gif) no-repeat 0 0.5em;
}
div.company ul {
	border-left:1px dashed #75f0b3;
	_border-bottom:2px dashed #ffffff;
}
div.company li {
	text-indent:1em;
	background:url(../../company/img/arrow_company.gif) no-repeat 0 0.5em;
}
div.qanda ul {
	border-left:1px dashed #feeb6b;
	_border-bottom:2px dashed #ffffff;
}
div.qanda li {
	text-indent:1em;
	background:url(../../qanda/img/arrow_qanda.gif) no-repeat 0 0.5em;
}
div.recruit ul {
	border-left:1px dashed #fdae79;
	_border-bottom:2px dashed #ffffff;
}
div.recruit li {
	text-indent:1em;
	background:url(../../recruit/img/arrow_recruit.gif) no-repeat 0 0.5em;
}
div.access ul {
	border-left:1px dashed #ff818a;
	_border-bottom:2px dashed #ffffff;
}
div.access li {
	text-indent:1em;
	background:url(../../access/img/arrow_access.gif) no-repeat 0 0.5em;
}

.rightcontbox {
	width:50%;
	float:right;
}
.leftcontbox {
	width:50%;
	float:left;
}

