@charset "utf-8";

/* 
------------------------------------------------------------
会社概要
------------------------------------------------------------ */

h2 {
    padding-bottom: 5px;
	margin-bottom: 15px;
    background: url(../img/line_dotted.gif) repeat-x left bottom;
}

.photo p {
    display: inline;
    float: left;
	margin-bottom: 15px;
}
.photo .center ,
.photo .right {
    margin-left: 10px;
}
.text {
    clear: both;
}
.text dl {
	width: 465px;
	margin-left: 15px;
	line-height: 140%;
}
.text dl dt {
	position: absolute;
	width: 9em;
	padding: 10px;
}
.text dl dd {
	padding: 10px 10px 10px 9em;
	background: url(../img/line_dotted.gif) repeat-x left bottom;
}

