/* CSS Document */

/*---------------------------------
_ページタイトル
-----------------------------------*/

h3 {
	width: 570px;
	margin-right: auto;
	margin-left: auto;
	font-size: large;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #DCDCDC;
	font-weight: bold;
	padding-top: 3px;
	padding-bottom: 3px;
	text-indent: 10px;
	margin-top: 20px;
	margin-bottom: 20px;
}


/*---------------------------------
_CONTACTテーブル
-----------------------------------*/
.abo_tb {
	width: 540px;
	margin-right: auto;
	margin-left: auto;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #DCDCDC;
}
.abo_tb th {
	width: 120px;
	height: 30px;
	text-align: left;
	padding-left: 8px;
	background-color: #333333;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DCDCDC;
}
.abo_tb td {
	width: 407px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DCDCDC;
}
.abo_tb td p {
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
