@charset "utf-8";

@import "common.css";



/* ご挨拶
---------------------------------------------------- */

#gree dl.txtBox,
#gree dl.txtBox2,
#e_about dl.txtBox,
#e_about dl.txtBox2{
	overflow: hidden;
	_zoom:1;
	padding-bottom: 0;
}
#gree .txtBox dt,
#e_about .txtBox dt {
	float: right;
	width: 123px;
}

#gree .txtBox dd,
#e_about .txtBox dd {
	float: left;
	width: 490px;
}

#gree dl.txtBox2,
#e_about dl.txtBox2 {
	margin: 10px 0 0;
	padding: 30px 0 0 0;
	border-top: 1px dotted #ccc;
	overflow: hidden;

}
#gree dl.txtBox2.first,
#e_about dl.txtBox2.first {
	border-top: none;
	padding-top: 10px;
}
#gree .txtBox2 dt,
#e_about .txtBox2 dt{
	float: right;
	width: 100px;
	margin:  0 0 10px 20px;
}
#gree .txtBox2 dd.name,
#e_about .txtBox2 dd.name{
	text-align: right;
	margin: 0;
	padding: 0;
	line-height: 1.8;
}
#gree dt.sign,
#e_about dt.sign {
	width: 140px;
	padding-bottom: 40px;
}

#gree dd.sign{
	width: 140px;
	padding-left: 340px;
}

#e_about dd.sign{
	width: 250px;
	padding-left: 220px;
}






