@charset "utf-8";

/* -----------------------------------------------------------
	Site Name: 太陽光発電 山梨エリアサービス
	Version: 1.0
	Comment: company設定
----------------------------------------------------------- */

/* 
 company Style [
----------------------------------------------------------- */
#companyArea a {
	color: #333333;
	text-decoration: underline;
}

#companyArea a:hover {
	color: #FF6600;
	text-decoration: none;
}

#box {
	float: right;
	width: 500px;
}

#box img {
	float: left;
}

#box span {
	display: block;
}

#companyArea dl {
	text-align: left;
	float: right;
	width: 695px;
}

#companyArea dl dt {
	font-size: 12px;
	line-height: 18px;
	font-weight: bold;
	color: #000000;
	padding-bottom: 4px;
}

#companyArea dl dd {
	font-size: 12px;
	line-height: 17px;
	color: #333333;
	padding-bottom: 10px;
	background: url(../images/share/g_dot.gif) repeat-x bottom;
	text-align: left;
	margin-bottom: 10px;
}

