
/*----階層----*/


.tree{
	clear: both;
	float: none;
	margin-top: 20px;
	margin-bottom: 20px;
	text-align: left;
}
.tree-page{
	padding: 0px;
	margin-top: 5px;
	clear: both;
	float: none;
	margin-bottom: 10px;
	background-image: url(../images/tree-bg.jpg);
	background-repeat: repeat-x;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-right-color: #EBEBEB;
	border-left-color: #EBEBEB;
}
.tree-page p{
	margin: 0px;
	padding: 0px;
}
.tree h2{
	font-size: 110%;
	margin: 0px;
	background-image: url(../images/arrow.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 12px;
}
h2 a{
	display: block;
	width: 100%;
	text-decoration: none;
}
h2 a:link{
}
h2 a:hover{
}
.tree-title{
	text-align: left;
	display: block;
	padding-left: 5px;
}
.tree-newmark{
	margin-left: 5px;
}
.thum{
	height: auto;
	display: block;
	clear: both;
	margin: 5px;
}
.img-thum{
	padding: 1px;
	float: left;
	margin-right: 5px;
}
.tree-com{
	color: #666;
	line-height: 110%;
	text-align: left;
	font-size: 90%;
	display: block;
	padding: 3px;
	margin-left: 30px;
}
.tree-update{
	display: block;
	font-size: 75%;
	color: #666;
	text-align: right;
	clear: none;
	float: right;
	padding: 0px;
	background-image: url(../image/update.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

/*２カラム*/
.treebox{
	margin-bottom: 5px;	
	}
.tree-page-l2{
	float: left;
	width: 340px;
	padding: 0px;
	margin-top: 5px;
	margin-bottom: 10px;
	background-image: url(../images/tree-bg.jpg);
	background-repeat: repeat-x;
	margin-right: 3px;
	margin-left: 3px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-right-color: #EBEBEB;
	border-left-color: #EBEBEB;
}
.tree-page-l2 .tree-com{
	color: #666;
	line-height: 110%;
	text-align: left;
	font-size: 12px;
	display: block;
	padding: 3px;
	margin-left: 30px;
	}
.tree-page-l2 a{
	display: block;
	width: 100%;
	text-decoration: none;
	}
/*３カラム*/

.tree-page-l3{
	float: left;
	width: 220px;
	padding: 0px;
	margin-top: 5px;
	margin-bottom: 10px;
	background-image: url(../images/tree-bg.jpg);
	background-repeat: repeat-x;
	margin-right: 6px;
	margin-left: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-right-color: #EBEBEB;
	border-left-color: #EBEBEB;
}
.tree-page-l3 .tree-com{
	clear: both;
	float: none;
	color: #666;
	line-height: 110%;
	text-align: left;
	font-size: 12px;
	display: block;
	padding: 3px;
	margin-left: 30px;
	}

/*ギャラリーカラム４*/

.tree-page-l4{
	float: left;
	width: 340px;
	padding: 0px;
	margin-top: 5px;
	margin-bottom: 10px;
	background-image: none;
	margin-right: 6px;
	margin-left: 1px;
	height: 120px;
}
.tree-page-l4 .tree-com{
	clear: both;
	float: none;
	color: #666;
	line-height: 110%;
	text-align: left;
	font-size: 12px;
	display: block;
	padding: 3px;
	margin-left: 10px;
	}
.tree .tree-page-l4 h2{
	font-size: 110%;
	margin: 0px;
	background-image: none;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 12px;
}
