/*------------------------------------------------
		個別パーツレイアウト定義スタイル
		元CSS:global_tv.css
		Last Update:2010/02/24
------------------------------------------------*/
/*
a {
	text-decoration: none;
}
a:active {
	color: #5d5d5d;
}
a:link {
	color: #5d5d5d;
}
a:hover {
	color: 0000ff;
	text-decoration: underline;
}
a:visited {
	color: #5d5d5d;
}
*/
td {
	color: #000000;
	font-size: 12px;
	padding: 3px;
	text-align: left;
}
td.p0 {
	padding: 0;
}
td.center {
	color: #5d5d5d;
	font-size: 12px;
	text-align: center;
}
.right {
	color: #5d5d5d;
	font-size: 12px;
	text-align: right;
}
#ContentsMain {
	width:620px;
	min-height:500px;
	float:left;
	}
.TableStyle4 {
	margin: 10px 0 15px 40px;
	color:#5d5d5d;
	font-size:75%;
	border:none;
	border-collapse: collapse;
	}
.TableStyle4 .name {
	width:150px;
	border:1px #dddddd solid;
	padding: 5px;
	text-align:left;
}
.TableStyle4 .add {
	width:220px;
	padding: 5px;
	border:1px #dddddd solid;
	text-align:left;
}
.TableStyle4 .tel {
	width:100px;
	border:1px #dddddd solid;
	padding: 5px 5px 5px 10px;
	line-height:140%;
}

.act_table table{
	border-top: 1px solid silver;
	border-left: 1px solid silver;
	width: 676px;
	margin-top:10px;
}

.act_table td{
	border-bottom: 1px solid silver;
	border-right: 1px solid silver;
	padding: 8px 5px;
}

.act_table th{
	border-bottom: 1px solid silver;
	border-right: 1px solid silver;
	padding: 8px 5px;
	text-align: center;
	background: #39F;
	color: #FFF;
}
	


