@import "common.css";

/* ----- company CSS ----- */
/* // rayouts // */
#pagetitle {
	background			: url(../images/company/eyecatch.gif) center 30px no-repeat;
}

.read p {
	margin				: 0 0 10px 0;
	padding				: 10px;
	background			: #e8e8e8;
}

.list_head span {
	padding				: 0 20px 0 15px;
	background			: url(../images/common/list_head.gif) no-repeat;
}

/* // tags // */
h3 {
	background			: url(../images/company/h3_1.gif) no-repeat;
}

dl#list {
	padding				: 5px;
	font-size			: 90%;
}

dl#list dt {
	clear				: both;
	float				: left;
	width				: 95px;
	padding				: 0 10px;
	background			: #69819E;
	border-left			: 5px solid #CBD6E3;
	font-weight			: bold;
	text-align			: right;
	color				: #fff;
}

dl#list dd {
	margin				: 0 0 10px 130px;
}


