h2.link-tree {
	padding-left: 5px;
	background-color:#FFFFFF;
	border-left-width: 10px;
	border-left-style: double;
	border-left-color: #3366CC;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #aaaaaa;
}
#pagebody {
	background-image: none;
}


/*----------------------------------------------------------------------
コンテンツ
----------------------------------------------------------------------*/
#content-left {

	display:none;
}
#content-main {
	margin: 0px 10px;
	padding: 0px 10px;
}

/**content-main内
**************************************************/
div.link-tree {
	margin:10px 0px 0px 20px;
}
div.link-tree h3 {
	font-size:1em;
}
#main-midashi {
	/*width:575px;*/
	width:100%;
	background-position:left top;
}

#main-introduction {
	font-size:0.9em;
	line-height:140%;
	margin: 0 0 10px 0;
	padding: 0 10px 0 10px;
}
/**記事エリア******/
#details-box {
	/*	width:560px;*/
	margin: 0px 0px 0px 0px;
	padding: 0;
}
#details-box {
	background-image: url(../../img/sitemap_i.gif);
	background-repeat: repeat-y;
	background-position: 30px 0%;
}
#details-box.end-list{
	background-image: url(../../img/sitemap_l.gif);
	background-image: none;
	background-repeat: no-repeat;
	background-position: 30px 50%;
}
#details-box h4  {
	font-size:1em;
	font-weight:normal;
	vertical-align:middle;
	padding: 2px 0px 0px 2px;
	background-color:#FFFFFF;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #aaaaaa;
	margin-bottom: 10px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #00a0c6;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #aaaaaa;
	border-top-style: none;
	border-bottom-style: none;
	margin-left:5px;
	background-image: none;
}
#details-box h5  {
	font-size:0.875em;
	/*width:557px;*/
	width:100%;
	background-image: url(../../img/sitemap_t.gif);
	background-repeat: no-repeat;
	background-position: 30px 50%;
	vertical-align:middle;
	padding: 0px 0px 0px 85px;
	background-color:#FFFFFF;
	border-left-width: 0px;
	border-left-style: solid;
	border-left-color: #3366CC;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #aaaaaa;
	border-style: none;
	margin-bottom: 5px;
}
#details-box.end-list h5 {
	background-image: url(../../img/sitemap_l.gif);
	background-repeat: no-repeat;
	background-position: 30px 50%;
}
#details-forcus h6  {
	font-size:0.8em;
	/*font-weight:bold;*/
	font-weight:normal;
	line-height:140%;
	margin: 0;
	padding: 0;
	display: inline;
}

#details-forcus {
	font-size:0.9em;
	line-height:120%;
	margin: 0px 0px 0px 80px;
	padding: 0px 0px 0px 85px;
	background-image: url(../../img/sitemap_l.gif);
	background-repeat: no-repeat;
	background-position: 30px -40px;
}

/**ページ内リンク
**************************************************/
#thispage-link  {
	width:750px;
}

/**ツリー表示
**************************************************/
div.child span {
    background-image: url("../../img/sitemap_t.gif");    /* ├字型の画像 */
    background-repeat: no-repeat;
    padding-left: 1.2em;
    background-position: 0 50%;
}
div.child span.last-child {
    background-image: none;
    background-image: url("../../img/sitemap_l.gif");     /* └字型の画像 */
}
div.child div.child {
    background-image: url("../../img/sitemap_i.gif");     /* │字型の画像 */
    background-repeat: repeat-y;
    padding-left: 1.2em;
}
div.last-childs-child {
    background-image: none !important;
}
span.last-child + div.child {
    background-image: none !important;
}
span.item {
    display: block;
    line-height: 1em;
}
