@charset "shift_jis";

/* ============================================
	/sitemap/index.html
============================================ */

body.index {}

	body.index h2 {}
	
	body.index .sitemapList {
	}
	
	body.index .sitemapList {
		margin: 40px auto 0;
		width: 830px;
		overflow: hidden;
	}
		body.index .sitemapList ul {
			width: 900px;
			margin-top: -40px;
		}
	
			body.index .sitemapList li {
				float: left;
				width: 220px;
				padding-top: 20px;
				margin-top: 20px;
				border-top: 1px solid #EBEBEB;
			}
			
				body.index .sitemapList li dl {
					min-height: 19em;
					padding-right: 7px;
					margin-right: 20px;
					border-right: 1px solid #EBEBEB;
				}
				
				* html body.index .sitemapList li dl {
					height: 19em;
				}
						
				body.index .sitemapList li dl dt {
					padding-bottom: 15px;
				}
				
				body.index .sitemapList li dl dd {
					display: block;
					margin-top: 3px;
					line-height: 1.4;
				}
				body.index .sitemapList li dl dd a {
					background: url("../images/sitemapList_ico_arrow.gif") no-repeat left center;
					padding-left: 18px;
					color: #cc6666;
					text-decoration: underline;
				}
	
					body.index .companyList li p.link a:hover {
						text-decoration: none;
					}
			
