/* ----- 会社概要 -----*/
div#company_main {
	text-align:center;
	width: 698px;
/* 	height: 200px; */
/* 	border-right: 1px solid gray; */
/* 	border-left: 1px solid gray; */
/* 	border-bottom: 1px solid gray; */
	font-size: 12px;
	color: #5A5332;
/* 	background-color: #f3f1dc; */
}

p {
	font-size: 13px;
	color: #353535;
	padding: 20px 0px 0px 0px;
}

#map {
	display: none;
}

#map_space {
	text-align: center;
	width: 460px;
	height: 345px;
	margin: 20px 0px 20px 120px;
/* 	border: 1px solid gray; */
}

div.company_title {
	text-align: left;
	font-size: 15px;
	color: #535353;
	font-weight: bold;
	line-height: 1.5em;
	padding-left: 5px;
	border-bottom: 1px dotted #5c8f1c;
        border-left: 5px solid #5c8f1c;
	margin: 20px 0px 0px 0px;
}

table {
	width: 680px;
	border-top: none;
	border-right: none;
	border-bottom: 1px dotted gray;
	border-left: none;
	margin: 15px 0px 0px 0px;
}

th {
	width: 25%;
	height: 25px;
	text-align: left;
	font-size: 12px;
	font-weight: bold;
/* 	color: #FFFFFF; */
	color: #535353;
	line-height: 1.5em;
/* 	background-color: #5c8f1c; */
	background-color: #FFFFFF;
	border-top: 1px dotted gray;
	padding: 1px 0px 1px 5px;
}

td {
	width: 75%;
	height: 25px;
	text-align: left;
	font-size: 12px;
	color: #353535;
	line-height: 1.5em;
	background-color: #FFFFFF;
	border-top: 1px dotted gray;
	border-right: none;
	border-bottom: none;
	border-left: 1px dotted #E38C00;
	padding: 1px 0px 1px 10px;
}

div.company_info {
	text-align: left;
	font-size: 12px;
	color: #353535;
	line-height: 1.5em;
	margin-top: 5px;
}

div.company_info p{
	text-align: left;
	font-size: 12px;
	color: #353535;
	line-height: 1.5em;
}

div.flash_link {
	text-align: left;
	font-size: 12px;
	font-weight: normal;
	color: #353535;
	line-height: 1.5em;
	margin-top: 5px;
}

ul.company_list1{
	list-style-type: square;
	list-style-position: inside;
}

ul.company_list1 li{
	font-size: 12px;
	color: #353535;
	line-height: 1.5em;
}

dl.company_list2{
	list-style-type: square;
	list-style-position: inside;
}

dl.company_list2 dt{
	font-size: 12px;
	font-weight: bold;
	color: #353535;
	line-height: 1.5em;
}


