@import "common.css";
@import "global_menu.css";
@import "right_column.css";

/* ----- company CSS ----- */
/* // rayouts // */
.article_block {
	margin			: 0 0 40px 10px;
}

.article_block p {
	margin			: 0 0 20px 0;
}

.article_block ul.staff {
	margin			: 20px 0;
	padding			: 10px 10px 10px 30px;
	list-style		: square;
	background		: #e8e8e8;
	border			: none;
}

.article_block ul.staff li {
	font-weight		: normal;
	font-size		: 75%;
	line-height		: 120%;
}

/* // tags // */
h2 {
	height			: 30px;
	display			: block;
	text-indent		: -9999em;
	margin			: 0 0 20px 0;
}

h2.h2_1 {
	background		: URL(../images/page_title/company_h2_1.gif) no-repeat;
}

h3 {
	margin			: 0 0 20px 0;
	color			: #66cc00;
}

dl.list_01 {
	padding			: 0 0 0 85px;
	background		: URL(../images/company/icon_company_01.gif) no-repeat;
	background-position: 0 5px;
	border			: none;
	font-size		: 95%;
}

dl.list_02 {
	padding			: 0 0 0 85px;
	background		: URL(../images/company/icon_company_02.gif) no-repeat;
	background-position: 0 5px;
	border			: none;
	font-size		: 95%;
}

dl.list_03 {
	padding			: 0 0 0 85px;
	background		: URL(../images/company/icon_company_03.gif) no-repeat;
	background-position: 0 5px;
	border			: none;
	font-size		: 95%;
}

dl.list_01 dt , dl.list_02 dt , dl.list_03 dt {
	font-weight		: bold;
	font-size		: 110%;
	color			: #006699;
}

dl.list_01 dd , dl.list_02 dd , dl.list_03 dd {
	padding			: 0 0 10px 0;
	font-size		: 100%;
	line-height		: 130%
}