@charset "utf-8";
/* CSS Document */

/*
サイドバー
-----------------------------------------------------------------------------------*/

#StyleCollection{
	width:215px;
}

#StyleCollection{
	list-style-type:none;
}

#StyleCollection p{
	display:block;
	width:215px;
	height:26px;
	background-image:url(../images/company/lb_sub.png);
	background-repeat:no-repeat;
	background-position:left top;
}

#StyleCollection p span{
	display:none;
}

#StyleCollection ul{
	width:195px;
	margin-left:19px;
	margin-top:20px;
	overflow:hidden;
}

#StyleCollection ul li{
	background-image:url(../images/youshiki/right_column_li01.png);
	background-repeat:no-repeat;
	background-position:left 0.35em;
	padding-left:20px;
	margin-bottom:10px;
	color:#584D39;
}

#StyleCollection ul li a{
	color:#584D39;
	text-decoration:none;
}

#StyleCollection ul li a:hover{
	text-decoration:underline;
}

/*
サブメニュー　反転
----------------------------*/

#StyleCollection ul .sub02{
	background-image:url(../images/building_inspection/sub_li_active.png);
}


#StyleCollection ul .sub02 a{
	color:#CC6600;
	font-weight:bold;
}

/*
見出し
-----------------------------------------*/

.contents_lb01{
	width:636px;
	height:36px;
	background-image:url(../images/branch/lb01.png);
}

.contents_lb01 span{
	display:none;
}



/*
表
-----------------------------------------------------*/

.Table01{
	width:595px;
	margin:33px auto;
}

.Table01 th{
	width:96px;
	vertical-align:top;
}

.Table01 th div{
	background-color:#633;
	color:#FFF;
	line-height:200%;
	border:1px solid #633;
}

.Table01 td{
	border:1px solid #633;
	padding:17px;
}

.Table01 td ul{
	width:auto;
	margin:10px 0px;
}

.Table01 td ul li{
	list-style-type:none;
	background-image:url(../images/building_inspection/li01.png);
	background-repeat:no-repeat;
	background-position:left 0.4em;
	padding-left:10px;
	line-height:150%;
	margin-bottom:10px;
}

.Table01 td h3{
	width:458px;
	margin:0px auto;
	border-bottom:1px solid #633;
	color:#513131;
	font-size:14px;
	margin-bottom:10px;
}

.Table01 td h3 span{
	display:block;
	padding:5px 5px 5px 5px;
}

/*
住所・地図
-------------------------*/

.Table01 td .BOX{
	width:463px;
	margin:0 auto;
	overflow:hidden;
}

.Table01 td .BOX .add{
	width:225px;
	float:left;
}

.Table01 td .BOX .add dl{
	margin-bottom:30px;
}

.Table01 td .BOX .add dl dt{
	font-weight:bold;
	color:#000;
	font-size:14px;
	margin-bottom:10px;
}

.Table01 td .BOX .add dl dd p{
	margin-bottom:15px;
}

.Table01 td .BOX .map{
	width:230px;
	border:1px solid #CCCCCC;
	float:right;
}