﻿@charset "utf-8";

/*
	Description: sitemap.html style
	Update: 2010/06/22-
	Author: Japan Electronic Industrial Arts Co.Ltd.
	Notes: 
*/

/*-------------------------------------------------------------
  sitemap
---------------------------------------------------------------*/

#contents h2 {
	padding-top: 3px;
	padding-bottom: 16px;
	margin-top: -3px;
	background: transparent url( ../images/h2_icon_sitemap.png ) no-repeat right top;
	margin-bottom: 40px;
}


.level-1 li {
}
.level-1-1 {
	margin-bottom: 10px;
	padding-bottom: 5px;
	background: url("../images/sitemap_underline.gif") no-repeat bottom;
	display: block;
}
.level-1-1 a {
	padding: 0px 3px 0px 3px;
	background: #fff;
	font-size: 20px;
	line-height: 1.3em;
	color: #0099CC;
	display: inline-block;
}
.level-1-1 a:hover {
	background: #0099CC;
	color: #ffffff;
}

.level-2 {
	margin-left: 23px;
}
.level-2-1 {
	margin-bottom: 5px;
	background: #fff;
	display: inline-block;
}
.level-2-1:hover {
	background: #0099CC;
}
.level-2-1 a {
	padding: 2px 4px 3px 15px;
	background-image: url("../images/sitemap_level2_off.gif");
	background-repeat: no-repeat;
	background-position: 3px 0.3em;
	display: inline-block;
	font-size: 14px;
	color: #0099CC;
}
.level-2-1 a:hover {
	background-image: url("../images/sitemap_level2_on.gif");
	background-position: 3px 0.3em;
	color: #ffffff;
}



.level-3 {
	margin-left: 27px;
}
.level-3-1 {
	margin-bottom: 5px;
	background: #fff url("../images/icon_sitemap.gif") no-repeat 4px 0.5em;
	display: inline-block;
}
.level-3-1:hover {
}
.level-3-1 a {
	padding: 2px 4px 5px 12px;
	display: inline-block;
	font-size: 14px;
	color: #0099CC;
}
.level-3-1 a:hover {
	background-image: url("../images/sitemap_underline_02.gif");
	background-repeat: repeat-x;
	background-position: bottom left;
}


