@charset "utf-8";

/* ========================================================
 *
 *		NEMS English Common Style Sheet	
 *
 *		version	: 1.0
 *		update	: 2009/05/29
 *
 *		color scheme:
 *
 *		Green		#8FC536
 *		DeepGreen	#437514
 *		Orange		#FF840A
 *		Red			#990000
 *
 ========================================================*/
 
/* =====================================
	#footer_inner
===================================== */
#footer_inner {
	padding-top: 15px;
}


/* =====================================
	#contents
===================================== */
#contents {
	padding: 30px 0 0;
}

/* =====================================
	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;
}





