@charset "utf-8";

/*===============================================================================*/
/*company*/
/*===============================================================================*/



#company {
	display: block;
	width: auto;
	height: auto;
	margin: 0;
	padding: 0 25px;
}

#company table {
	width: auto;
	height: auto;
	padding: 0;
	margin: 15px 10px 10px;
	border-top: 0 none;
	border-right: 0 none;
	border-bottom: 0 none;
	border-left: 0 none;
	border-collapse: collapse;
	line-height: 150%;
}

#company th {
	width: 150px;
	height: 100%;
	margin: 0;
	padding: 10px 14px 11px 15px;
	background-color: #333;
	border-bottom: 1px solid #FFF;
	background: url(../img/td_bg.gif) repeat-y right top;
	white-space: nowrap;
	vertical-align: middle;
	text-align: right;
	font-weight: bold;
	color: #FFF;
}

#company th#th_top {
	background: url(../img/th_top_bg.gif) no-repeat left top;
}

#company th#th_bottom {
	background: url(../img/th_bottom_bg.gif) no-repeat left bottom;
}

#company td {
	width: auto;
	height: 100%;
	margin: 0;
	padding: 10px 15px 11px 15px;
	border-bottom: 1px solid #CCC;
	border-top: 1px solid #CCC;
	vertical-align: middle;
	text-align: left;
}

#company td#td_top {
	width: auto;
	height: 100%;
	margin: 0;
	border-bottom: 1px solid #CCC;
	border-top: 0 none;
	padding: 15px 15px 15px 8px;
}

#company td#td_bottom {
	width: auto;
	height: 100%;
	margin: 0;
	padding: 15px 15px 15px 8px;
	border-top: 1px solid #CCC;
	border-bottom: 0 none;
	text-align: left;
	vertical-align: middle;
}

#company td strong {
	font-size: 1.1em;
}

#company td span.attention {
	color: #E20A16;
	font-size: 0.9em;
}

#company td address {
	font-style: normal;
}

#company td  address span.tel_fax,
#company td#td_bottom span.tel_fax {
	background-color: #FFF;
	border: 1px solid #CCC;
	padding: 1px 2px;
	font-size: 0.8em;
}

#company td ul {
	display: block;
	width: auto;
	height: auto;
	margin: 0;
	padding: 0;
}

#company td ul li {
	display: block;
	list-style-position: outside;
	list-style-image: none;
	list-style-type: none;
	width: auto;
	height: auto;
	margin: 0;
	padding: 0 0 0 14px;
	background: url(../../common/img/mark01.gif) no-repeat left 6px;
	line-height: 140%;
}

#company a:link,
#company a:visited,
#company a:active {
	margin-top: 5px;
	text-decoration: underline;

}
#company a:hover {
	margin-top: 5px;
	text-decoration: none;
	color: #000;

}
