/** for company.hmtl **/
div.company {
}
div.company a {
	text-decoration: underline;
}
div.company p.pageTop {
	margin: 20px 10px 0 0;
	text-align: right;
}
div.company h2 {
	background: url("../img/companyTtl.gif") no-repeat;
}
div.company ul {
	margin-bottom: 25px;
	padding: 142px 0 3px 0;
	background: url("../img/companyBg.jpg") no-repeat;
	text-align: right;
}
div.company ul li {
	margin-right: 10px;
	display: inline;
}
div.company div#profile table {
	border-top: 3px solid #090;
	border-bottom: 3px solid #090;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
}
div.company div#profile table th,
div.company div#profile table td {
	padding: 10px;
	border-bottom: 1px solid #ccc;
}
div.company div#profile table th {
	width: 90px;
	background-color: #eee;
	text-align: left;
	font-weight: bold;
}
div.company div#profile table td {
}
div.company div#profile dl {
	margin-top: 15px;
}
div.company div#profile dl dt {
	padding: 5px 0;
	font-weight: bold;
}
div.company div#profile dl dd p {
	padding: 5px 0;
}
div.company div#concept {
	margin-top: 25px;
	padding-top: 25px;
	border-top: 1px dotted #ccc;
}
div.company div#concept dl.description {
	width: 490px;
	padding-bottom: 14px;
	background: url("../img/conceptBg03.gif") left bottom no-repeat;
}
div.company div#concept dl.description dt {
	padding-top: 30px;
	background: url("../img/conceptBg01.gif") left top no-repeat;
	text-align: center;
}
div.company div#concept dl.description dd {
	padding: 0px 19px 17px;
	background: url("../img/conceptBg02.gif") repeat-y;
	color: #fff;
}
div.company div#concept dl.greeting {
	margin: 15px 0;
}
div.company div#concept dl.greeting dt {
	margin-bottom: 5px;
	font-weight: bold;
}
div.company div#concept dl.greeting dd {
	position: relative;
	height: 1%;
}
div.company div#concept dl.greeting dd p.text {
	padding-right: 267px;
}
div.company div#concept dl.greeting dd p.photo {
	width: 256px;
	height: 355px;
	position: absolute;
	bottom: 42px;
	right: 0;
	background: url("../img/presidentPhoto.jpg") right bottom no-repeat;
}
div.company div#concept dl.greeting dd p.name {
	margin: 15px 10px 0 0;
	text-align: right;
}
div.company div#concept dl.greeting dd p.name img {
	vertical-align: baseline;
}

