@charset "utf-8";

/* -----------------------------------------------------------
	Site Name: 太陽光発電 山梨エリアサービス
	Version: 1.0
	Comment: contact設定
----------------------------------------------------------- */

/* 
 contactStyle [
----------------------------------------------------------- */
#contactArea {
	text-align: left;
	float: right;
	width: 695px;
	height: 1630px;
}

#contactArea a {
	color: #333333;
	text-decoration: underline;
}

#contactArea a:hover {
	color: #FF6600;
	text-decoration: none;
}

.comment {
	color: #CC0000;
	font-size: 12px;
	line-height: 17px;
	text-align: left;
	float: right;
	width: 695px;
	margin-bottom: 4px;
}

#contactArea table {
	border-collapse: collapse;
	border: 1px solid #999999;
	empty-cells:show;
	width: 695px;
	margin-bottom: 15px;
	text-align: left;
	float: right;
}

#contactArea table th {
	font-size: 12px;
	line-height: 17px;
	font-weight: normal;
	background: #EBF7FB;
	text-align: left;
	vertical-align: top;
	padding: 5px 10px;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
}

#contactArea table td {
	font-size: 12px;
	line-height: 17px;
	text-align: left;
	vertical-align: top;
	padding: 5px 10px;
	border-bottom: 1px solid #999999;
	width: 530px;
}

#contactArea table th span,
#contactArea table td span {
	color: #CC0000;
}

#btnBlock {
	text-align: left;
	float: right;
	width: 695px;
	margin-top: 15px;
	margin-bottom: 15px;
}

.commentBox {
	width: 352px;
}

