/*文字コード設定
@charset "shift_jis";*/

/*メインイメージ*/
#mainimage {
	background: url(image/mainimage.jpg);
	}

#diagram dt {
	width: 120px;
	float: left;
	text-align: right;
	margin-bottom: 5px;
	}
#diagram dd {
	margin-left: 125px;
	margin-bottom: 5px;
	}
#contents div.section div.cts {
	margin-bottom: 10px;
	}
#contents div.section div.cts h3 {
	padding: 0px;
	border-left-style: none;
	border-left-width: 0px;
	border-left-color: #999;
	border-bottom-style: none;
	border-bottom-width: 0px;
}
#contents div.section div.cts img {
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
}

#contents div.section div.cts ul {
	margin-left: 20px;
	margin-bottom: 10px;
}

#corporate {
	width: 235px;
	border: solid 1px #AECFFE;
	float: left;
	margin-right: 10px;
	}
#personal {
	width: 235px;
	border: solid 1px #FFBA69;
	margin-left: 250px;
	}
#organized {
	width: 485px;
	border: solid 1px #7BDD2B;
	}

