@import "common.css";

/* ----- company CSS ----- */

/* // catch // */
#eyecatch {
	display			: block;
	text-indent		: -9999em;
	width			: 940px;
	height			: 195px;
	background		: URL(../images/common/eyecatch.jpg) no-repeat;
}

h2#title_h2 {
	display			: block;
	text-indent		: -9999em;
	height			: 30px;
	background		: URL(../images/page_title/h2_company.gif) no-repeat;
	margin			: 0 0 20px 0;
}

h3.prf_h3_1 {
	margin			: 0 0 5px 10px;
	font-size		: 130%;
	color			: #00587f;
}

h3.prf_h3_2 {
	margin			: 0 0 0 10px;
	font-size		: 110%;
	color			: #cc0000;
}

/* // rayout // */
dl.list {
	margin			: 10px 0 40px 10px;
	border			: solid 1px #cccccc;
	font-size		: 95%;
}

dl.prf {
	margin			: 0 0 0px 10px;
	border			: solid 1px #cccccc;
	font-size		: 95%;
}

dl.list dt , dl.prf dt {
	clear			: both;
	float			: left;
	width			: 100px;
	padding			: 2px 0;
	text-align		: center;
	font-weight		: bold;
}

dl.list dd , dl.prf dd {
	margin-left		: 100px;
	padding			: 2px 5px;
	border-left		: solid 1px #cccccc;
}

.reader {
	margin			: 0 10px 40px 10px;
}

.reader_block {
	margin			: 0 0 15px 0;
}

.boss_name {
	margin			: 20px 0 15px 0;
	text-align		: right;
	font-weight		: bold;
}