@charset "utf-8";

/* ========================================================
 *
 *		NEMS Company Style Sheet	
 *
 *		version	: 1.0
 *		update	: 2009/05/21
 *
 *		color scheme:
 *
 *		Green		#8FC536
 *		DeepGreen	#437514
 *		Orange		#FF840A
 *		Red			#990000
 *
 ========================================================*/

/* =====================================
	Company Table
===================================== */
.company_table {
	background: url(../../../common/images/common/grid_bg_03.gif) repeat;
	margin: 0 0 20px;
	padding: 1px 0 0 5px !important;
	padding: 0 0 0 5px;
}

html
.company_table table {
	width: 100%;
}

.company_table table th,
.company_table table td {
	padding: 1em;
	border: solid #ccc;
	border-width: 1px 0;
}

.company_table table th {
	width: 8em;
	vertical-align: top;
	font-weight: normal;
	background: #f6f6f6;
}

.company_table table td {
	background: #fff url(../../../common/images/common/dot_line_01.gif) no-repeat left top;
}

/* =====================================
	Profile List
===================================== */
.profile_list {
	padding: 5px;
	background: url(../../../common/images/common/grid_bg_02.gif) repeat;
}

.profile_list li {
	margin: 0 0 1px;
	padding: 0.5em 1em 0.5em 25px;
	background: #fff url(../../../common/images/common/border_orange.gif) no-repeat 8px 14px;
}

#mainarea .profile_list li.mbno {
	margin-bottom: 0;
}



