@charset "utf-8";
/* CSS Document */

#main #harassment h3{ /* タイトル */
	background:url(../img/about_tit.gif) no-repeat;
}
.ol_list{
	margin-left:4em;
}

table.table_data{
	border-top:1px solid #7C4985;
	border-left:1px solid #7C4985;
	border-collapse:collapse;
	border-spacing:0;
	background-color:#ffffff;
	empty-cells:show;
	width:530px;
	margin-left:20px;
	font-size:11px;
}
.table_data th{
	border-right:1px solid #7C4985;
	border-bottom:1px solid #7C4985;
	color:#7E4E85;
	background-color:#f0ebf1;
	background-position:left top;
	padding:0.2em 0.2em;
	text-align:center;
	width:7em;
}
.table_data td{
    border-right:1px solid #7C4985;
    border-bottom:1px solid #7C4985;
    padding:0.2em 0.2em;
}
.contact_mail{ /* お問い合わせ詳細のメール */
	background:url(../../img/common/mail01.gif) 0 5px no-repeat;
	padding-left:20px;
}

