@charset "UTF-8";

/* ------------------------------
 Company
------------------------------ */

#company {

}

.menu_title {
	padding-bottom: 10px;
	border-bottom:dotted 1px #248c59;	
}

.menu_item {
	background-image: url(../image/company/menu_arrow.gif);
	background-repeat: no-repeat;
	padding-left: 10px;
	padding-top: 4px;
	padding-bottom: 1px;
	text-align: left;
	font-size: 90%;
	line-height: 1.5em;
	border-bottom:dotted 1px #248c59;
}

.menu_item a {
	text-decoration: none;
}

.menu_item a:hover {
	text-decoration: underline;
}

.menu_item_select {
	background-image: url(../image/company/menu_arrow_select.gif);
	background-repeat: no-repeat;
	background-color: #D0EEE0;
	padding-left: 10px;
	padding-top: 4px;
	padding-bottom: 1px;
	text-align: left;
	font-size: 90%;
	line-height: 1.5em;
	border-bottom:dotted 1px #248c59;
}

.menu_item_select a {
	text-decoration: none;
}

.menu_item_select a:hover {
	text-decoration: underline;
}

/* ------------------------------
 Matrix
------------------------------ */

.matrix_key {
	padding-top: 10px;
	font-weight: bold;
	text-align: left;
	vertical-align: top;
	line-height: 1.5em;
	border-color: #CCCCCC;
	border-bottom: 1px dotted;
}

.matrix_value {
	padding-top: 10px;
	text-align: left;
	vertical-align: top;
	line-height: 1.5em;
	border-color: #CCCCCC;
	border-bottom: 1px dotted;
}

/* ------------------------------
 Contact
------------------------------ */

.contact_td {
	padding-left: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: left;
	line-height: 1.5em;
}
