@charset "Shift_JIS";
/* -------------------------------------------------------- CSS Information 
Lust up date:   2011.01.18
Style Info:     お問い合わせページcss
------------------------------------------------------------------------ */  

/*CommonCSS_link*/
@import url(base.css);
@import url(common.css);
/*------------------------------------------------------------Content*/
/*Table*/
table#contact {
	border-collapse: collapse;
	width: 680px;
	border: 1px solid #999;
	margin: 10px 0 20px;
}
table#contact th,
table#contact td {
	padding: 8px 10px;
	font-size: 12px;
	line-height: 150%;
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
	vertical-align: top;
}
table#contact tr.cell_gr th {
	background-color: #CCC;
}
table#contact th {
	background-color: #EEE;
	font-weight: normal;
	text-align: right;
	border-right: 1px solid #999;
}
table#contact td.cell_add {
	border-top: 1px dotted #CCC;
	border-bottom: 1px dotted #CCC;
}
