@charset "utf-8";

/*
***************************************************************************************************
	サイトマップ
***************************************************************************************************
*/
.containerLv2
{
	width				: 790px;
}

.mainContent
{
	background-image	: url(../image/background/sitemapBack00.gif);
	background-repeat	: repeat-y;
	background-position	: 200px top;
}

.mainContent h2
{
	width				: 201px;
	float				: left;
}

.mainContent .sitemapBox
{
	width				: 550px;
	float				: left;
	padding				: 10px 0 0 10px;
}

.mainContent .sitemapBox .sectionLv2
{
	margin-bottom		: 2em;
}

.mainContent .sitemapBox .sectionLv2 h3
{
	margin-bottom		: 5px;
}

#informationMap h3
{
	border-bottom		: 2px solid #abf;
}

#businessMap h3
{
	border-bottom		: 2px solid #fba;
}

#recruitMap h3
{
	border-bottom		: 2px solid #af6;
}

#androidMap h3
{
	border-bottom		: 2px solid #a4ca39;
}


#isoMap h3
{
	border-bottom		: 2px solid #fd8;
}

#etcMap h3
{
	border-bottom		: 2px solid #bbb;
}

.sitemapBox .sectionLv2 .mapListLv1, .sitemapBox .sectionLv2 .mapListLv2, .sitemapBox .sectionLv2 .mapListLv3
{
	margin-left			: 2em;
}

.sitemapBox .sectionLv2 .mapListLv1 li
{
	margin-bottom		: 1em;
}

.sitemapBox .sectionLv2 .mapListLv2 li
{
	margin-bottom		: 0.5em;
}

.sitemapBox .sectionLv2 .mapListLv1 .mapListLv2 li h5
{
	background-image	: url(../image/icon/iconArrow15.gif);
	background-repeat	: no-repeat;
	background-position	: left center;
	min-height			: 12px;
	height				: auto !important;
	height				: 12px;
	font-size			: 0.9em;
	font-weight			: normal;
	margin-bottom		: 0.2em;
	padding-left		: 10px;
}

.sitemapBox .sectionLv2 .mapListLv1 .mapListLv2 .mapListLv3 li
{
	background-image	: url(../image/icon/iconArrow16.gif);
	background-repeat	: no-repeat;
	background-position	: left center;
	min-height			: 4px;
	height				: auto !important;
	height				: 4px;
	font-size			: 0.8em;
	margin-bottom		: 0;
	padding-left		: 10px;
}

.sitemapBox .sectionLv2 .mapListLv1 li h4
{
	margin-bottom		: 0.3em;
	padding-left		: 0.5em;
	border-bottom		: 1px dashed #ccc;
}

.mainContent .sitemapBox .sectionLv2 ul li a
{
	color				: #555;
	font-size			: 0.9em;
	text-decoration		: none;
}

.mainContent .sitemapBox .sectionLv2 ul li a:hover
{
	text-decoration		: underline;
}

#informationMap ul li a:hover
{
	color				: #3af;
}

#businessMap ul li a:hover
{
	color				: #f51;
}

#recruitMap ul li a:hover
{
	color				: #6c0;
}

#androidMap ul li a:hover
{
	color				: #a4ca39
}


#isoMap ul li a:hover
{
	color				: #eb5;
}

#etcMap ul li a:hover
{
	color				: #ccc;
}

