@charset "utf-8";

/*--------------------------------------
	Style Name : Company Style Sheet

	Hypertext
	content
		main-content
		sub-content
--------------------------------------*/

/*	div.contact
--------------------------------------*/

#main-content div.contact {
	margin-bottom: 2em;
}

#main-content div.contact dl,
#main-content div.contact dd,
#main-content ul {
	margin: 0;
}

#main-content #contact-table {
	margin-bottom: 10px;
	border-top: 1px dotted #ccc;
	border-left: none;
	border-right: none;
	border-bottom: none;
}

#main-content #contact-table02 {
	margin-bottom: 5px;
	border: none;
}

#main-content #contact-table th {
	vertical-align: top;
	width: 25%;
	border-top: none;
	border-bottom: 1px dotted #ccc;
	border-left: none;
	border-right: none;
	font-weight: normal;
	padding: 10px 0;
}

#main-content #contact-table02 th {
	vertical-align: top;
	width: 25%;
	border: none;
	font-weight: normal;
	padding: 10px 0;
}

#main-content #contact-table td {
	border-top: none;
	border-bottom: 1px dotted #ccc;
	border-left: none;
	border-right: none;
	padding: 10px 0;
}

#main-content #contact-table02 td {
	border: none;
	padding: 10px 0;
}

#main-content #contact-table td ul {
	list-style-type: none;
	margin-left: 0;
}

#main-content #contact-table02 td ul li {
	margin-left: 0;
	padding: 3px 0;
}

#main-content #contact-element-table {
	border: none;
}

#main-content #contact-element-table td {
	border: none;
	padding: 1px 0px;
}


#main-content #contact-table03 {
	border: none;
}

#main-content #contact-table03 td {
	border: none;
	padding:0px;
}

