/* /////////////////////////////////////////////////////////////////

トップページ専用css

///////////////////////////////////////////////////////////////// */


/* appeal
----------------------------------------------------------------- */

#appeal{
	display:block;
	
	width:584px;
	height:120px;
	
	margin-bottom:2em;
	
	border:1px solid #ccc;
	background: url('../images/top/bg_appeal.gif') left top no-repeat;
	
	color: #fff;
	font-size:1.5em;
}

#appeal *{
	margin-top:16px;
	margin-left:16px;
}


/* service
----------------------------------------------------------------- */

#main h3{/* リセット */
	margin:0;
	border:0;
	font-size: medium;
}

#main ul{/* リセット */
	padding:0
}

#main li{/* リセット */
	list-style:none;
}

#new,#company,#personal,#inheritance{
	width:196px;
	float: left;
	padding-bottom:2em;
	margin-bottom:1.5em;
	
	background: url('../images/top/bg_service.gif') left bottom no-repeat;
}

	#new ul,#company ul,#personal ul,#inheritance ul{
		margin:16px 0 2em 12px; 
		padding-left:15px;
		
		color:#000;
	}
	
		#new li,#company li,#personal li,#inheritance li{
			list-style:disc;
		}
	#new a,#company a,#personal a,#inheritance a{
		display:block;
		text-decoration: none;
	}
	
/* 上書き */

#new{
	background: url('../images/top/bg_service_beginner.gif') left bottom no-repeat;
}

#personal{
	width:192px;
	background: url('../images/top/bg_service_personal.gif') left bottom no-repeat;
	
	padding-bottom:3.5em;
}

#inheritance{
	width:293px;
	background: url('../images/top/bg_service_inheritance.gif') left bottom no-repeat;
}

/* 相続税診断 */
#inheritanceDiagnosis{
	width:279px; /* 584(#main)-293(#inheritance)-12(余白) */
	float:right;
	
	background: #f4f4f4;
}

#inheritanceDiagnosis ul{
	margin:11px 0 4px 11px;
}

#inheritanceDiagnosis li{
	padding:0;
	list-style:none !important;
}

#inheritanceDiagnosis *{
	vertical-align: middle;
}

#inheritanceDiagnosis p,
#inheritanceDiagnosis h3{
	text-align:center;
}

#inheritanceDiagnosis p{
	margin:6px;
}

/* heder追加 */

#header { background-color: #fff; margin: 0 auto; position: relative; top: 0px; left: 0px; width: 768px; height: 150px; visibility: visible; display: block }


/* 税理士リスト*/ 


td.list  { font-size: 12px;line-height: 20px; padding-right: 10px; padding-left: 5px; border-right: 1px solid; border-bottom: 1px solid }

table.list { line-height: 2em; padding-left: 3px; border-top: 1px solid; border-left: 1px solid } 
