/* お問い合わせページCSS */

table.contact_table {
	width: 530px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	margin-bottom: 10px;
	font-size: 12px;
}


table.contact_table th{
	width: 110px;
	background-color: #EFEEEE;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}


table.contact_table td{
	padding: 5px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	text-align: left;
}

.copyright{
	font-family:"Verdana", "Helvetica";
	font-size:8px;
	clear: both;
	color:#CCCCCC;
	text-decoration:none;
}

.copyright a:link{
	font-size:8px;
	color:#CCCCCC;
	text-decoration:none;
}
.copyright a:hover{
	font-size:8px;
	color:#CCCCCC;
	text-decoration:none;
}

.copyright a:active{
	font-size:8px;
	color:#CCCCCC;
	text-decoration:none;
}
.copyright a:visited{
	font-size:8px;
	color:#CCCCCC;
	text-decoration:none;
}