@import "base.css";
@import "common.css";

/*-----------------------------------*/



h1#title {
	margin:0 0 15px 0;
}

h2 {
	background:url(../tplimg/listttlicon.gif) no-repeat left 0.15em;
	border-bottom:2px solid #0099FF;
	padding:0 0 4px 16px;
	margin:0 0 10px 0;
	font-size:130%;
}

h3 {
	font-size:130%;
	margin-bottom:0.5em;
	background:#e0e0e0;
	padding:3px 5px;
}


hr {
	margin:1em 0;
}


/*専門家プロフィールのテーブル*/

table.tblsenmon {
	width:100%;
	border-collapse:collapse;
}

table.tblsenmon td {
	line-height:1.4;
	border:1px solid #888888;
}

table.norborder td {
	border:none !important;
}


.noborder {
	border:none !important;
}


