@charset "UTF-8";

/*
 * $Id: style_xxx.css 18:33 2007/12/05 i-toyokuwa Exp $
 *
 * Title:
 * Sitemap用スタイルシート
 *
 * Description:
 * Copyright (C) DIP, Inc., All Rights Reserved.
 */

/**** start title ****/
div#contents h2{
	background-image: url(../images/sitemap_title.png);
	background-repeat: no-repeat;
	height: 50px;
	overflow:hidden;
	text-indent:-999em;
}


div#contents_l h2.ad {
	background-image: url(../images/sitemap_title_ad.png);
	background-repeat: no-repeat;
	height: 50px;
	overflow:hidden;
	text-indent:-999em;
}
/**** end title ****/

.sitemapBox {
	margin: 0 auto 0 auto;
	padding: 20px 0 0 0;
	width: 724px;
}
.sitemapBox h3 {
	clear: both;
	font-size: 1em;
	margin: 0 0 10px 0;
	padding: 7px 0 7px 10px;
	border-top: 2px #4ab622 solid;
	background: #eeeeee;
}
.sitemapBox h4 {
	clear: both;
	font-size: 1em;
	margin: 0 0 10px 0;
	padding: 5px 0 5px 10px;
	border-bottom: 1px #999999 dashed;
}
.sitemapBox2 {
	clear: both;
}
.sitemapBox2 h5 {
	font-size: 1em;
	font-weight: normal;
	margin: 0 0 5px 0;
	padding: 7px 0 7px 10px;
	background: #f5f5f5;
}
.sitemapBox2 ul {
	line-height: 150%;
	margin: 0 0 10px 10px;
}
.sitemapBox2 ul li {
	padding: 0 0 0 13px;
	background: url("../../images/arrow5.gif") no-repeat center left;
}
.sitemapBoxL {
	float: left;
	margin-right: 8px;
	width: 236px;
}
.sitemapBoxR {
	float: left;
	width: 236px;
}

